/* ============================================
   HOME V2 — Figma-exact implementation
   Tokens:
     Red:  #DE1255  (SSA Red Pact)
     Blue: #003E69  (SSA Document Blue)
     Gray: #43474C  (SSA Signature Gray)
     Border: #C3C7CD
   Font: Roboto
   Canvas: 1920px  |  Content: 1440px  |  Side padding: 20px
   ============================================ */

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

html { scroll-behavior: smooth; scroll-padding-top: 116px; }

body {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #43474C;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none !important; color: inherit; transition: color .25s; }
img { max-width: 100%; height: auto; display: block; }
ul  { list-style: none; padding: 0; margin: 0; }
p   { margin: 0; }

/* ---- CONTAINER ---- */
.v2-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* ---- SEPARATORS ---- */
.v2-sep {
  width: 100%;
  display: flex;
  padding: 16px 0;
  background: #fff;
  overflow: hidden;
}
.v2-sep img {
  display: block;
  max-width: 100%;
  height: auto;
}
.v2-sep--big-left  { justify-content: flex-start; }
.v2-sep--big-right { justify-content: flex-end; }
.v2-sep--big-right img { transform: scaleY(-1) rotate(180deg); }
.v2-sep--left      { justify-content: flex-start; }
.v2-sep--right     { justify-content: flex-end; }
.v2-sep--right img { transform: scaleY(-1) rotate(180deg); }
.v2-sep--middle    { justify-content: center; }
.v2-sep--big-left img  { width: min(1734.5px, calc(100% - 185.5px)); height: 97px; object-fit: fill; }
.v2-sep--big-right img { width: min(1734.5px, calc(100% - 185.5px)); height: 97px; object-fit: fill; }
.v2-sep--left img,
.v2-sep--right img { width: min(1745.061px, calc(100% - 175px)); height: 46px; object-fit: fill; }
.v2-sep--middle img  { width: min(910px, 100%); height: 36px; object-fit: fill; }

/* ---- SHARED BUTTONS ---- */
.v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16.5px 32px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all .25s;
  line-height: 24px;
  white-space: nowrap;
}
.v2-btn--red {
  background: #DE1255;
  color: #fff;
  border-color: #DE1255;
  box-shadow: 0 10px 15px -3px rgba(230,0,92,.20), 0 4px 6px -4px rgba(230,0,92,.20);
}
.v2-btn--red:hover { background: #b50f46; border-color: #b50f46; color: #fff; }
.v2-btn--outline-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
  padding: 17.5px 34px 18.5px;
}
.v2-btn--outline-white:hover { background: rgba(255,255,255,.12); color: #fff; }

/* ============================================================
   NAVBAR
   ============================================================ */
.v2-navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #C3C7CD;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.10), 0 2px 4px -2px rgba(0,0,0,.10);
  height: 96px;
  transition: box-shadow .3s;
}
.v2-navbar.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.08); }

.v2-navbar .v2-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  gap: 24px;
}
.v2-navbar__logo img { height: 55px; width: auto; }

.v2-navbar__links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.v2-navbar__link {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0; text-transform: uppercase;
  line-height: 1;
  color: #43474C !important;
  padding: 8px 0;
  transition: color .25s;
  white-space: nowrap;
}
.v2-navbar__link:hover { color: #DE1255 !important; }

.v2-navbar__cta {
  display: inline-flex; align-items: center; gap: 8px;
  color: #001F33 !important;
  font-size: 24px; font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: color .25s;
  flex-shrink: 0;
}
.v2-navbar__cta:hover { color: #DE1255 !important; }
.v2-navbar__cta .fa-phone { transform: scaleX(-1); font-size: 18px; }

.v2-navbar__toggler {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  z-index: 999999;
  transition: background .25s;
}
.v2-navbar__toggler:hover { background: rgba(0, 62, 105, 0.06); }
.v2-navbar__toggler span {
  display: block;
  width: 22px;
  height: 2px;
  background: #43474C;
  border-radius: 2px;
  transition: transform .3s ease, opacity .2s ease, width .3s ease;
  transform-origin: center;
}
.v2-navbar__toggler[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.v2-navbar__toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.v2-navbar__toggler[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile drawer backdrop (injected via JS) */
.v2-navbar__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 31, 51, 0.55);
  z-index: 999;
  opacity: 0;
  transition: opacity .3s ease;
  border: none;
  padding: 0;
  cursor: pointer;
}
.v2-navbar__backdrop.is-visible {
  display: block;
  opacity: 1;
}

/* Phone number shown inside the mobile drawer only (hidden on desktop nav row) */
.v2-navbar__mobile-cta {
  display: none;
}

/* ============================================================
   HERO  — node 1:1590
   Full-width gradient  |  py: 96px  |  copy + 876×509 laptop
   ============================================================ */
.v2-hero {
  background-color: #003E69;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1920 736.5' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23g)'/><defs><radialGradient id='g' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(-3.3 49.279 -94.954 -5.1047 1478.5 422.91)'><stop stop-color='rgba(111,141,162,1)' offset='0'/><stop stop-color='rgba(83,121,148,1)' offset='0.20722'/><stop stop-color='rgba(56,102,133,1)' offset='0.41444'/><stop stop-color='rgba(28,82,119,1)' offset='0.62166'/><stop stop-color='rgba(14,72,112,1)' offset='0.72527'/><stop stop-color='rgba(0,62,105,1)' offset='0.82888'/></radialGradient></defs></svg>");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 193px;
  padding-bottom: 96px;
}

.v2-hero__row {
  display: grid;
  grid-template-columns: minmax(0, 564px) 876px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.v2-hero__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.v2-hero__badge {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
  line-height: 16px;
  margin-bottom: 24px;
  white-space: nowrap;
}
.v2-hero__dot {
  width: 8px;
  height: 8px;
  background: #DE1255;
  border-radius: 50%;
  flex-shrink: 0;
}

.v2-hero__h1 {
  display: flex;
  flex-direction: column;
  gap: 0.5px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.96px;
  margin: 0 0 24px;
  width: 100%;
}
.v2-hero__h1-white {
  display: flex;
  flex-direction: column;
  color: #fff;
  max-width: 433px;
}
.v2-hero__h1-line { display: block; }
.v2-hero__h1-red {
  display: block;
  color: #DE1255;
}

.v2-hero__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  width: 100%;
  margin-bottom: 40px;
}

.sales-page .v2-hero__body{
  margin-bottom: 24px;
}

.v2-hero-bottom p{
  font-size: 14px;
}

.v2-hero-bottom{
  gap:0;
}

.v2-hero__body p { margin: 0; }
.v2-hero__body--bold { font-weight: 700; }

.v2-hero__actions {
  display: flex;
  align-items: stretch;
  gap: 16px;
  min-height: 60px;
  margin-bottom: 40px;
  flex-wrap: nowrap;
}
.v2-btn--hero {
  min-height: 60px;
  align-self: stretch;
}
.v2-hero__btn-arrow {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.v2-hero__trust {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 16px;
  color: #fff;
  white-space: nowrap;
}
.v2-hero__trust-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.v2-hero__visual {
  flex: 0 0 876px;
  width: 876px;
  height: 509px;
  position: relative;
}
.v2-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
  display: block;
}

/* ============================================================
   STACK LOGOS  — node 1:1620
   height: 396px  |  py: 96px
   ============================================================ */
.v2-stack { padding: 96px 0; background: #fff; }

.v2-stack__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #003E69;
  text-align: center;
  margin-bottom: 32px;
}

/* Infinite auto-sliding marquee. JS (home-v2.js) wraps/duplicates the logo
   items into a .v2-stack__logos-track; translateX(-50%) loops seamlessly
   since the track holds two identical copies of the logo set. */
.v2-stack__logos {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}
.v2-stack__logos-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  gap: 110px;
  animation: v2-stack-marquee 30s linear infinite;
  will-change: transform;
}
.v2-stack__logos-track:hover {
  animation-play-state: paused;
}
.v2-stack__logo {
  flex-shrink: 0;
}
.v2-stack__logo img {
  max-height: 114px;
  max-width: 251px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@keyframes v2-stack-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .v2-stack__logos-track {
    animation: none;
  }
}

/* ============================================================
   WHO WE SERVE  — node 1:1629
   py: 96px  |  3-col cards  |  border-radius: 24px (from process card pattern)
   ============================================================ */
.v2-who { padding: 96px 0; background: #fff; }

.v2-who__header {
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.v2-who__h2 {
  font-size: 48px; font-weight: 700; line-height: 1.2;
  color: #003E69;
  margin-bottom: 0;
}

.v2-who__subtitle {
  font-size: 24px; font-weight: 500; line-height: 1.4;
  color: #43474C;
  max-width: 980px; margin: 0 auto;
}

.sales-page .v2-who__subtitle{
  max-width: 1120px;
}

.v2-who__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.v2-who-card {
  border: 2px solid #43474C;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 346px;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.v2-who-card:hover {
  border-color: #DE1255;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,.07);
}
.v2-who-card__icon { font-size: 32px; color: #DE1255; width: 36px; height: 36px; display: flex; align-items: center; }
.v2-who-card__icon img{
  height: 36px;
  width: 36px;
  object-fit: contain;
  object-position: center;
}
.v2-who-card__title { font-size: 24px; font-weight: 600; line-height: 1.1; color: #003E69; flex: 1;margin-bottom: 0; }
.v2-who-card__text  { font-size: 18px; font-weight: 400; line-height: 32px; color: #43474C; }

.v2-who__footnote {
  font-size: 24px; font-weight: 500; line-height: 1.4;
  color: #43474C;
  text-align: center;
  max-width: 987px;
  margin: 0 auto;
}

/* ============================================================
   VISUAL PROCESS  — node 1:1654
   bg: #003E69  |  py: 120px  |  3 cards (NOT 6)
   Card: bg-white, border 2px #43474C, rounded-24px, padding 42px
   ============================================================ */
.v2-process { padding: 120px 0; background: #003E69; }

/* Header: flex-row, align-end, space-between */
.v2-process__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}
.v2-process__header-copy { display: flex; flex-direction: column; gap: 24px; flex: 1; }

.v2-process__h2 {
  font-size: 48px; font-weight: 700; line-height: 1.2;
  color: #fff;
  max-width: 837px;
  margin-bottom: 0;
}
.v2-process__h2 span { color: #DE1255; }

.v2-process__sub {
  font-size: 24px; font-weight: 500; line-height: 1.4;
  color: rgba(255,255,255,.8);
}

/* Quote box — Figma: bg #de1255, pl-24 pr-40 py-16, w-290, rounded-2px */
.v2-process__quote-box {
  background: #DE1255;
  border-radius: 2px;
  padding: 16px 40px 16px 24px;
  width: 290px;
  flex-shrink: 0;
}
.v2-process__quote-box p {
  font-size: 16px; font-weight: 700; font-style: italic;
  color: #fff; line-height: 24px;
  width: 240px;
}

/* Process slider — 6 steps, 3 visible on desktop */
.v2-process__slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  margin-bottom: 0;
}

.v2-process__viewport {
  width: 100%;
  overflow: hidden;
}

.v2-process__track {
  display: flex;
  gap: 32px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.v2-process__track .v2-process-card {
  flex: 0 0 calc((100% - 64px) / 3);
  min-height: 346px;
}

.v2-process__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.v2-process__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: transform 0.25s, background 0.25s, width 0.25s, height 0.25s;
}
.v2-process__dot.is-active {
  width: 16px;
  height: 16px;
  background: #fff;
}
.v2-process__dot:hover { background: rgba(255, 255, 255, 0.85); }
.v2-process__dot.is-active:hover { background: #fff; }

.v2-process-card {
  background: #fff;
  border: 2px solid #43474C;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 346px;
}

/* Number badge */
.v2-process-card__num {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700; color: #fff;
  flex-shrink: 0;
}
.v2-process-card__num--red  { background: #DE1255; }
.v2-process-card__num--blue { background: #003E69; }

.v2-process-card__title { font-size: 24px; font-weight: 600; line-height: 1.1; color: #003E69;margin-bottom: 0; }
.v2-process-card__text  { font-size: 18px; font-weight: 400; line-height: 32px; color: #43474C; }

/* Footer quote — Figma: text-center text-white text-36px font-medium */
.v2-process__footer {
  text-align: center;
  margin-top: 80px;
}
.v2-process__footer p {
  font-size: 36px; font-weight: 500; line-height: 1.4;
  color: #fff;
  max-width: 1120px;
  margin: 0 auto;
}

/* ============================================================
   SIGNING SERVICES  — node 1:1689
   2×2 grid of 704×420 cards
   ============================================================ */
.v2-services { padding: 120px 0; background: #fff; }

.v2-services__header { margin-bottom: 60px; }
.v2-services__h2 {
  font-family: 'Inter', 'Roboto', sans-serif;
  font-size: 48px; font-weight: 700; line-height: 56px;
  letter-spacing: -0.96px;
  color: #DE1255; margin-bottom: 16px;
}
.v2-services__sub {
  font-family: 'Inter', 'Roboto', sans-serif;
  font-size: 18px; font-weight: 400; line-height: 28px;
  color: #43474C; max-width: 542px;
}

.v2-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.v2-service-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  min-height: 420px;
  border-radius: 16px;
}
.v2-service-card--dark {
  background: #001F33;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.v2-service-card--light {
  background: #F4F3F5;
  border: 1px solid rgba(195,199,205,.3);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  padding: 33px;
}

.v2-service-card__icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.v2-service-card__icon--ghost { background: rgba(255,255,255,.1); color: #fff; }
.v2-service-card__icon--pink-soft { background: rgba(230,0,92,.1); color: #E6005C; }
.v2-service-card__icon--pink-solid { background: #E6005C; color: #fff; }

.v2-service-card__title {
  font-family: 'Inter', 'Roboto', sans-serif;
  font-size: 30px; font-weight: 600; line-height: 38px;
  margin: 0;
  padding-top: 8px;
}
.v2-service-card--dark .v2-service-card__title { color: #F8FAFC; }
.v2-service-card--light .v2-service-card__title { color: #001F33; }

.v2-service-card__text {
  font-size: 24px; font-weight: 500; line-height: 1.4;
  flex: 1;
  margin: 0;
}
.v2-service-card--dark .v2-service-card__text { color: #fff; }
.v2-service-card--light .v2-service-card__text { color: #43474C; }

/* ============================================================
   SSA DIFFERENCE  — node 1:1735
   3-col  |  number + content side-by-side
   ============================================================ */
.v2-difference { padding: 96px 0; background: #fff; }

.v2-difference__h2 {
  font-family: 'Inter', 'Roboto', sans-serif;
  font-size: 48px; font-weight: 700; line-height: 56px;
  letter-spacing: -0.96px;
  color: #003E69;
  text-align: center;
  margin-bottom: 64px;
}

.v2-difference__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.v2-difference-item { display: flex; gap: 24px; align-items: flex-start; min-height: 212px; }

.v2-difference-item__num {
  font-size: 48px; font-weight: 700; line-height: 1;
  color: #DE1255; opacity: .4;
  flex-shrink: 0;
}
.v2-difference-item__body { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.v2-difference-item__title {
  font-size: 24px; font-weight: 600; line-height: 1.1;
  color: #DE1255; margin: 0;
}
.v2-difference-item__text {
  font-family: 'Inter', 'Roboto', sans-serif;
  font-size: 16px; font-weight: 400; line-height: 24px;
  color: #43474C; margin: 0;
}

/* ============================================================
   TESTIMONIALS  — node 1:1763
   No leading separator. Header uses wider 1680px area.
   3 tall cards (each ~882px height).
   ============================================================ */
.v2-testimonials { padding: 120px 0; background: #003E69; }

.v2-testimonials__header-wrap {
  max-width: 1920px;
  margin: 0 auto 48px;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.v2-testimonials__label {
  display: block;
  font-size: 18px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase;
  color: #DE1255;
  line-height: 16px;
  margin: 0;
}
.v2-testimonials__h2 {
  font-family: 'Inter', 'Roboto', sans-serif;
  font-size: 48px; font-weight: 700; line-height: 56px;
  letter-spacing: -0.96px;
  color: #fff; margin: 0;
}
.v2-testimonials__sub {
  font-size: 24px; font-weight: 500; line-height: 1.4;
  color: #fff; max-width: 816px; margin-bottom: 16px;
}
.v2-testimonials__sep-line {
  width: 387px;
  max-width: 100%;
  margin: 0;
}
.v2-testimonials__sep-line img {
  width: 100%;
  height: auto;
  display: block;
}

.v2-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  min-height: 882px;
}

.v2-testimonial-card {
  background: #fff;
  border: 2px solid #43474C;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.v2-testimonial-card__stars { display: flex; gap: 10px; font-size: 18px; color: #003E69; margin: 0; }
.v2-testimonial-card__quote {
  font-size: 18px; font-weight: 400; line-height: 32px; color: #43474C; margin: 0;max-width: 374px;
}
.v2-testimonial-card__author p {
  font-size: 18px; font-weight: 600; line-height: 1.2;
  color: #DE1255; margin: 0;
}

/* ============================================================
   VETTING  — node 1:1802
   2×2 bento grid: each cell has IMAGE LEFT (266px) + CONTENT RIGHT
   Card dimensions: 708×380
   ============================================================ */
.v2-vetting { padding: 96px 0; background: #fff; }

.v2-vetting__header {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v2-vetting__h2 {
  font-size: 48px; font-weight: 700; line-height: 1.2;
  margin: 0;
}
.v2-vetting__h2-blue { display: block; color: #003E69; max-width: 763px;}
.v2-vetting__h2-red  { display: block; color: #DE1255; }
.v2-vetting__sub {
  font-size: 24px; font-weight: 500; line-height: 1.4;
  color: #43474C; max-width: 720px; margin: 0;
}

.v2-vetting__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.v2-vetting-card {
  display: flex;
  gap: 24px;
  align-items: stretch;
  background: #003E69;
  min-height: 380px;
  overflow: hidden;
}
.v2-vetting-card__img-wrap {
  width: 266px;
  flex-shrink: 0;
}
.v2-vetting-card__img-wrap img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.v2-vetting-card__body {
  flex: 1;
  padding: 40px 40px 40px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.v2-vetting-card__icon  { font-size: 32px; color: #fff; height: 36px; display: flex; align-items: center; margin: 0; }
.v2-vetting-card__title { font-size: 24px; font-weight: 600; line-height: 1.1; color: #fff; margin: 0; }
.v2-vetting-card__text  { font-size: 18px; font-weight: 400; line-height: 32px; color: #fff; margin: 0; }

/* ============================================================
   INDUSTRY AUTHORITY  — node 1:1837
   Image left (825.6×825.6) + Content right (550.4)
   Total = 1376 + gap. Actually: img x=240+0=0, content x=1129.6-240=889.6 from container left
   So: image 825.6px, content starts at 889.6px → gap = 889.6-825.6 = 64px
   ============================================================ */
.v2-authority { padding: 96px 0; background: #fff; }

.v2-authority__grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 64px 64px;
  align-items: center;
}
.v2-authority__image-wrap {
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.v2-authority__image-wrap img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.v2-authority__content { display: flex; flex-direction: column; gap: 24px; padding-top: 0; }

.v2-authority__eyebrow {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 0;
}
.v2-authority__eyebrow-line {
  width: 48px; height: 1px; background: #E6005C; flex-shrink: 0;
}
.v2-authority__eyebrow-text {
  font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
  color: #E6005C;
}

.v2-authority__h2 {
  font-size: 48px; font-weight: 700; line-height: 1.2;
  margin: 0;
}
.v2-authority__h2-red  { display: block; color: #DE1255; }
.v2-authority__h2-blue { display: block; color: #003E69; }
.v2-authority__body {
  font-size: 18px; font-weight: 400; line-height: 32px;
  color: #43474C; margin: 0;
}

.v2-authority__features { display: flex; flex-direction: column; gap: 24px; margin: 0; padding: 16px 0 24px; }
.v2-authority__feature  { display: flex; gap: 16px; align-items: flex-start; }
.v2-authority__feature-icon { font-size: 18px; color: #003E69; width: 22px; flex-shrink: 0; margin-top: 4px; display: flex;align-items: center;justify-content: center;}
.v2-authority__feature-title { font-size: 16px; font-weight: 700; color: #001F33; margin: 0 0 4px; line-height: 24px;}
.v2-authority__feature-text  { font-size: 14px; font-weight: 400; line-height: 20px; color: #475569; margin: 0; }

.v2-authority__btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: #001F33; color: #fff !important;
  padding: 16px 32px; border-radius: 2px;
  font-size: 16px; font-weight: 700; line-height: 24px;
  align-self: flex-start;
  transition: background .25s, transform .25s;
}
.v2-authority__btn:hover { background: #002d52; color: #fff !important; transform: translateY(-2px); }

/* ============================================================
   TWO PATHS FORWARD  — node 1:1878
   py: 120px  |  heading: centered 2-line
   Path 1: bg #003E69, 704px, height 418
   Path 2: bg #fff border, 704px, height 670
   ============================================================ */
.v2-two-paths { padding: 120px 0; background: #fff; padding-bottom: 56px;}

/* Heading — centered, 2 paragraphs, 48px bold tracking -0.96 */
.v2-two-paths__heading {
  text-align: center;
  margin-bottom: 64px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.96px;
}
.v2-two-paths__heading-blue { color: #003E69; }
.v2-two-paths__heading-red  { color: #DE1255; }

.v2-two-paths__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: start;
}

/* Shared path card */
.v2-path { border-radius: 4px; display: flex; flex-direction: column; }
.v2-path--blue  { background: #003E69; padding: 48px; justify-content: space-between; }
.v2-path--white { background: #fff; border: 1px solid #C3C7CD; padding: 48px 48px 64px; gap: 24px; }

/* Eyebrow row */
.v2-path__eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.v2-path__eyebrow-line {
  width: 48px; height: 1px; flex-shrink: 0;
  display: block;
}

.v2-path--white .v2-path__eyebrow{
  margin-bottom: 0;
}

.v2-path__eyebrow-line--white { background: #fff; }
.v2-path__eyebrow-line--red   { background: #E6005C; }
.v2-path__eyebrow-label {
  font-size: 12px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; white-space: nowrap;
}
.v2-path__eyebrow-label--white { color: #fff; }
.v2-path__eyebrow-label--red   { color: #E6005C; }

/* Titles */
.v2-path__top { display: flex; flex-direction: column; flex: 1; padding-bottom: 48px; }
.v2-path__title { font-weight: 600; line-height: 1.1; margin-bottom: 24px; }
.v2-path__title--white   { font-size: 24px; color: #fff; }
.v2-path__title--blue-30 { font-size: 30px; color: #003E69; line-height: 38px;margin-bottom: 0; }

/* Body text */
.v2-path__text { font-weight: 400; margin-bottom: 16px; }
.v2-path__text--light { font-size: 18px; line-height: 32px; color: rgba(248,250,252,.8); margin-bottom: 0; }
.v2-path__text--slate { font-size: 16px; line-height: 24px; color: #475569;margin-bottom: 0; }

.v2-hero__row--sales .v2-path__text--slate{
  max-width: 570px;
}

/* CTA buttons */
.v2-path__btn {
  display: block; width: 100%;
  text-align: center;
  font-size: 24px; font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding: 16px 32px;
  border-radius: 2px;
  border: none; cursor: pointer;
  transition: background .25s;
  line-height: 24px;
}
.v2-path__btn--red  { background: #E6005C; color: #fff !important; }
.v2-path__btn--red:hover  { background: #b50f46; color: #fff !important; }
.v2-path__btn--blue { background: #003E69; color: #fff !important; }
.v2-path__btn--blue:hover { background: #002d52; color: #fff !important; }

/* Form */
.v2-path--white form { display: flex; flex-direction: column; gap: 16px; margin-top: 8px; }

.v2-path--white form input,
.v2-path--white form select {
  width: 100%;
  background: #fff;
  border: 1px solid #C3C7CD;
  border-radius: 2px;
  padding: 15px 17px;
  font-size: 16px; font-family: 'Roboto', sans-serif;
  color: #43474C; transition: border-color .25s;
  margin-top:8px;
}

.v2-path--white form .form-field label{
  color:  #003E69;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 133.333% */
letter-spacing: 0.6px;
text-transform: uppercase;
width: 100%;
}

.v2-path--white form .select-field label{
  width: 100%;
}

@media(min-width:991px){
.v2-hero__row--sales .v2-path--white form .select-field label{
  width: 416px;
}
}

.select-field select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3e%3cpath d='M11.0938 0C11.5 0 11.875 0.25 12.0312 0.625C12.1875 1 12.0938 1.4375 11.8125 1.71875L6.8125 6.71875C6.40625 7.09375 5.78125 7.09375 5.375 6.71875L0.375 1.71875C0.09375 1.4375 0 1 0.1875 0.625C0.34375 0.25 0.6875 0 1.09375 0H11.0938Z' fill='%2343474C'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: 12px 16px !important;
    background-position: 97% !important;
}

/* Remove autofill background and shadow for all input types */
    .v2-path--white form input:-webkit-autofill,
    .v2-path--white form input:-webkit-autofill:hover,
    .v2-path--white form input:-webkit-autofill:focus,
    .v2-path--white form textarea:-webkit-autofill,
    .v2-path--white form textarea:-webkit-autofill:hover,
    .v2-path--white form textarea:-webkit-autofill:focus,
    .v2-path--white form select:-webkit-autofill,
    .v2-path--white form select:-webkit-autofill:hover,
    .v2-path--white form select:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* Remove yellow background */
        box-shadow: 0 0 0px 1000px transparent inset !important; /* For non-webkit browsers supporting this */
        -webkit-text-fill-color: #43474C !important; /* Keep text color same as normal */
        transition: background-color 5000s ease-in-out 0s; /* Prevent background flash */
    }

.v2-path--white form input::placeholder { color: #6B7280; }
.v2-path--white form input:focus { outline: none; border-color: #003E69; }
.v2-path--white form textarea:focus { outline: none; border-color: #003E69; }

.v2-path--white form .wpcf7-submit {
  display: block; width: 100%;
  text-align: center;
  font-size: 24px; font-weight: 700;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  padding: 16px 32px;
  border-radius: 2px;
  border: none; cursor: pointer;
  transition: background .25s;
  background: #003E69; color: #fff !important;
}
.v2-path--white form .wpcf7-submit:hover { background: #002d52; color: #fff !important; }

.v2-path--white form .wpcf7-response-output{
  margin: 0;
}

.sales-page .v2-two-paths .v2-path--white form .wpcf7-submit{
  background-color: #DE1255;
}

.sales-page .v2-two-paths .v2-path--white form .wpcf7-submit:hover{
  background-color: #b50f46;
}
/* ============================================================
   FOOTER  — node 1:1925
   bg: #003E69  |  py: 96px  |  px: 240px  |  gap: 60px (flex-col)
   3 equal-width columns  |  bottom: border-top 1px white, pt-33px
   ============================================================ */
.v2-footer {
  background: #003E69;
  padding: 96px 0 0;
}

.v2-footer .v2-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.v2-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.v2-footer__top > div {
  flex: 1 1 0;
  min-width: 0;
}

/* Col 1: brand */
.v2-footer__brand { display: flex; flex-direction: column; gap: 24px; }
.v2-footer__logo  { display: block; }
.v2-footer__logo img { height: 39px; width: 220px; object-fit: contain; }

/* Tagline — opacity 0.7 */
.v2-footer__tagline {
  font-size: 16px; font-weight: 400; line-height: 24px;
  color: #fff; opacity: .7; max-width: 309px;
}

/* Social icons */
.v2-footer__social { display: flex; gap: 16px;}
.v2-footer__social a {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 20px;
  transition: background .25s, transform .25s;
}
.v2-footer__social a:hover { background: #DE1255; transform: translateY(-2px); color: #fff; }

/* Col 2: contact */
.v2-footer__contact-heading {
  font-family: 'Inter', 'Roboto', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase;
  color: #E3E2E4;
  display: block; padding-bottom: 32px;
}
.v2-footer__contact-line {
  font-size: 16px; font-weight: 400; line-height: 24px;
  color: #E3E2E4;
  margin-bottom: 16px; display: block;
}
.v2-footer__contact-line a { color: #E3E2E4; }
.v2-footer__contact-line a:hover { color: #fff; }

/* Col 3: badges */
.v2-footer__badges { display: flex; flex-direction: column; gap: 16px; }
.v2-footer__badges-row { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.v2-footer__badge-img { object-fit: contain; transition: opacity .25s; }
.v2-footer__badge-img:hover { opacity: 1; }

/* ---- Bottom bar ---- */
.v2-footer__bottom {
  border-top: 1px solid #fff;
  padding-top: 32px;
  padding-bottom: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Each side is 50% opacity */
.v2-footer__copyright {
  font-size: 16px; font-weight: 400; line-height: 24px;
  color: #fff; opacity: .5;
  font-family: 'Inter', 'Roboto', sans-serif;
}
.v2-footer__links {
  display: flex; gap: 0;
  font-size: 16px; font-weight: 400; line-height: 24px;
  color: #E3E2E4; opacity: .5;
}
.v2-footer__links a { color: #E3E2E4; }
.v2-footer__links a:hover { color: #fff; }

/* ============================================================
   RESPONSIVE — desktop base styles above are untouched.
   Breakpoints only apply below each threshold.
   ============================================================ */

/* ---- Large laptop / fluid desktop (1480 → 1280) ---- */
@media (max-width: 1479px) {
  .v2-hero__row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr);
    gap: 32px;
  }
  .v2-hero__visual {
    flex: none;
    width: 100%;
    height: auto;
    /* aspect-ratio: 876 / 509; */
  }
  .v2-hero__badge,
  .v2-hero__trust { white-space: normal; }

  .v2-stack__logos-track {
    gap: clamp(32px, 5vw, 110px);
  }

  .v2-authority__grid {
    gap: 48px;
  }
}

/* ---- Small laptop / large tablet (1280 → 992) ---- */
@media (max-width: 1279px) {
  .v2-container { padding: 0 40px; }

  .v2-navbar__links { gap: 20px; }
  .v2-navbar__link  { font-size: 11px; }
  .v2-navbar__cta   { font-size: 20px; }

  .v2-hero__h1 { font-size: 40px; line-height: 48px; }
  .v2-hero__body { font-size: 17px; line-height: 27px; }

  .v2-stack__title,
  .v2-who__h2,
  .v2-process__h2,
  .v2-services__h2,
  .v2-difference__h2,
  .v2-testimonials__h2,
  .v2-vetting__h2,
  .v2-authority__h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .v2-who__subtitle,
  .v2-who__footnote,
  .v2-process__sub,
  .v2-testimonials__sub,
  .v2-vetting__sub {
    font-size: 22px;
  }

  .v2-who__grid,
  .v2-difference__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .v2-who__grid .v2-who-card:last-child,
  .v2-difference__grid .v2-difference-item:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 12px);
    justify-self: center;
  }

  .v2-testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
    min-height: 0;
  }
  .v2-testimonials__grid .v2-testimonial-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 16px);
    justify-self: center;
  }

  .v2-process__footer p { font-size: 30px; }

  .v2-vetting-card__img-wrap { width: 220px; }
  .v2-vetting-card__body { padding: 32px 32px 32px 0; }

  .v2-service-card { min-height: 0; }
  .v2-who-card { min-height: 0; }

  .v2-two-paths__heading { font-size: 40px; line-height: 48px; }
}

/* ---- Tablet (992 → 768) ---- */
@media (max-width: 991px) {
  .v2-container { padding: 0 32px; }
  html { scroll-padding-top: 100px; }

  /* Navbar — slide-in drawer */
  .v2-navbar {
    height: 80px;
    min-height: 80px;
  }
  .v2-navbar .v2-container {
    flex-wrap: nowrap;
    height: 80px;
    min-height: 80px;
    position: relative;
    z-index: 1002;
  }
  .v2-navbar__logo {
    position: relative;
    z-index: 1003;
  }
  .v2-navbar__logo img { height: 48px; }
  .v2-navbar__toggler { display: flex; margin-left: auto; }

  /* Home Page V2 only: hide the header phone number and show it inside the drawer instead. Sales page keeps its header phone number as-is. */
  body:not(:has(.sales-page)) .v2-navbar__cta {
    display: none;
  }
  .v2-navbar__mobile-cta {
    display: block;
    margin-top: auto;
    border-top: 1px solid rgba(195, 199, 205, 0.45);
  }
  .v2-navbar__mobile-cta .v2-navbar__link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #DE1255 !important;
    font-weight: 700;
  }

  /* Drawer panel — links */
  .v2-navbar__links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(340px, 88vw);
    padding: 80px 0 100px;
    background: #fff;
    box-shadow: -12px 0 40px rgba(0, 31, 51, 0.18);
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1), visibility .35s;
  }
  .v2-navbar__links.active {
    transform: translateX(0);
    visibility: visible;
  }
  .v2-navbar__links::before {
    content: 'Menu';
    display: block;
    padding: 20px 28px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #DE1255;
    line-height: 1;
    border-bottom: 1px solid #C3C7CD;
    margin-bottom: 8px;
  }
  .v2-navbar__links li {
    margin: 0;
    padding: 0;
  }
  .v2-navbar__link {
    display: block;
    width: 100%;
    padding: 16px 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 1.2;
    color: #43474C !important;
    border-bottom: 1px solid rgba(195, 199, 205, 0.45);
    transition: color .25s, background .25s, padding-left .25s;
  }
  .v2-navbar__link:hover {
    color: #DE1255 !important;
    background: rgba(222, 18, 85, 0.04);
    padding-left: 32px;
  }
  .v2-navbar__links li:last-child .v2-navbar__link {
    border-bottom: none;
  }

  .v2-navbar__cta.active {
    transform: translateX(0);
    visibility: visible;
  }
  .v2-navbar__cta:hover {
    color: #fff !important;
    background: #002d52;
  }
  .v2-navbar__cta svg path {
    fill: #fff;
  }

  body.v2-nav-open {
    overflow: hidden;
  }

  .v2-hero { padding-top: 64px; padding-bottom: 64px;}
  .v2-hero__row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .v2-hero__visual {
    width: 100%;
    max-width: 100%;
  }
  .v2-hero__h1 { font-size: 34px; line-height: 42px; max-width: 100%; }
  .v2-hero__h1-white { max-width: 100%; }
  .v2-hero__body { max-width: 100%; font-size: 16px; line-height: 26px; }
  .v2-hero__actions { flex-wrap: wrap; min-height: 0; gap: 12px; }
  .v2-btn--hero { min-height: 48px; }
  .v2-btn{
    padding: 12px 25px;
  }
  .v2-stack,
  .v2-who,
  .v2-difference,
  .v2-vetting,
  .v2-authority { padding: 72px 0; }
  .v2-services,
  .v2-process,
  .v2-two-paths,
  .v2-testimonials { padding: 72px 0; }

  .v2-stack__title,
  .v2-who__h2,
  .v2-process__h2,
  .v2-services__h2,
  .v2-difference__h2,
  .v2-testimonials__h2,
  .v2-vetting__h2,
  .v2-authority__h2 {
    font-size: 34px;
  }

  .v2-who__header { margin-bottom: 48px; }
  .v2-who__grid,
  .v2-difference__grid,
  .v2-testimonials__grid,
  .v2-vetting__grid,
  .v2-two-paths__grid,
  .v2-services__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .v2-who__grid .v2-who-card:last-child,
  .v2-difference__grid .v2-difference-item:last-child,
  .v2-testimonials__grid .v2-testimonial-card:last-child {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }

  .v2-process__track .v2-process-card {
    flex: 0 0 100%;
    min-height: 0;
  }
  .v2-process__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 48px;
  }
  .v2-process__quote-box { width: 100%; max-width: 100%; }
  .v2-process__quote-box p { width: 100%; }
  .v2-process__footer { margin-top: 48px; }
  .v2-process__footer p { font-size: 26px; }

  .v2-authority__grid { grid-template-columns: 1fr; gap: 40px; }
  .v2-authority__image-wrap { max-width: 560px; margin: 0 auto; width: 100%; }

  .v2-vetting-card {
    flex-direction: column;
    min-height: 0;
  }
  .v2-vetting-card__img-wrap {
    width: 100%;
    height: 220px;
  }
  .v2-vetting-card__body {
    padding: 28px;
  }

  .v2-stack__logos-track {
    gap: 28px;
  }
  .v2-stack__logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .v2-stack__logo img {
    max-height: 80px;
    max-width: 100%;
  }

  .v2-service-card {
    min-height: 0;
    gap: 24px;
  }
  .v2-service-card__text { font-size: 20px; }

  .v2-who-card { min-height: 0; padding: 32px; }
  .v2-difference-item { min-height: 0; }

  .v2-path--blue,
  .v2-path--white { padding: 36px; }
  .v2-path__top { padding-bottom: 32px; }
  .v2-path__eyebrow-label { white-space: normal; }

  .v2-footer { padding-top: 72px; }
  .v2-footer__top { flex-direction: column; gap: 40px; }
  .v2-footer__bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding-bottom: 72px;
  }
  .v2-footer__tagline { max-width: 100%; }

  .v2-sep--big-left img,
  .v2-sep--big-right img,
  .v2-sep--left img,
  .v2-sep--right img {
    width: calc(100% - 64px);
    height: auto;
  }
}

/* ---- Mobile landscape (768 → 480) ---- */
@media (max-width: 767px) {
  .v2-container { padding: 0 20px; }

  .v2-hero { padding-top: 48px; padding-bottom: 48px; }
  .v2-hero__h1 { font-size: 28px; line-height: 36px; letter-spacing: -0.5px; }
  .v2-hero__body { font-size: 15px; line-height: 24px; margin-bottom: 32px; }
  .v2-hero__actions {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 32px;
    width: 100%;
  }
  .v2-btn--hero { width: 100%; white-space: normal; text-align: center; }
  .v2-hero__trust {
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.8px;
  }

  .v2-stack,
  .v2-who,
  .v2-difference,
  .v2-vetting,
  .v2-authority { padding: 48px 0; }
  .v2-services,
  .v2-process,
  .v2-two-paths,
  .v2-testimonials { padding: 48px 0; }

  .v2-stack__title,
  .v2-who__h2,
  .v2-process__h2,
  .v2-services__h2,
  .v2-difference__h2,
  .v2-testimonials__h2,
  .v2-vetting__h2,
  .v2-authority__h2 {
    font-size: 28px;
  }

  .v2-who__subtitle,
  .v2-who__footnote,
  .v2-process__sub,
  .v2-testimonials__sub,
  .v2-vetting__sub {
    font-size: 18px;
  }

  .v2-who__header { margin-bottom: 36px; gap: 16px; }
  .v2-who__grid { margin-bottom: 36px; }
  .v2-who-card { padding: 28px; gap: 16px; }
  .v2-who-card__title { font-size: 22px; }
  .v2-who-card__text { font-size: 16px; line-height: 28px; }

  .v2-process-card { padding: 28px; gap: 16px; min-height: 0; }
  .v2-process-card__title { font-size: 22px; }
  .v2-process-card__text { font-size: 16px; line-height: 28px; }
  .v2-process__footer p { font-size: 22px; }

  .v2-services__header { margin-bottom: 36px; }
  .v2-service-card { padding: 28px; }
  .v2-service-card--light { padding: 28px; }
  .v2-service-card__title { font-size: 24px; line-height: 32px; }
  .v2-service-card__text { font-size: 17px; line-height: 26px; }

  .v2-difference__h2 { margin-bottom: 40px; }
  .v2-difference-item { flex-direction: column; gap: 12px; }
  .v2-difference-item__num { font-size: 40px; }

  .v2-testimonials__header-wrap { gap: 20px; margin-bottom: 36px; }
  .v2-testimonials__sep-line { width: min(200px, 60%); }
  .v2-testimonial-card { padding: 28px; }
  .v2-testimonial-card__quote { font-size: 16px; line-height: 28px; }

  .v2-vetting__header { margin-bottom: 36px; }
  .v2-vetting-card__img-wrap { height: 180px; }
  .v2-vetting-card__body { padding: 24px; gap: 16px; }
  .v2-vetting-card__title { font-size: 22px; }
  .v2-vetting-card__text { font-size: 16px; line-height: 28px; }

  .v2-authority__h2 { font-size: 28px; }
  .v2-authority__body { font-size: 16px; line-height: 28px; }
  .v2-authority__btn { width: 100%; justify-content: center; }

  .v2-two-paths__heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .v2-path--blue,
  .v2-path--white { padding: 28px; }
  .v2-path__title--blue-30 { font-size: 26px; line-height: 34px; }
  .v2-path__btn { font-size: 16px; padding: 15px 25px; }
  .v2-path--white form .wpcf7-submit { font-size: 16px; padding: 15px 24px; }

  .v2-stack__logo img { max-height: 64px; }

  .v2-footer { padding-top: 56px; }
  .v2-footer__bottom { padding-bottom: 56px; }
  .v2-footer__links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 8px;
  }
  .v2-footer__badges-row { gap: 24px; }

  .v2-sep { padding: 12px 0; }
  .v2-sep--big-left img,
  .v2-sep--big-right img,
  .v2-sep--left img,
  .v2-sep--right img {
    width: calc(100% - 24px);
    height: auto;
  }
  .v2-sep--middle img { width: min(910px, 90%); height: auto; }
}

/* ---- Mobile portrait (480 and below) ---- */
@media (max-width: 479px) {
  .v2-container { padding: 0 16px; }

  .v2-navbar__logo img { height: 42px; }
  .v2-navbar__cta { font-size: 18px; }

  .v2-hero__h1 { font-size: 24px; line-height: 32px; }
  .v2-hero__badge { font-size: 11px; line-height: 15px; margin-bottom: 16px; }

  .v2-stack__title,
  .v2-who__h2,
  .v2-process__h2,
  .v2-services__h2,
  .v2-difference__h2,
  .v2-testimonials__h2,
  .v2-vetting__h2,
  .v2-authority__h2 {
    font-size: 24px;
  }

  .v2-two-paths__heading { font-size: 24px; line-height: 32px; }

  .v2-process__dots { gap: 12px; flex-wrap: wrap; }
  .v2-process__footer p { font-size: 20px; }

  .v2-stack__logo img { max-height: 56px; }

  .v2-path__title--white { font-size: 22px; }
  .v2-path__title--blue-30 { font-size: 22px; line-height: 30px; }
  .v2-path__text--light { font-size: 16px; line-height: 26px; }

  .v2-footer__copyright,
  .v2-footer__links { font-size: 14px; }
}

/* ---- Global overflow guards (responsive viewports only) ---- */
@media (max-width: 1479px) {
  .v2-main,
  .v2-hero,
  .v2-hero__row,
  .v2-hero__copy,
  .v2-hero__visual,
  .v2-process__viewport,
  .v2-authority__grid,
  .v2-vetting-card,
  .v2-two-paths__grid {
    min-width: 0;
  }

  .v2-hero__copy,
  .v2-who-card,
  .v2-process-card,
  .v2-service-card,
  .v2-testimonial-card,
  .v2-vetting-card__body,
  .v2-authority__content,
  .v2-path {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}


/* ============================================
   SALES PAGE — Figma-exact implementation
   Tokens:
     Red:  #DE1255  (SSA Red Pact)
     Blue: #003E69  (SSA Document Blue)
     Gray: #43474C  (SSA Signature Gray)
     Border: #C3C7CD
   Font: Roboto
   Canvas: 1920px  |  Content: 1440px  |  Side padding: 20px
   ============================================ */

   .v2-hero__row--sales{
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
   }
   .v2-hero__visual--sales{
    width: 100%;
    max-width: 100%;
    height: auto;
   }

   .v2-hero__row--sales .v2-hero__h1-white{
    display: block;
   }

   .v2-hero__row--sales .v2-hero__actions{
    margin-bottom: 12px;
   }

   .v2-hero__row--sales .v2-path{
    border-radius: 40px;
   }

   .v2-hero__row--sales .v2-path--white form .wpcf7-submit{
    background-color: #DE1255;
   }

   .v2-hero__row--sales .v2-path--white form .wpcf7-submit:hover{
    background: #b50f46;
   }

   .v2-hero__visual--sales{
    position: relative;
   }

   .v2-pen-image{
    position: absolute;
    right: -120px;
    top: 38px;
    pointer-events: none;
   }

   .highlight { color: #DE1255; }

   .sales-page .v2-who__grid{
      margin-bottom: 0;
   }

   .v2-services-cards{
    padding: 96px 0;
    padding-bottom: 80px;
   }

   .v2-services-cards__header {
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.v2-services-card__h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #003E69;
    margin-bottom: 0;
    max-width: 914px;
}

.v2-services-card __subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #43474C;
  max-width: 1120px;
  margin: 0 auto;
}

.v2-services-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: stretch;
}

.v2-services__card {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 24px;
  border: 6px solid;
  background: #FFF;
}

.v2-services__card--blue{
  border-color:#003E69;
}

.v2-services__card--red{
  border-color:#DE1255;
}

.v2-services__card img{
  height: 323px;
  align-self: stretch;
  object-fit:cover;
  object-position:center;
}

.v2-services__card__title{
font-family: Roboto;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 39.6px */
}

.v2-services__card--blue .v2-services__card__title{
  color:#003E69;
}

.v2-services__card--red .v2-services__card__title{
  color:#DE1255;
}

.v2-services__card__content{
  flex: 1;
}

.v2-services__card__content h4{
  color: #43474C;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%; /* 26.4px */
  margin-bottom:8px;
}

.v2-services__card__content p{
 color: #43474C;
 font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
 font-size: 18px;
 font-weight: 400;
 max-width: 525px;
 line-height: 32px; /* 177.778% */
}

.v2-book-call{
  padding-bottom: 96px;
}

.v2-book-call__header {
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.v2-book-call__h2 {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #003E69;
  margin-bottom: 0;
}

.v2-book-call__content{
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.v2-book-call__content .v2-btn--hero{
  align-self: auto;
}

.v2-book-call-text{
  color: #43474C;
text-align: center;
font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
max-width: 414px;
}

.v2-performance{
  padding: 96px 0;
}

.v2-performance__header{
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content:center;
}

.v2-performance__h2{
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #003E69;
  margin-bottom: 0;
}

.v2-performance__header .v2-authority__eyebrow{
  justify-content:center;
}

.v2-performance__subtitle{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #43474C;
  max-width: 1120px;
  margin: 0 auto;
}

.v2-performance__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.v2-performance-card{
  border: 2px solid #43474C;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 346px;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}

.v2-performance-card:hover{
  border-color: #DE1255;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .07);
}

.v2-performance__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
}

.v2-performance__title{
  color:#003E69;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
  flex:1'
}

.v2-performance__text{
  color: #43474C;
font-family : 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 33.6px */
}

.v2-ssa-path .v2-path__title--white{
  font-size: 48px;
}

.v2-ssa-path .v2-path__text--light{
  margin-bottom:24px;
}

.v2-ssa-path .v2-path__top{
  padding-bottom:0;
}

.v2-ssa-partner{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:24px;
}

.v2-ssa-partner li{
  display:flex;
  align-items:center;
  gap:16px;
  color: #FFF;
font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 145.455% */
}

.v2-faq{
  padding: 120px 0;
}

.v2-faq__header{
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content:center;
}

.v2-faq__h2{
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #003E69;
  margin-bottom: 0;
}

.v2-faq__sub{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #43474C;
  max-width: 1116px;
  margin: 0 auto;
}

.v2-faq-wrap{
  display: flex;
align-items: flex-start;
align-content: flex-start;
gap: 48px 64px;
align-self: stretch;
flex-wrap: wrap;
}

.v2-faq-box{
  width: calc(50% - 32px);
}

.v2-faq-box h3{
  color:#DE1255;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 28px; /* 155.556% */
margin-bottom: 16px;
    max-width: 480px;
}

.v2-faq-box p{
  color: #43474C;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  flex: 1;
}

/* ---- Sales page subtitle (typo fix scoped to sales only) ---- */
.sales-page .v2-services-card__subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #43474C;
  max-width: 1120px;
  margin: 0 auto;
}

/* ---- Trust badges row (sales hero) ---- */
.sales-page .v2-hero__trust-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 24px;
}

/* ============================================
   SALES PAGE — RESPONSIVE (desktop styles above unchanged)
   All rules scoped to .sales-page / body:has(.sales-page)
   ============================================ */

/* ---- Large laptop (1480 → 1280) ---- */
@media (max-width: 1479px) {
  .sales-page .v2-hero__row--sales {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
  }
  .sales-page .v2-hero__visual--sales {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .sales-page .v2-hero__badge,
  .sales-page .v2-hero__trust span { white-space: normal; }

  .sales-page .v2-services__card img {
    height: auto;
    max-height: 280px;
  }

  .sales-page .v2-stack__logos-track {
    gap: clamp(32px, 5vw, 110px);
  }
}

/* ---- Small laptop (1280 → 992) ---- */
@media (max-width: 1279px) {
  .v2-pen-image{
    width: 200px;
  }
  .sales-page .v2-hero__h1 { font-size: 40px; line-height: 48px; }
  .sales-page .v2-hero__body { font-size: 17px; line-height: 27px; }

  .sales-page .v2-stack__title,
  .sales-page .v2-who__h2,
  .sales-page .v2-process__h2,
  .sales-page .v2-services__h2,
  .sales-page .v2-testimonials__h2,
  .sales-page .v2-vetting__h2,
  .sales-page .v2-two-paths__heading,
  .sales-page .v2-services-card__h2,
  .sales-page .v2-performance__h2,
  .sales-page .v2-faq__h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .sales-page .v2-who__subtitle,
  .sales-page .v2-process__sub,
  .sales-page .v2-testimonials__sub,
  .sales-page .v2-vetting__sub,
  .sales-page .v2-services-card__subtitle,
  .sales-page .v2-performance__subtitle,
  .sales-page .v2-faq__sub {
    font-size: 22px;
  }

  .sales-page .v2-who__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .sales-page .v2-who__grid .v2-who-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 12px);
    justify-self: center;
  }

  .sales-page .v2-performance__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .sales-page .v2-performance__grid .v2-performance-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 12px);
    justify-self: center;
  }

  .sales-page .v2-testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
    min-height: 0;
  }
  .sales-page .v2-testimonials__grid .v2-testimonial-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 16px);
    justify-self: center;
  }

  .sales-page .v2-services__card__title { font-size: 32px; }
  .sales-page .v2-performance__title { font-size: 40px; }
  .sales-page .v2-ssa-path .v2-path__title--white { font-size: 40px; }

  .sales-page .v2-book-call__h2 { font-size: 28px; }
}

/* ---- Tablet (992 → 768) ---- */
@media (max-width: 991px) {
  .v2-pen-image{
    display: none;
  }
  /* Keep sales header phone visible (override home mobile nav rules) */
  body:has(.sales-page) .v2-navbar {
    height: 80px;
    min-height: 80px;
  }
  body:has(.sales-page) .v2-navbar .v2-container {
    flex-wrap: nowrap;
    height: 80px;
    min-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }
  body:has(.sales-page) .v2-navbar__toggler { display: none !important; }
  body:has(.sales-page) .v2-navbar__links { display: none !important; }
  body:has(.sales-page) .v2-navbar__logo img { height: 48px; object-fit: contain;}


  /* .v2-hero clips overflow at desktop for the pen-image bleed (which is
     display:none below this breakpoint, so nothing relies on the clip
     here). On this single-column layout the hero form's height isn't
     fixed — e.g. the CF7 math-captcha widget can add height after first
     paint — and some browsers (notably Safari) don't reliably reflow a
     CSS Grid row when that happens, leaving the extra form height
     clipped by the parent's overflow:hidden. Letting it grow naturally
     fixes that. */
  .sales-page .v2-hero {
    overflow: visible;
    height: max-content !important;
  }

  .sales-page .v2-hero__container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .sales-page .v2-hero__row--sales {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sales-page .v2-hero__visual--sales {
    width: 100%;
    max-width: 100%;
  }
  .sales-page .v2-hero__h1 { font-size: 34px; line-height: 42px; }
  .sales-page .v2-hero__h1-white { max-width: 100%; }
  .sales-page .v2-hero__body { max-width: 100%; font-size: 16px; line-height: 26px; }
  .sales-page .v2-hero__actions { flex-wrap: wrap; min-height: 0; }
  .sales-page .v2-hero__visual--sales .v2-path--white { padding: 36px;position: relative;}

  .sales-page .v2-stack,
  .sales-page .v2-who,
  .sales-page .v2-services-cards,
  .sales-page .v2-performance,
  .sales-page .v2-process,
  .sales-page .v2-vetting,
  .sales-page .v2-services,
  .sales-page .v2-testimonials,
  .sales-page .v2-two-paths,
  .sales-page .v2-faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .sales-page .v2-book-call { padding-bottom: 72px; }

  .sales-page .v2-stack__title,
  .sales-page .v2-who__h2,
  .sales-page .v2-process__h2,
  .sales-page .v2-services__h2,
  .sales-page .v2-testimonials__h2,
  .sales-page .v2-vetting__h2,
  .sales-page .v2-services-card__h2,
  .sales-page .v2-performance__h2,
  .sales-page .v2-faq__h2 {
    font-size: 34px;
  }

  .sales-page .v2-who__header,
  .sales-page .v2-services-cards__header,
  .sales-page .v2-book-call__header,
  .sales-page .v2-performance__header,
  .sales-page .v2-faq__header {
    margin-bottom: 48px;
  }

  .sales-page .v2-who__grid,
  .sales-page .v2-services-cards__grid,
  .sales-page .v2-performance__grid,
  .sales-page .v2-services__grid,
  .sales-page .v2-testimonials__grid,
  .sales-page .v2-vetting__grid,
  .sales-page .v2-two-paths__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sales-page .v2-who__grid .v2-who-card:last-child,
  .sales-page .v2-performance__grid .v2-performance-card:last-child,
  .sales-page .v2-testimonials__grid .v2-testimonial-card:last-child {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }

  .sales-page .v2-who-card,
  .sales-page .v2-performance-card { min-height: 0; padding: 32px; }

  .sales-page .v2-services__card {
    padding: 32px;
    border-width: 4px;
  }
  .sales-page .v2-services__card img {
    height: auto;
    max-height: 220px;
  }

  .sales-page .v2-process__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 48px;
  }
  .sales-page .v2-process__quote-box { width: 100%; max-width: 100%; }
  .sales-page .v2-process__quote-box p { width: 100%; }
  .sales-page .v2-process__track .v2-process-card {
    flex: 0 0 100%;
    min-height: 0;
  }
  .sales-page .v2-process__footer { margin-top: 48px; }
  .sales-page .v2-process__footer p { font-size: 26px; }

  .sales-page .v2-vetting-card {
    flex-direction: column;
    min-height: 0;
  }
  .sales-page .v2-vetting-card__img-wrap {
    width: 100%;
    height: 220px;
  }
  .sales-page .v2-vetting-card__body { padding: 28px; }

  .sales-page .v2-stack__logos-track {
    gap: 28px;
  }
  .sales-page .v2-stack__logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sales-page .v2-stack__logo img { max-height: 80px; }

  .sales-page .v2-testimonials__grid { min-height: 0; }

  .sales-page .v2-path--blue,
  .sales-page .v2-path--white { padding: 36px; }
  .sales-page .v2-ssa-path .v2-path__title--white { font-size: 34px; }
  .sales-page .v2-ssa-partner li { font-size: 18px; line-height: 28px; }

  .sales-page .v2-faq-wrap { gap: 32px; }
  .sales-page .v2-faq-box { width: 100%; }

  .sales-page .v2-sep--big-left img,
  .sales-page .v2-sep--big-right img,
  .sales-page .v2-sep--left img,
  .sales-page .v2-sep--right img {
    width: calc(100% - 64px);
    height: auto;
  }
  .v2-hero__row--sales .v2-hero__body{
    margin-bottom: 30px;
  }
  .sales-page .v2-path .v2-path--blue{
    min-width: 0;
  }

  .sales-page .v2-path .v2-path--white{
    min-width: 0;
  }
}

/* ---- Mobile landscape (768 → 480) ---- */
@media (max-width: 767px) {
  .sales-page .v2-container { padding: 0 20px; }

  body:has(.sales-page) .v2-navbar__cta { font-size: 18px; }
  body:has(.sales-page) .v2-navbar__logo img { height: 42px;object-fit: contain; }

  .sales-page .v2-hero__container { padding-top: 48px; padding-bottom: 48px; }
  .sales-page .v2-hero__h1 { font-size: 28px; line-height: 36px; letter-spacing: -0.5px; }
  .sales-page .v2-hero__body { font-size: 15px; line-height: 24px; }
  .sales-page .v2-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .sales-page .v2-btn--hero { width: 100%; white-space: normal; text-align: center; }
  .sales-page .v2-hero__trust-wrap {
    align-items: flex-start;
    gap: 12px;
  }
  .sales-page .v2-hero__trust { font-size: 11px; letter-spacing: 0.8px; }
  .sales-page .v2-hero__visual--sales .v2-path--white { padding: 28px; }

  .sales-page .v2-stack,
  .sales-page .v2-who,
  .sales-page .v2-services-cards,
  .sales-page .v2-performance,
  .sales-page .v2-process,
  .sales-page .v2-vetting,
  .sales-page .v2-services,
  .sales-page .v2-testimonials,
  .sales-page .v2-two-paths,
  .sales-page .v2-faq {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .sales-page .v2-book-call { padding-bottom: 56px; }

  .sales-page .v2-stack__title,
  .sales-page .v2-who__h2,
  .sales-page .v2-process__h2,
  .sales-page .v2-services__h2,
  .sales-page .v2-testimonials__h2,
  .sales-page .v2-vetting__h2,
  .sales-page .v2-services-card__h2,
  .sales-page .v2-performance__h2,
  .sales-page .v2-faq__h2 {
    font-size: 28px;
  }

  .sales-page .v2-two-paths__heading { font-size: 28px; line-height: 36px; }

  .sales-page .v2-who__subtitle,
  .sales-page .v2-process__sub,
  .sales-page .v2-testimonials__sub,
  .sales-page .v2-vetting__sub,
  .sales-page .v2-services-card__subtitle,
  .sales-page .v2-performance__subtitle,
  .sales-page .v2-faq__sub {
    font-size: 18px;
  }

  .sales-page .v2-who__header,
  .sales-page .v2-services-cards__header,
  .sales-page .v2-book-call__header,
  .sales-page .v2-performance__header,
  .sales-page .v2-faq__header {
    margin-bottom: 36px;
    gap: 16px;
  }

  .sales-page .v2-who-card { padding: 28px; gap: 16px; }
  .sales-page .v2-who-card__title { font-size: 22px; }
  .sales-page .v2-who-card__text { font-size: 16px; line-height: 28px; }

  .sales-page .v2-services__card { padding: 20px; gap: 16px; }
  .sales-page .v2-services__card__title { font-size: 26px; }
  .sales-page .v2-services__card__content h4 { font-size: 20px; }
  .sales-page .v2-services__card__content p { font-size: 16px; line-height: 28px; }
  .sales-page .v2-services__card img { max-height: 180px; }

  .sales-page .v2-book-call__h2 { font-size: 22px; }
  .sales-page .v2-book-call__content .v2-btn--hero { width: 100%; }

  .sales-page .v2-performance-card { padding: 28px; gap: 16px; }
  .sales-page .v2-performance__title { font-size: 32px; }
  .sales-page .v2-performance__text { font-size: 18px; }

  .sales-page .v2-process-card { padding: 28px; min-height: 0; }
  .sales-page .v2-process-card__title { font-size: 22px; }
  .sales-page .v2-process-card__text { font-size: 16px; line-height: 28px; }
  .sales-page .v2-process__footer p { font-size: 22px; }

  .sales-page .v2-vetting-card__img-wrap { height: 180px; }
  .sales-page .v2-vetting-card__body { padding: 24px; }
  .sales-page .v2-vetting-card__title { font-size: 22px; }
  .sales-page .v2-vetting-card__text { font-size: 16px; line-height: 28px; }

  .sales-page .v2-service-card { min-height: 0; padding: 28px; }
  .sales-page .v2-service-card__title { font-size: 24px; line-height: 32px; }
  .sales-page .v2-service-card__text { font-size: 17px; line-height: 26px; }

  .sales-page .v2-testimonials__header-wrap { gap: 20px; }
  .sales-page .v2-testimonials__sep-line { width: min(200px, 60%); }
  .sales-page .v2-testimonial-card { padding: 28px; }
  .sales-page .v2-testimonial-card__quote { font-size: 16px; line-height: 28px; }

  .sales-page .v2-path--blue,
  .sales-page .v2-path--white { padding: 28px; min-width: 0;}
  .sales-page .v2-ssa-path .v2-path__title--white { font-size: 28px; }
  .sales-page .v2-path__title--blue-30 { font-size: 26px; line-height: 34px; }
  .sales-page .v2-ssa-partner { gap: 16px; }
  .sales-page .v2-ssa-partner li { font-size: 16px; line-height: 26px; }
  .sales-page .v2-path__btn,
  .sales-page .v2-path--white form .wpcf7-submit { font-size: 16px; padding: 14px 24px; }

  .sales-page .v2-faq-box h3 { font-size: 16px; line-height: 26px; }

  .sales-page .v2-stack__logo img { max-height: 64px; }

  .sales-page .v2-sep { padding: 12px 0; }
  .sales-page .v2-sep--big-left img,
  .sales-page .v2-sep--big-right img,
  .sales-page .v2-sep--left img,
  .sales-page .v2-sep--right img {
    width: calc(100% - 24px);
    height: auto;
  }
  .sales-page .v2-sep--middle img { width: min(910px, 90%); height: auto; }
}

/* ---- Mobile portrait (480 and below) ---- */
@media (max-width: 479px) {
  .sales-page .v2-container { padding: 0 16px; }

  .sales-page .v2-hero__h1 { font-size: 24px; line-height: 32px; }
  .sales-page .v2-hero__badge { font-size: 11px; line-height: 15px; }

  .sales-page .v2-stack__title,
  .sales-page .v2-who__h2,
  .sales-page .v2-process__h2,
  .sales-page .v2-services__h2,
  .sales-page .v2-testimonials__h2,
  .sales-page .v2-vetting__h2,
  .sales-page .v2-services-card__h2,
  .sales-page .v2-performance__h2,
  .sales-page .v2-faq__h2 {
    font-size: 24px;
  }

  .sales-page .v2-two-paths__heading { font-size: 24px; line-height: 32px; }
  .sales-page .v2-book-call__h2 { font-size: 20px; }
  .sales-page .v2-ssa-path .v2-path__title--white { font-size: 24px; }
  .sales-page .v2-performance__title { font-size: 28px; }
  .sales-page .v2-services__card__title { font-size: 22px; }

  .sales-page .v2-process__dots { gap: 12px; flex-wrap: wrap; }
  .sales-page .v2-process__footer p { font-size: 20px; }

  .sales-page .v2-stack__logo img { max-height: 56px; }

  body:has(.sales-page) .v2-navbar__cta { font-size: 16px; }
}

/* ---- Sales page overflow guards ---- */
@media (max-width: 1479px) {
  .sales-page .v2-hero__row--sales,
  .sales-page .v2-hero__copy,
  .sales-page .v2-hero__visual--sales,
  .sales-page .v2-services-cards__grid,
  .sales-page .v2-performance__grid,
  .sales-page .v2-faq-wrap,
  .sales-page .v2-two-paths__grid,
  .sales-page .v2-vetting-card {
    min-width: 0;
  }

  .sales-page .v2-hero__copy,
  .sales-page .v2-who-card,
  .sales-page .v2-services__card,
  .sales-page .v2-performance-card,
  .sales-page .v2-process-card,
  .sales-page .v2-service-card,
  .sales-page .v2-testimonial-card,
  .sales-page .v2-vetting-card__body,
  .sales-page .v2-path,
  .sales-page .v2-faq-box {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

body:has(#wpadminbar) .v2-navbar{
  margin-top: 32px;
}
html:has(#wpadminbar) { scroll-padding-top: 148px; }

@media (max-width: 991px) {
  html:has(#wpadminbar) { scroll-padding-top: 132px; }
}

@media (max-width: 782px) {
  body:has(#wpadminbar) .v2-navbar{
      margin-top: 46px;
  }
  html:has(#wpadminbar) { scroll-padding-top: 146px; }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
      position: fixed;
  }
}


.v2-path form .wpcf7-spinner{
  display: none;
}

body:has(main.sales-page) img[alt*="NMSDC"] {
    display: none !important;
}

/* ============================================================
   BLOG PAGE
   ============================================================ */
.blog-page { color: #43474C; background: #fff; }
.blog-page h1, .blog-page h2, .blog-page p { margin: 0; }
.blog-hero { background: #003E69; padding: 170px 0 92px; }
.blog-eyebrow { color: #f06a8c; font-size: 13px; font-weight: 700; letter-spacing: 2.5px; margin-bottom: 14px !important; }
.blog-hero h1 { color: #fff; font-size: clamp(36px, 4vw, 52px); font-weight: 700; letter-spacing: -0.96px; line-height: 1.15; max-width: 790px; }
.blog-hero h1 span, .blog-podcast h2 span { color: #de1255; }
.blog-hero__text { color: #c4d0e2; font-size: 17px; line-height: 1.7; margin-top: 18px !important; max-width: 650px; }
.blog-swoop { background: #fff; height: 64px; overflow: hidden; position: relative; }
.blog-swoop span, .blog-swoop i { display: block; left: -4%; position: absolute; right: -4%; transform: rotate(-1.6deg); }
.blog-swoop span { background: #003E69; height: 16px; top: 14px; }
.blog-swoop i { background: #de1255; height: 6px; top: 35px; }
.blog-featured { padding: 40px 0 8px; }
.blog-featured__card { align-items: center; background: #fff; border: 1px solid #C3C7CD; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,62,105,.06); color: inherit; display: grid; gap: 44px; grid-template-columns: 1.15fr 1fr; padding: 28px; transition: box-shadow .25s, transform .25s; }
.blog-featured__card:hover, .blog-card:hover { box-shadow: 0 14px 34px rgba(0,62,105,.12); transform: translateY(-4px); }
.blog-image { align-items: center; background: repeating-linear-gradient(45deg,#e9eef5,#e9eef5 10px,#f4f7fb 10px,#f4f7fb 20px); display: flex; justify-content: center; min-height: 200px; overflow: hidden; position: relative; }
.blog-image img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.blog-image span { background: #fff; border-radius: 6px; color: #43474C; font: 12px monospace; padding: 5px 10px; }
.blog-image__fallback { align-items: center; background: #f0f4f8; display: flex; height: 100%; inset: 0; justify-content: center; padding: 24px; position: absolute; width: 100%; }
.blog-image__fallback img { height: auto; max-height: 80px; max-width: 160px; object-fit: contain; position: static; width: auto; }
.blog-image--featured { border-radius: 12px; min-height: 360px; overflow: hidden; position: relative; }
.blog-featured__meta { align-items: center; color: #de1255; display: flex; flex-wrap: wrap; font-size: 12px; font-weight: 700; gap: 12px; letter-spacing: 1px; margin-bottom: 16px; }
.blog-pill { background: #de1255; border-radius: 999px; color: #fff; font-size: 11px; letter-spacing: 1.5px; padding: 6px 14px; }
.blog-featured h2 { color: #003E69; font-size: clamp(26px, 2.2vw, 32px); font-weight: 700; line-height: 1.25; }
.blog-featured__content > p { color: #43474C; font-size: 15px; line-height: 1.75; margin: 14px 0 20px !important; }
.blog-author { align-items: center; display: flex; gap: 12px; }
.blog-author > b { align-items: center; background: #003E69; border-radius: 50%; color: #fff; display: flex; font-size: 14px; height: 44px; justify-content: center; width: 44px;line-height: 0; }
.blog-author strong, .blog-author small { display: block; }
.blog-author strong { color: #003E69; font-size: 14px; }
.blog-author small, .blog-card small { color: #43474C; font-size: 12.5px; }
.blog-author em { color: #de1255; font-size: 14px; font-style: normal; font-weight: 700; margin-left: auto; white-space: nowrap; }
.blog-articles { padding: 36px 0 56px; }
.blog-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.blog-filters button { background: #fff; border: 1px solid #C3C7CD; border-radius: 999px; color: #43474C; cursor: pointer; font: 600 13px Roboto,sans-serif; letter-spacing: .4px; padding: 9px 20px; transition: background .25s, border-color .25s, color .25s; }
.blog-filters button:hover, .blog-filters .is-active { background: #003E69; border-color: #003E69; color: #fff; }
.blog-empty-message { background: #f7f9fc; border: 1px solid #C3C7CD; border-radius: 10px; color: #43474C; font-size: 16px; margin-top: 28px !important; padding: 22px; text-align: center; }
.blog-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.blog-card { border: 1px solid #C3C7CD; border-radius: 14px; overflow: hidden; transition: box-shadow .25s, transform .25s; }
.blog-card__link { color: inherit; display: flex; flex-direction: column; height: 100%; }
.blog-card__body { display: flex; flex: 1; flex-direction: column; gap: 10px; padding: 22px 24px 24px; }
.blog-card__category { color: #de1255; font-size: 11.5px; font-weight: 700; letter-spacing: 1.4px; }
.blog-card h2 { color: #003E69; font-size: 19px; font-weight: 700; line-height: 1.35; }
.blog-card__body > p:not(.blog-card__category) { color: #43474C; flex: 1; font-size: 14px; line-height: 1.7; }
.blog-card small { border-top: 1px solid #C3C7CD; padding-top: 12px; }
.blog-load-more { display: flex; justify-content: center; margin-top: 40px; }
.blog-load-more[hidden] { display: none; }
.blog-podcast { padding: 0 0 56px; }
.blog-podcast__card { align-items: center; background: #003E69; border-radius: 18px; display: grid; gap: 44px; grid-template-columns: 380px 1fr; padding: 44px 48px; }
.blog-image--podcast { border-radius: 12px; min-height: 260px; overflow: hidden; }
.blog-podcast h2 { color: #fff; font-size: clamp(25px, 2.2vw, 30px); font-weight: 700; line-height: 1.3; }
.blog-podcast h2 + p { color: #c4d0e2; font-size: 15px; line-height: 1.75; margin: 14px 0 22px !important; max-width: 560px; }
.blog-newsletter { padding: 8px 0 72px; }
.blog-newsletter__card { align-items: center; background: #f7f9fc; border: 1px solid #C3C7CD; border-radius: 18px; display: grid; gap: 40px; grid-template-columns: 1fr auto; padding: 48px; }
.blog-newsletter__card > * { min-width: 0; }
.blog-newsletter h2 { color: #003E69; font-size: 26px; font-weight: 700; }
.blog-newsletter p { color: #43474C; font-size: 15px; line-height: 1.7; margin-top: 10px !important; max-width: 560px; }
.blog-newsletter__form { align-items: center; display: flex; gap: 12px; }
.blog-newsletter__form p { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin: 0; min-width: 0; }
.blog-newsletter__form br { display: none; }
.blog-newsletter__form .wpcf7-form-control-wrap { display: inline-flex; min-width: 0; }
.blog-newsletter__form input:not([type="submit"]), .blog-newsletter__form button { background: #fff; border: 1px solid #C3C7CD; border-radius: 8px; box-sizing: border-box; color: #003E69; font: 14px Roboto,sans-serif; min-height: 48px; min-width: 0; outline: none; padding: 14px 18px; width: 100%; }
.blog-newsletter__form input:not([type="submit"]):focus { border-color: #003E69; }
.blog-newsletter__form input:not([type="submit"]):-webkit-autofill,
.blog-newsletter__form input:not([type="submit"]):-webkit-autofill:hover,
.blog-newsletter__form input:not([type="submit"]):-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #003E69 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.blog-newsletter__form .wpcf7-spinner{display: none;}
.blog-newsletter__form input[type="submit"], .blog-newsletter__form button { background: #003E69; border: 0; border-radius: 4px; color: #fff; cursor: pointer; font: 700 14px Roboto,sans-serif; min-height: 48px; padding: 14px 30px; transition: background .25s; white-space: nowrap; width: auto; }
.blog-newsletter__form input[type="submit"]:hover, .blog-newsletter__form button:hover { background: #002d52; }
.blog-newsletter__form .wpcf7-not-valid-tip { flex-basis: 100%; font-size: 12.5px; }
.blog-newsletter .wpcf7-response-output { color: #43474C; font-size: 13.5px; margin: 10px 0 0 !important; }
.blog-newsletter__form p{align-items: flex-start;}
.blog-newsletter__form .wpcf7-form-control-wrap{display: flex;
    flex-direction: column;}
@media (max-width: 991px) {
  .blog-featured__card, .blog-podcast__card { grid-template-columns: 1fr; }
  .blog-image--featured { min-height: 280px; }
  .blog-podcast__card { padding: 36px; }
  .blog-image--podcast { max-width: 100%; width: 100%; }
  .blog-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .blog-newsletter__card { grid-template-columns: 1fr; }
  .blog-podcast h2 + p{max-width: 100%;}
  .blog-image img{position: static;}
}
@media (max-width: 767px) {
  .blog-hero { padding: 150px 0 64px; }
  .blog-hero__text { font-size: 16px; }
  .blog-featured, .blog-articles { padding-top: 28px; }
  .blog-featured__card { gap: 26px; padding: 20px; }
  .blog-image--featured { min-height: 220px; }
  .blog-featured h2 { font-size: 25px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-podcast__card, .blog-newsletter__card { gap: 26px; padding: 28px; }
  .blog-newsletter__form, .blog-newsletter__form p { align-items: stretch; flex-direction: column; }
  .blog-newsletter__form .wpcf7-form-control-wrap { width: 100%; }
  .blog-newsletter__form input, .blog-newsletter__form button { width: 100%; }
}
@media (max-width: 479px) {
  .blog-hero h1 { font-size: 31px; }
  .blog-eyebrow { font-size: 11px; }
  .blog-featured__card { padding: 16px; }
  .blog-author { align-items: flex-start; flex-wrap: wrap; }
  .blog-author em { margin-left: 56px; }
  .blog-filters button { padding: 8px 14px; }
  .blog-podcast__card, .blog-newsletter__card { padding: 22px; }
}

/* ============================================================
   BLOG SINGLE POST
   ============================================================ */
.blog-single { background: #fff; color: #43474C; }
.blog-hero .v2-container{max-width: 860px;}
.blog-single h1, .blog-single h2, .blog-single h3, .blog-single p { margin: 0; }
.blog-single__hero { padding: 150px 0 40px; }
.blog-breadcrumb { color: #8ea2c2; font-size: 13.5px; margin-bottom: 28px !important; }
.blog-breadcrumb a { color: #fff; text-decoration: none; }
.blog-breadcrumb a:hover { color: #de1255; }
.blog-breadcrumb span { margin: 0 8px; opacity: .6; }
.blog-single__meta { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.blog-single__meta > span:not(.blog-pill) { color: #c4d0e2; font-size: 13px; }
.blog-single__hero h1 { color: #fff; font-size: clamp(30px, 3.4vw, 42px); font-weight: 700; letter-spacing: -0.96px; line-height: 1.2; }
.blog-single__byline { align-items: center; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; margin-top: 32px; }
.blog-single__byline .blog-author > b { background: #de1255; }
.blog-single__byline .blog-author strong { color: #fff; }
.blog-single__byline .blog-author small { color: #93a6c4; }
.blog-share { display: flex; gap: 12px; }
.blog-share__btn { align-items: center; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; cursor: pointer; display: flex; font: 700 13px Roboto,sans-serif; height: 36px; justify-content: center; position: relative; text-decoration: none; width: 36px; }
.blog-share__btn:hover { background: rgba(255,255,255,.12);color:#fff }
.blog-share__btn svg { height: 14px; width: 14px; }
.blog-share__btn[data-copied]::after {
  background: #003E69; border-radius: 6px; bottom: calc(100% + 8px); color: #fff; content: 'Copied!';
  font-size: 11px; font-weight: 600; left: 50%; padding: 5px 10px; position: absolute;
  transform: translateX(-50%); white-space: nowrap;
}

.blog-single__body { padding: 48px 0 64px; }
.blog-single__body .v2-container{max-width: 1200px;}
.blog-single__layout { align-items: start; display: grid; gap: 56px; grid-template-columns: 260px 1fr; }
.blog-toc { background: #f7f9fc; border: 1px solid #C3C7CD; border-radius: 12px; padding: 22px; position: sticky; top: 150px; }
.blog-toc__title { color: #de1255; font-size: 11.5px; font-weight: 700; letter-spacing: 1.4px; margin-bottom: 14px !important; }
.blog-toc ul { display: flex; flex-direction: column; gap: 12px; list-style: none; margin: 0; padding: 0; }
.blog-toc a { color: #43474C; display: block; font-size: 14px; line-height: 1.5;text-decoration: none; transition: color .15s, border-color .15s; font-weight: 500;}
.blog-toc a:hover { color: #003E69; }
.blog-toc a.is-active { color: #003E69; font-weight: 700; }

.article-content { color: #43474C; font-size: 16px; line-height: 1.8; margin-top: 32px; }
.article-content > * + * { margin-top: 22px !important; }
.article-content h2 { color: #003E69; font-size: 24px; font-weight: 700; line-height: 1.3; }
.article-content h2:first-child { margin-top: 0 !important; }
.article-content ul{list-style-type: disc;}
.article-content ul, .article-content ol { padding-left: 22px; }
.article-content li + li { margin-top: 10px; }
.article-content strong { color: #003E69; }
.article-content blockquote { background: rgb(247, 249, 252);
    border: 1px solid rgb(232, 236, 242);
    border-radius: 12px;
    padding: 26px 30px; border-radius: 10px; color: #003E69; font-size: 17px; font-weight: 700; line-height: 1.6; margin: 0; padding: 22px 26px; }

.article-cta { align-items: center; background: #003E69; border-radius: 14px; display: flex; gap: 24px; justify-content: space-between; padding: 32px;margin-top:40px; }
.article-cta h3 { color: #fff; font-size: 20px; font-weight: 700; }
.article-cta p { color: #c4d0e2; font-size: 14.5px; line-height: 1.6; margin-top: 6px !important; max-width: 420px;}
.article-cta .v2-btn { white-space: nowrap; }

.blog-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; padding-top: 32px; border-top: 1px solid #C3C7CD; }
.blog-tag { background: #f7f9fc; border: 1px solid #C3C7CD; border-radius: 999px; color: #43474C; display: inline-block; font-size: 12.5px; font-weight: 600; padding: 6px 15px; }

.blog-author-bio { align-items: flex-start; background: #f7f9fc; border: 1px solid #C3C7CD; border-radius: 12px; display: flex; gap: 18px; margin-top: 24px; padding: 26px; }
.blog-author-bio__photo { align-items: center; background: #de1255; border-radius: 50%; color: #fff; display: flex; flex-shrink: 0; font-size: 16px; font-weight: 700; height: 56px; justify-content: center; width: 56px; }
.blog-author-bio__label { color: #de1255; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; margin-bottom: 6px !important; }
.blog-author-bio strong { color: #003E69; display: block; font-size: 18px; }
.blog-author-bio p { color: #43474C; font-size: 16px; line-height: 1.7; margin-top: 8px !important;margin-bottom: 10px;}
.blog-author-bio__label{font-size: 12px !important;font-weight: 700; color: #de1255 !important; margin-bottom: 0 !important;}
.blog-author-bio__link { color: #de1255; font-size: 14px; font-weight: 700; text-decoration: none; }
.blog-author-bio__link:hover { text-decoration: underline; }

@media (max-width: 991px) {
  .blog-single__layout { grid-template-columns: 1fr; gap:30px;}
  .blog-toc { position: static; }
}
@media (max-width: 767px) {
  .blog-single__hero { padding: 130px 0 32px; }
  .blog-single__byline { align-items: flex-start; flex-direction: column; }
  .article-cta { align-items: flex-start; flex-direction: column; }
  .blog-author-bio { flex-direction: column; }
}

.nmsdc-logo{
  display: none;
}
.celebration-section {
    margin-top: 35px;
}
.celebration-section img{
	width:100%;
}