/* Header Menu */
.nav-links-menu {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-links-menu li {
    margin: 0;
    padding: 0;
}
.nav-links-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.2s;
}
.nav-links-menu li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
}
.nav-links-menu li.current-menu-item a,
.nav-links-menu li.current_page_item a {
    color: #5BA8F0;
    background: rgba(91, 168, 240, 0.08);
}
.nav-links-menu li.partner a,
.nav-links-menu li a[href*="partners"] {
    color: #5BA8F0;
    font-weight: 500;
}
.nav-links-menu li.partner a:hover,
.nav-links-menu li a[href*="partners"]:hover {
    background: rgba(91, 168, 240, 0.12);
    color: #5BA8F0;
}



/* Footer Menus */
.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-menu li {
    margin: 0 0 8px 0;
    padding: 0;
}
.footer-nav-menu li a {
    color: var(--text-sec);
    text-decoration: none;
    font-size: 0.875rem;
    display: block;
    transition: color 0.2s;
}
.footer-nav-menu li a:hover {
    color: #fff;
}



.page-hero-inner,
.story-inner {
  /* max-width: var(--max-w) */
}
.page-hero::before,
.subs-section::before {
  pointer-events: none;
  pointer-events: none
}
.form-title,
.section-h2,
.story-h2,
.testi-qm,
.value-num {
  font-family: var(--font-display)
}
.hero-eyebrow::before,
.nearshore-bg::before,
.page-eyebrow::after,
.page-eyebrow::before,
.page-header::after,
.page-header::before,
.page-hero::before,
.posts-label::after,
.section-eyebrow::before,
.service-card::before,
.subs-section::before {
  content: '';
  content: '';
  content: ''
}
.connector-label,
.ct-type,
.dm-tr-badge,
.filter-btn,
.nav-cta,
.newsletter-btn,
.ns-num,
.pc-country,
.pc-role,
.pt-label,
.tab-link,
.verso-btn {
  white-space: nowrap
}
.cq-text,
.hero-h1 em,
.page-h1 em,
.story-h2 em,
.svc-h2 em,
.testi-quote {
  font-style: italic
}
.comp-header,
.comp-val,
.cta-banner,
.cta-banner-inner,
.cta-section,
.dm-metric,
.form-note,
.ml-year,
.page-hero-inner,
.ps-card,
.qa-metric,
.stat-cell,
.trust-item {
  text-align: center
}
.features-section,
.story-section {
  padding: 88px 40px;
  background: var(--white)
}
.story-inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}
.page-eyebrow,
.story-eyebrow,
.svc-eyebrow {
  align-items: center;
  text-transform: uppercase
}
.story-eyebrow,
.svc-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  color: var(--blue);
  margin-bottom: 14px;
  display: flex;
  gap: 8px
}
.story-h2,
.story-p {
  margin-bottom: 20px
}
.paths-label::before,
.story-eyebrow::before,
.svc-eyebrow::before {
  content: '';
  width: 16px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
  display: inline-block
}
.milestone:last-child .ml-line,
.ov-item:last-child .ov-line,
.process-step:last-child .step-line {
  display: none
}
.story-h2 {
  font-size: clamp(26px,3vw,38px);
  color: var(--gray-900);
  line-height: 1.2;
  letter-spacing: -.3px
}
.story-h2 em,
.svc-h2 em {
  color: var(--blue)
}
.story-p {
  font-size: 15px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.82
}
.page-lead,
.story-p:last-child {
  margin-bottom: 0
}
.milestone-stack,
.ov-timeline,
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0
}
.milestone {
  display: flex;
  gap: 20px;
  position: relative
}
.ml-left,
.ov-left,
.step-left {
  display: flex;
  flex-direction: column;
  align-items: center
}
.ml-year {
  font-size: 12px;
  font-weight: 600;
  color: var(--blue);
  width: 48px;
  flex-shrink: 0;
  padding-top: 2px;
  letter-spacing: .03em
}
.ml-line {
  width: 2px;
  flex: 1;
  background: var(--gray-100);
  margin: 6px 0;
  min-height: 24px
}
.ml-content {
  padding-bottom: 28px
}
.ml-title,
.vp-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 5px
}
.benefit-body,
.ml-body,
.step-body,
.vp-body {
  font-size: 13px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.6
}
.values-section {
  padding: 80px 40px;
  background: var(--off-white);
  border-top: 1px solid var(--gray-100)
}
.blog-inner,
.features-inner,
.footer-inner,
.offices-inner,
.section-inner,
.testi-inner,
.values-inner,
.who-inner {
  /* max-width: var(--max-w); */
  margin: 0 auto
}
.values-header {
  max-width: 560px;
  margin-bottom: 52px
}
.form-title,
.section-h2 {
  color: var(--gray-900)
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px
}
.value-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  padding: 28px;
  transition: transform .2s,box-shadow .2s
}
.value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,.07)
}
.value-num {
  font-size: 36px;
  color: var(--blue-pale);
  line-height: 1;
  margin-bottom: 16px
}
.feature-title,
.value-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 8px
}
.feature-body,
.value-body {
  font-size: 13px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.7
}
.subs-section {
  background: var(--navy);
  padding: 80px 40px;
  position: relative;
  overflow: hidden
}
.subs-section::before {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse,rgba(26,95,168,.18) 0,transparent 70%)
}
.page-header-inner,
.page-hero-inner,
.subs-inner {
  /* max-width: var(--max-w); */
  margin: 0 auto;
  position: relative;
  z-index: 1
}
.subs-header {
  max-width: 580px;
  margin-bottom: 52px
}
.comp-header.hl,
.coverage-bg .section-eyebrow,
.footer-logo span,
.nav-logo span,
.nearshore-bg .section-eyebrow,
.stat-num span,
.subs-section .section-eyebrow,
.trust-num span,
.who-section .section-eyebrow {
  color: #5ba8f0
}
.coverage-bg .section-h2,
.footer-contact a:hover,
.footer-link:hover,
.mt-title,
.nav-link.active,
.nav-link:hover,
.nearshore-bg .section-h2,
.sub-title,
.subs-section .section-h2,
.who-section .section-h2 {
  color: var(--white)
}
.coverage-bg .section-eyebrow::before,
.nearshore-bg .section-eyebrow::before,
.ovd-built,
.subs-section .section-eyebrow::before,
.who-section .section-eyebrow::before {
  background: #5ba8f0
}
.subs-section .section-lead {
  color: rgba(255,255,255,.55);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 12px
}
.subs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}
.sub-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 32px;
  transition: background .2s
}
.sub-card:hover,
.who-card:hover {
  background: rgba(255,255,255,.09)
}
.sub-flag {
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
  line-height: 1
}
.sub-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px
}
.sub-subtitle {
  font-size: 13px;
  font-weight: 500;
  color: #5ba8f0;
  letter-spacing: .04em;
  margin-bottom: 14px
}
.sub-body {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,.55);
  line-height: 1.75;
  margin-bottom: 20px
}
.qp-points,
.sub-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}
.sub-role {
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.7)
}
.filter-btn,
.testi-card {
  border: 1px solid var(--gray-100)
}
.testi-section {
  background: var(--off-white);
  border-top: 1px solid var(--gray-100)
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr)
}
.testi-card {
  background: var(--white);
  display: flex;
  flex-direction: column
}
.testi-qm {
  font-size: 52px;
  line-height: .8;
  color: var(--blue-pale);
  margin-bottom: 10px;
  display: block
}
.testi-quote {
  color: var(--gray-700);
  flex: 1
}
.cta-banner h2,
.cta-inner h2,
.footer-logo,
.nav-logo,
.page-h1 {
  font-family: var(--font-display);
  color: var(--white)
}
.btn-outline-lg,
.btn-primary-lg,
.filter-btn {
  font-family: var(--font-body)
}
.cta-inner p {
  color: rgba(255,255,255,.6)
}
.btn-primary-lg {
  color: var(--white);
  background: var(--blue)
}
.btn-primary-lg:hover,
.nav-cta:hover {
  background: var(--blue-light)
}


.page-header,
.page-hero {
  background: var(--navy);
  padding: calc(var(--nav-h) + 72px) 40px 72px;
  position: relative;
  overflow: hidden
}
.header-grid,
.hero-grid,
.page-header::after,
.page-header::before {
  position: absolute;
  pointer-events: none
}
.page-header::before {
  top: -100px;
  right: -80px;
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center,rgba(26,95,168,.2) 0,transparent 70%)
}
.page-header::after {
  bottom: -60px;
  left: -40px;
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse at center,rgba(13,158,117,.1) 0,transparent 70%)
}
.header-grid,
.hero-grid {
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size: 60px 60px
}
.page-eyebrow {
  display: inline-flex
}
.page-sub {
  font-size: 17px;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  line-height: 1.75;
  max-width: 560px
}
.hero-inner,
.main-inner,
.nav-inner,
.newsletter-inner,
.verso-inner {
  /* max-width: var(--max-w) */
}
.filter-bar {
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  padding: 0 40px;
  position: sticky;
  top: var(--nav-h);
  z-index: 50
}
.form-wrap {
  top: calc(var(--nav-h)+24px)
}
.filter-bar-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}
.filter-bar-inner::-webkit-scrollbar {
  display: none
}
.filter-btn {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-500);
  background: 0 0;
  padding: 7px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: .2s
}
.card-title,
.cta-banner h2,
.featured-title,
.newsletter-title {
  font-family: var(--font-display)
}
.featured-post,
.post-card {
  transition: box-shadow .25s,transform .2s;
  text-decoration: none;
  overflow: hidden
}
.filter-btn:hover {
  color: var(--blue);
  border-color: var(--blue);
  background: var(--blue-pale)
}
.filter-btn.active {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy)
}
.blog-section {
  background: var(--off-white);
  padding: 64px 0;
}
.featured-post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--gray-100);
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  margin-bottom: 40px;
  color: inherit
}
.featured-post:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,.11);
  transform: translateY(-2px)
}
.featured-image {
  background: var(--navy-mid);
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden
}
.featured-image-icon,
.post-meta {
  display: flex;
  align-items: center
}
.featured-image-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,var(--navy) 0,var(--blue) 100%)
}
.featured-image-pattern {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 40px 40px
}
.featured-image-icon {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 20px;
  justify-content: center
}
.featured-image-icon svg {
  width: 36px;
  height: 36px;
  stroke: rgba(255,255,255,.8);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}
.card-cat-spotlight .card-image-bg,
.feat-cat-spotlight .featured-image-bg {
  background: linear-gradient(135deg,#0b2d4e 0,#1a5fa8 100%)
}
.card-cat-tech .card-image-bg,
.feat-cat-tech .featured-image-bg {
  background: linear-gradient(135deg,#0d2a22 0,#0d9e75 100%)
}
.card-cat-video .card-image-bg,
.feat-cat-video .featured-image-bg {
  background: linear-gradient(135deg,#2a0b0b 0,#d64b2a 100%)
}
.card-cat-industry .card-image-bg,
.feat-cat-industry .featured-image-bg {
  background: linear-gradient(135deg,#1a1a2e 0,#5040a0 100%)
}
.featured-content {
  padding: 48px 48px 44px;
  display: flex;
  flex-direction: column
}
.post-cat {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px
}
.cat-spotlight {
  color: var(--blue);
  background: var(--blue-pale)
}
.cat-tech {
  color: var(--teal);
  background: var(--teal-pale)
}
.cat-video {
  color: var(--red-accent);
  background: #fdeee9
}
.cat-industry {
  color: #5040a0;
  background: #eeeaf8
}
.cat-news {
  color: var(--gray-700);
  background: var(--gray-50)
}
.featured-title {
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.2;
  color: var(--gray-900);
  margin-bottom: 14px;
  letter-spacing: -.2px
}
.featured-excerpt {
  font-size: 15px;
  color: var(--gray-500);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 24px
}
.post-meta {
  gap: 16px
}
.meta-author,
.meta-avatar {
  display: flex;
  align-items: center
}
.meta-author {
  gap: 8px
}
.meta-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  justify-content: center;
  flex-shrink: 0
}
.meta-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-700)
}
.meta-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gray-300)
}
.meta-date,
.meta-read {
  font-size: 13px;
  color: var(--gray-500)
}
.read-more {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none
}
.read-more svg {
  width: 14px;
  height: 14px;
  transition: transform .2s
}
.featured-post:hover .read-more svg {
  transform: translateX(4px)
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px
}
.post-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--gray-100);
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  color: inherit;
  display: flex;
  flex-direction: column
}
.post-card:hover {
  box-shadow: 0 10px 32px rgba(0,0,0,.1);
  transform: translateY(-3px)
}
.card-image {
  height: 180px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}
.card-image-bg {
  position: absolute;
  inset: 0
}
.card-image-pattern {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size: 32px 32px
}
.card-image-icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center
}
.card-image-icon svg {
  width: 24px;
  height: 24px;
  stroke: rgba(255,255,255,.85);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}
.card-cat-news .card-image-bg {
  background: linear-gradient(135deg,#1a2030 0,#374151 100%)
}
.card-content {
  padding: 24px 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1
}
.card-title {
  font-size: 18px;
  line-height: 1.25;
  color: var(--gray-900);
  margin: 10px 0;
  letter-spacing: -.1px
}
.card-excerpt {
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 20px
}
.card-arrow,
.card-footer {
  align-items: center;
  display: flex
}
.card-footer {
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--gray-100)
}
.card-date {
  font-size: 12px;
  color: var(--gray-500)
}
.card-arrow {
  font-size: 13px;
  font-weight: 500;
  color: var(--blue);
  gap: 4px
}
.newsletter-eyebrow,
.posts-label {
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase
}
.card-arrow svg {
  width: 13px;
  height: 13px;
  transition: transform .2s
}
.post-card:hover .card-arrow svg {
  transform: translateX(3px)
}
.posts-label {
  font-size: 12px;
  color: var(--gray-500);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px
}
.posts-label::after {
  flex: 1;
  height: 1px;
  background: var(--gray-100)
}
.newsletter-strip {
  background: var(--navy);
  padding: 56px 0;
}
.newsletter-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px
}
.newsletter-copy {
  flex: 1
}
.newsletter-eyebrow {
  font-size: 11px;
  color: #5ba8f0;
  margin-bottom: 10px
}
.newsletter-title {
  font-size: clamp(22px, 2.5vw, 30px);
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 8px
}
.newsletter-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  line-height: 1.6
}
.newsletter-btn,
.newsletter-input {
  font-size: 14px;
  font-family: var(--font-body)
}
.newsletter-form {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center
}
.newsletter-input {
  color: var(--gray-900);
  background: var(--white);
  border: 1px solid var(--gray-100);
  padding: 11px 18px;
  border-radius: 8px;
  width: 260px;
  outline: 0;
  transition: border-color .2s,box-shadow .2s
}
.newsletter-input:focus {
  border-color: #5ba8f0;
  box-shadow: 0 0 0 3px rgba(91,168,240,.15)
}
.newsletter-input::placeholder {
  color: var(--gray-300)
}
.newsletter-btn {
  font-weight: 500;
  color: var(--white);
  background: var(--blue);
  border: none;
  padding: 11px 22px;
  border-radius: 8px;
  cursor: pointer;
  transition: background .2s,transform .15s
}
.btn-primary:hover,
.form-submit:hover,
.nav-cta:hover,
.newsletter-btn:hover,
.svc-btn:hover {
  background: var(--blue-light);
  transform: translateY(-1px)
}
.newsletter-note {
  font-size: 12px;
  color: rgba(255,255,255,.35);
  margin-top: 10px
}
.cta-banner {
  background: var(--blue-pale);
  border-top: 1px solid var(--gray-100)
}
.cta-banner h2 {
  color: var(--navy);
  line-height: 1.15
}
.cta-banner p {
  color: var(--gray-700)
}
.btn-primary-lg {
  font-family: var(--font-body);
  color: var(--white);
  background: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(26,95,168,.35)
}
.btn-primary-lg:hover {
  background: var(--blue-light);
  box-shadow: 0 8px 24px rgba(26,95,168,.45)
}
.btn-outline-lg {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--navy);
  border: 1.5px solid var(--gray-300)
}
.footer-logo,
.hero-h1,
.nav-logo {
  font-family: var(--font-display)
}
.btn-outline-lg:hover {
  border-color: var(--blue);
  color: var(--blue)
}
.btn-outline-navy:hover,
footer {
  background: var(--navy);
  color: var(--white)
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
.footer-logo {
  color: var(--white);
  letter-spacing: -.3px
}
.footer-col-title,
.paths-label {
  letter-spacing: .1em;
  text-transform: uppercase
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between
}


.page-hero {
  background: var(--navy);
  padding: calc(var(--nav-h)+80px) 40px 72px
}
.page-eyebrow {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center
}
.page-eyebrow::after,
.page-eyebrow::before {
  width: 20px;
  height: 2px;
  background: #5ba8f0;
  border-radius: 2px;
  display: inline-block
}
.main-layout,
.main-section {
  padding: 80px 40px;
  background: var(--white)
}
.main-inner {
  display: grid;
  grid-template-columns: 1fr 500px;
  align-items: start
}
.paths-label,
.pc-header {
  align-items: center;
  display: flex
}
.paths-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 20px;
  gap: 8px
}
.path-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 48px
}
.path-card {
  border-radius: 14px;
  padding: 20px 22px;
  border: 1px solid;
  cursor: pointer;
  transition: transform .2s,box-shadow .2s
}
.path-card:hover {
  transform: translateY(-2px)
}
.pc-direct,
.rc-latam {
  background: var(--blue-pale);
  border-color: #b5d4f4
}
.pc-direct:hover {
  box-shadow: 0 6px 20px rgba(26,95,168,.12)
}
.mt-n,
.pc-partner,
.rc-asia {
  background: var(--teal-pale);
  border-color: #9fe1cb
}
.pc-partner:hover {
  box-shadow: 0 6px 20px rgba(13,158,117,.12)
}
.pc-verso {
  background: var(--off-white);
  border-color: var(--gray-100)
}
.pc-verso:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.07)
}
.pc-header {
  gap: 10px;
  margin-bottom: 6px
}
.pc-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}
.pci-blue {
  background: var(--blue)
}
.pci-teal {
  background: var(--teal)
}
.pci-gray {
  background: var(--gray-500)
}
.cd-icon,
.social-btn:hover {
  background: var(--blue-pale)
}
.pc-icon svg {
  width: 14px;
  height: 14px;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}
.pc-title {
  font-size: 14px;
  font-weight: 500
}
.pc-direct .pc-title {
  color: var(--navy)
}
.pc-partner .pc-title {
  color: #085041
}
.pc-verso .pc-title,
.testi-name {
  color: var(--gray-900)
}
.pc-body {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  padding-left: 42px
}
.pc-direct .pc-body,
.rc-latam .rc-eyebrow,
.section-h2 em {
  color: var(--blue)
}
.pc-partner .pc-body {
  color: #0f6e56
}
.pc-verso .pc-body,
.section-lead,
.testi-role {
  color: var(--gray-500)
}
.benefits-stack,
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.contact-detail {
  display: flex;
  gap: 14px;
  align-items: flex-start
}
.cd-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}
.cd-icon svg,
.vp-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}
.cd-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--gray-300);
  margin-bottom: 4px
}
.cd-value {
  font-size: 15px;
  font-weight: 400;
  color: var(--gray-900)
}
.cd-value a {
  color: var(--blue);
  text-decoration: none
}
.cd-value a:hover {
  text-decoration: underline
}
.cd-sub {
  font-size: 13px;
  font-weight: 300;
  color: var(--gray-500);
  margin-top: 2px
}
.office-detail strong,
.social-btn {
  color: var(--gray-700);
  font-weight: 500
}
.social-row {
  display: flex;
  gap: 10px;
  margin-top: 8px
}
.social-btn {
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 8px;
  background: var(--off-white);
  border: 1px solid var(--gray-100);
  text-decoration: none;
  transition: background .2s,border-color .2s
}
.social-btn:hover {
  border-color: #b5d4f4;
  color: var(--blue)
}
.form-wrap {
  background: var(--white);
  border: 1px solid var(--gray-100);
  position: sticky
}
.form-subtitle {
  color: var(--gray-500);
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-100)
}
.form-note {
  color: var(--gray-300)
}
.offices-section,
.testi-section {
  background: var(--off-white);
  padding: 72px 40px;
  border-top: 1px solid var(--gray-100)
}
.offices-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 40px
}
.office-card,
.testi-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  padding: 24px;
  transition: transform .2s,box-shadow .2s
}
.benefit-card:hover,
.office-card:hover,
.testi-card:hover,
.vp-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,.07)
}
.office-flag {
  font-size: 32px;
  margin-bottom: 14px;
  display: block;
  line-height: 1
}
.office-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 4px
}
.office-type {
  font-size: 12px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 12px;
  letter-spacing: .04em
}
.office-detail {
  font-size: 13px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.65;
  margin-bottom: 6px
}
.nav-cta,
.nav-logo {
  color: var(--white)
}

:root {
  --navy: #0B1F3A;
  --navy-mid: #152D4E;
  --blue: #1A5FA8;
  --blue-light: #2E7DD4;
  --blue-pale: #E8F1FA;
  --teal: #0D9E75;
  --teal-pale: #E0F5EE;
  --white: #FFFFFF;
  --off-white: #F7F8FA;
  --gray-50: #F2F4F7;
  --gray-100: #E4E7EC;
  --gray-300: #B0B8C4;
  --gray-500: #6B7685;
  --gray-700: #374151;
  --gray-900: #111827;
  --purple: #4A3F8A;
  --purple-pale: #EEEDFE;
  --red-accent: #D64B2A;
  --verso: #1A5FA8;
  --verso-accent: #0D9E75;
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --max-w: 1200px;
  --nav-h: 68px;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-16px)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }
  50% {
    opacity: .6;
    transform: scale(.85)
  }
}
.animate-fade-up {
  animation: .65s both fadeUp
}
.animate-fade-in {
  animation: .65s both fadeIn
}
.d1,
.delay-1,
.placement-card:nth-child(2) {
  animation-delay: .1s
}
.d2,
.delay-2,
.placement-card:nth-child(3) {
  animation-delay: .2s
}
.d3,
.delay-3,
.placement-card:nth-child(4) {
  animation-delay: .3s
}
.d4,
.delay-4,
.placement-card:nth-child(5),
.proof-item:nth-child(2) .proof-dot {
  animation-delay: .4s
}
.delay-5 {
  animation-delay: .5s
}
.delay-6 {
  animation-delay: .65s
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 0
}
.nav-logo {
  letter-spacing: -.3px;
  display: flex;
  align-items: center;
  gap: 2px
}
.nav-link {
  font-weight: 400
}
.nav-cta {
  background: var(--blue)
}
.hero {
  background: var(--navy);
  padding: 60px 0;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5ba8f0;
  margin-bottom: 20px
}
.hero-eyebrow::before {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #5ba8f0;
  border-radius: 2px
}
.hero-h1 {
  color: var(--white);
  letter-spacing: -.5px
}
.btn-outline,
.btn-primary {
  font-family: var(--font-body)
}
.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px
}
.btn-primary {
  color: var(--white);
  background: var(--blue);
  display: inline-flex;
  align-items: center
}
.btn-primary:hover {
  background: var(--blue-light);
  box-shadow: 0 8px 24px rgba(26,95,168,.5)
}
.btn-outline {
  font-weight: 400
}
.ns-num,
.testi-avatar,
.testi-quote-mark,
.trust-num,
.verso-title {
  font-family: var(--font-display)
}
.btn-outline:hover {
  color: var(--white);
  background: rgba(255,255,255,.05)
}
.hero-proof {
  display: flex;
  gap: 20px;
  flex-wrap: wrap
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255,255,255,.55)
}
.proof-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  animation: 2.4s ease-in-out infinite pulse-dot
}
.proof-item:nth-child(3) .proof-dot {
  animation-delay: .8s
}
.comparison-visual,
.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.comp-label,
.visual-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 4px;
  padding-left: 2px
}
.placement-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background .2s,border-color .2s;
  animation: .5s both slideRight
}
.placement-card:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.18)
}
.pc-left {
  flex: 1;
  min-width: 0
}
.pc-role {
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px
}
.pc-type {
  font-size: 11px;
  color: rgba(255,255,255,.45)
}
.pc-country {
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
  flex-shrink: 0
}
.cv-nearshore,
.pc-cr,
.st-interview {
  background: rgba(91,168,240,.2);
  color: #5ba8f0
}
.ctt-net,
.pc-co,
.tr-subs {
  background: rgba(13,158,117,.2);
  color: #3ecfa0
}
.pc-status {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(13,158,117,.2);
  animation: 2s ease-in-out infinite pulse-dot
}
.stats-bar,
.trust-bar {
  background: var(--navy-mid);
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 0 40px
}
.stats-bar-inner,
.trust-bar-inner {
  /* max-width: var(--max-w); */
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4,1fr)
}
.trust-item {
  padding: 28px 24px;
  border-right: 1px solid rgba(255,255,255,.07)
}
.stat-cell:last-child,
.trust-item:last-child {
  border-right: none
}
.trust-num {
  font-size: 36px;
  color: var(--white);
  line-height: 1;
  margin-bottom: 6px
}
.trust-label {
  font-size: 12px;
  color: rgba(255,255,255,.45);
  letter-spacing: .02em
}
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--blue)
}
.section-eyebrow::before {
  background: var(--blue)
}
.delivery-bg,
.services-bg {
  background: var(--white)
}
.features-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px
}
.service-card {
  background: var(--off-white);
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s,border-color .25s;
  cursor: default
}
.role-tag,
.service-icon {
  background: var(--blue-pale)
}
.service-card::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,var(--blue),var(--teal));
  opacity: 0;
  transition: opacity .25s
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.1);
  border-color: var(--gray-100)
}
.service-card:hover::before {
  opacity: 1
}
.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px
}
.service-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}
.service-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 10px
}
.service-body {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.7;
  margin-bottom: 24px
}
.service-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 24px
}
.role-tag {
  color: var(--blue)
}
.service-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap .2s
}
.service-link:hover {
  gap: 8px
}
.coverage-bg,
.nearshore-bg {
  background: var(--navy);
  position: relative;
  overflow: hidden
}
.nearshore-bg::before {
  position: absolute;
  top: -200px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse,rgba(26,95,168,.2) 0,transparent 70%);
  pointer-events: none
}
.coverage-bg::before,
.page-hero::before {
  position: absolute;
  top: -100px;
  pointer-events: none;
  content: ''
}
.nearshore-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1
}
.nearshore-bg .section-lead {
  color: rgba(255,255,255,.55);
  margin-bottom: 36px
}
.mt-foundation {
  background: rgba(26,95,168,.18);
  border-color: rgba(91,168,240,.25)
}
.mt-network {
  background: rgba(13,158,117,.1);
  border-color: rgba(13,158,117,.2)
}
.connector-row,
.mt-header {
  display: flex;
  align-items: center
}
.country-chip,
.ns-stat-card {
  align-items: center;
  display: flex
}
.mtb-n {
  background: rgba(13,158,117,.3);
  color: #3ecfa0
}
.country-chip,
.ns-stat-card:hover {
  background: rgba(255,255,255,.08)
}
.mt-body,
.who-section .section-lead {
  color: rgba(255,255,255,.55)
}
.country-chip {
  color: rgba(255,255,255,.7);
  gap: 4px
}
.connector-line {
  flex: 1;
  background: rgba(255,255,255,.1)
}
.connector-label {
  color: rgba(255,255,255,.3)
}
.nearshore-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 60px
}
.ns-stat-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  padding: 20px 24px;
  gap: 20px;
  transition: background .2s
}
.ns-num {
  font-size: 32px;
  color: #5ba8f0;
  line-height: 1;
}
.ns-label {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,.55);
  line-height: 1.5
}
.quality-promise {
  margin-top: 32px;
  background: rgba(13,158,117,.12);
  border: 1px solid rgba(13,158,117,.25);
  border-radius: 14px;
  padding: 20px 24px
}
.qp-title {
  font-size: 14px;
  font-weight: 500;
  color: #3ecfa0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px
}
.qc-title svg,
.qp-title svg {
  width: 16px;
  height: 16px;
  stroke: #3ECFA0;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0
}
.qp-point {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.06);
  padding: 3px 10px;
  border-radius: 20px
}
.global-bg,
.service-section.alt,
.testi-bg {
  background: var(--off-white)
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr)
}
.testi-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,.08)
}
.testi-quote-mark {
  color: var(--blue-pale)
}
.testi-footer {
  display: flex;
  align-items: center;
  gap: 12px
}
.testi-avatar {
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}
.verso-strip {
  background: var(--blue-pale);
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
  padding: 48px 40px
}
.verso-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px
}
.verso-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 8px
}
.verso-title {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--navy);
  margin-bottom: 8px;
}
.verso-body {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.7;
  max-width: 520px
}
.btn-primary,
.comp-header,
.comp-val,
.verso-btn {
  font-weight: 500
}
.verso-btn {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--blue);
  background: var(--white);
  border: 1.5px solid var(--blue);
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
  flex-shrink: 0;
  transition: background .2s,color .2s
}
.mtb-f,
.rc-latam .rc-tag,
.verso-btn:hover {
  background: var(--blue);
  color: var(--white)
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr
}
.footer-link.accent:hover {
  color: #8cc4f5
}


.page-hero {
  background: var(--navy);
  padding: calc(var(--nav-h)+72px) 40px 80px
}
.btn-outline,
.btn-primary {
  font-family: var(--font-body);
  font-size: 14px;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none
}
.page-hero-inner {
  /* max-width: var(--max-w); */
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: center
}
.btn-primary {
  color: var(--white);
  background: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .2s,transform .15s;
  box-shadow: 0 4px 16px rgba(26,95,168,.4)
}
.btn-primary svg,
.btn-teal svg,
.svc-btn svg {
  width: 14px;
  height: 14px;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round
}
.btn-outline {
  color: rgba(255,255,255,.75);
  background: 0 0;
  border: 1px solid rgba(255,255,255,.2);
  transition: border-color .2s,color .2s
}
.form-title,
.page-h1,
.ps-num,
.stat-num {
  font-family: var(--font-display)
}
.comp-row,
.cv-offshore,
.cv-onshore {
  background: rgba(255,255,255,.06)
}
.btn-outline-lg:hover,
.btn-outline:hover {
  border-color: rgba(255,255,255,.5);
  color: var(--white)
}
.comp-row {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px
}
.comp-headers,
.comp-vals {
  gap: 8px;
  display: flex
}
.comp-row.highlight {
  background: rgba(26,95,168,.2);
  border-color: rgba(91,168,240,.3)
}
.comp-attr {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  min-width: 90px
}
.comp-val {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 6px;
  min-width: 80px
}
.comp-header,
.mt-badge {
  font-size: 10px;
  text-transform: uppercase
}
.cv-offshore {
  color: rgba(255,255,255,.4)
}
.comp-header,
.cv-onshore {
  color: rgba(255,255,255,.3)
}
.comp-headers {
  justify-content: flex-end;
  padding: 0 16px
}
.coverage-grid,
.delivery-grid,
.global-grid {
  display: grid;
  grid-template-columns: 1fr 1fr
}
.comp-header {
  letter-spacing: .06em;
  min-width: 80px
}
.stat-cell {
  padding: 28px 20px;
  border-right: 1px solid rgba(255,255,255,.07)
}
.stat-num {
  color: var(--white);
  line-height: 1;
  margin-bottom: 6px
}
section {
  padding: 88px 40px
}
.delivery-grid,
.global-grid {
  gap: 64px;
  align-items: start
}
.model-tiers,
.stat-stack {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.country-chip,
.mt-header {
  align-items: center;
  display: flex
}
.model-tier {
  border-radius: 16px;
  padding: 24px 26px;
  border: 1px solid
}
.mt-f {
  background: #e8f1fa;
  border-color: #b5d4f4
}
.mt-header {
  gap: 10px;
  margin-bottom: 12px
}
.mt-badge {
  font-weight: 600;
  letter-spacing: .08em;
  padding: 3px 10px;
  border-radius: 20px
}
.mtb-n,
.rc-asia .rc-tag {
  background: var(--teal);
  color: var(--white)
}
.mt-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-900)
}
.mt-body {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.7;
  margin-bottom: 14px
}
.mt-countries {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}
.country-chip {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  gap: 5px;
  color: var(--gray-700)
}
.connector-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 6px
}
.qc-points,
.qc-title {
  gap: 8px;
  display: flex
}
.connector-line {
  flex: 1;
  height: 1px;
  background: var(--gray-100)
}
.connector-label {
  font-size: 12px;
  color: var(--gray-300)
}
.quality-card {
  background: var(--navy);
  border-radius: 16px;
  padding: 28px;
  margin-top: 12px
}
.qc-title {
  font-size: 14px;
  font-weight: 500;
  color: #3ecfa0;
  margin-bottom: 12px;
  align-items: center
}
.qc-points {
  flex-direction: column
}
.qc-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  line-height: 1.5
}
.qc-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3ecfa0;
  flex-shrink: 0;
  margin-top: 5px
}
.benefit-card {
  background: var(--off-white);
  border: 1px solid var(--gray-100);
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: transform .2s,box-shadow .2s
}
.benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--blue-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}
.country-table,
.ct-header {
  background: rgba(255,255,255,.05)
}
.benefit-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}
.benefit-title,
.step-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 4px
}
.coverage-bg::before {
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse,rgba(26,95,168,.18) 0,transparent 70%)
}
.coverage-grid {
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 1
}
.ct-header,
.ct-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px
}
.coverage-bg .section-lead {
  color: rgba(255,255,255,.55);
  margin-bottom: 28px
}
.country-table {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  overflow: hidden
}
.ct-header {
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.ct-head {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35)
}
.ct-row {
  padding: 13px 18px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  align-items: center;
  transition: background .15s
}
.cap-item:last-child,
.ct-row:last-child,
.dm-recent-row:last-child,
.service-section:last-of-type {
  border-bottom: none
}
.ct-row:hover {
  background: rgba(255,255,255,.04)
}
.global-copy .section-eyebrow::before,
.rc-emea .rc-tag {
  background: var(--purple)
}
.ct-country {
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px
}
.ct-flag {
  font-size: 16px
}
.ct-type {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 500
}
.ctt-sub {
  background: rgba(26,95,168,.3);
  color: #5ba8f0
}
.ct-standard {
  font-size: 11px;
  color: #3ecfa0;
  display: flex;
  align-items: center;
  gap: 4px
}
.ct-standard svg {
  width: 12px;
  height: 12px;
  stroke: #3ECFA0;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}
.coverage-quote {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  border-left: 3px solid #5ba8f0;
  border-radius: 0 12px 12px 0;
  padding: 18px 20px;
  margin-top: 24px
}
.global-badge,
.rc-emea {
  background: var(--purple-pale)
}
.cq-text {
  font-size: 14px;
  color: rgba(255,255,255,.65);
  line-height: 1.7;
  margin-bottom: 10px
}
.cq-attribution {
  font-size: 12px;
  color: rgba(255,255,255,.35)
}
.global-badge,
.global-copy .section-eyebrow,
.global-copy .section-h2 em,
.rc-emea .rc-eyebrow {
  color: var(--purple)
}
.global-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  letter-spacing: .04em
}
.region-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px
}
.region-card {
  border-radius: 14px;
  padding: 20px 22px;
  border: 1px solid
}
.rc-emea {
  border-color: #afa9ec
}
.rc-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 6px
}
.rc-asia .rc-eyebrow {
  color: var(--teal)
}
.rc-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 6px
}
.rc-body {
  font-size: 13px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.65;
  margin-bottom: 10px
}
.rc-tag {
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-block
}
.rc-emea .rc-tag {
  color: var(--white)
}


.footer-link.accent,
.nav-link.active,
.nav-link.partner {
  color: #5ba8f0;
  font-weight: 500
}
.nav-link.active:hover,
.nav-link.partner:hover {
  background: rgba(91,168,240,.12)
}
.page-hero {
  background: var(--navy);
  padding: calc(var(--nav-h)+80px) 40px 80px
}
.page-hero::after {
  content: '';
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 350px;
  height: 350px;
  background: radial-gradient(ellipse,rgba(13,158,117,.1) 0,transparent 70%);
  pointer-events: none
}
.page-hero-inner {
  /* max-width: var(--max-w); */
  max-width: 680px
}
.page-h1 {
  color: var(--white);
  letter-spacing: -.4px
}
.partner-types-bar {
  background: var(--navy-mid);
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 20px 40px
}
.partner-types-inner {
  /* max-width: var(--max-w); */
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}
.pt-label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.4);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-right: 6px
}
.pt-tag {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  padding: 5px 14px;
  border-radius: 20px
}
.form-wrap,
.vp-card {
  border: 1px solid var(--gray-100)
}
.main-inner {
  /* max-width: var(--max-w); */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 72px;
  align-items: start
}
.section-eyebrow {
  text-transform: uppercase;
  color: var(--blue);
  display: flex;
  align-items: center
}
.gm-icon,
.vp-icon {
  align-items: center
}
.section-body {
  font-size: 15px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.8;
  margin-bottom: 40px
}
.vp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px
}
.vp-card {
  background: var(--off-white);
  border-radius: 14px;
  padding: 20px;
  transition: transform .2s,box-shadow .2s
}
.vp-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--blue-pale);
  display: flex;
  justify-content: center;
  margin-bottom: 12px
}
.proof-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin-bottom: 40px
}
.gm-title,
.ps-num {
  margin-bottom: 4px
}
.ps-card {
  background: var(--navy);
  border-radius: 14px;
  padding: 18px
}
.ps-num {
  font-size: 28px;
  color: #5ba8f0
}
.ps-label,
.qa-metric-label {
  font-size: 11px;
  color: rgba(255,255,255,.5);
  line-height: 1.4
}
.global-mention {
  background: var(--blue-pale);
  border: 1px solid #b5d4f4;
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start
}
.gm-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--blue);
  display: flex;
  justify-content: center;
  flex-shrink: 0
}
.form-wrap,
body {
  background: var(--white)
}
.gm-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--white);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}
.gm-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--navy)
}
.gm-body {
  font-size: 13px;
  font-weight: 300;
  color: var(--blue);
  line-height: 1.65
}
.form-wrap {
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 32px rgba(0,0,0,.08);
  position: sticky;
}
.form-header {
  margin-bottom: 24px;
}
.form-title {
  font-size: 22px;
  color: var(--gray-900);
  margin-bottom: 6px
}
.form-row,
.form-row-2 {
  margin-bottom: 16px
}
.form-subtitle {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.6
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}
.form-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-700);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 6px
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--gray-900);
  background: var(--off-white);
  border: 1px solid var(--gray-100);
  border-radius: 8px;
  padding: 10px 14px;
  transition: border-color .2s,box-shadow .2s;
  outline: 0;
  appearance: none
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(26,95,168,.1)
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--gray-300)
}
.form-textarea {
  resize: vertical;
  resize: vertical;
  min-height: 90px;
  line-height: 1.6
}
.form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B7685' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px
}
.form-submit {
  width: 100%;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  background: var(--blue);
  padding: 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background .2s,transform .15s;
  box-shadow: 0 4px 14px rgba(26,95,168,.35);
  margin-top: 6px
}
.testi-avatar,
.testi-quote-mark {
  font-family: var(--font-display)
}
.form-submit:active {
  transform: translateY(0)
}
.form-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--gray-300);
  margin-top: 12px;
  justify-content: center
}
.form-note svg {
  width: 13px;
  height: 13px;
  stroke: var(--gray-300);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  flex-shrink: 0
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin-top: 40px
}
.testi-quote-mark {
  font-size: 48px;
  line-height: .8;
  color: var(--blue-pale);
  margin-bottom: 10px;
  display: block
}
.testi-avatar,
.testi-footer {
  display: flex;
  align-items: center
}
.testi-quote {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray-700);
  line-height: 1.75;
  margin-bottom: 20px
}
.testi-footer {
  gap: 10px
}
.testi-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  justify-content: center;
  font-size: 14px;
  color: #5ba8f0;
  flex-shrink: 0
}
.testi-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 1px
}
.testi-role {
  font-size: 11px;
  color: var(--gray-500)
}
.breadcrumb,
.breadcrumb a {
  color: rgba(255,255,255,.4)
}
.qa-metrics,
.section-grid {
  grid-template-columns: 1fr 1fr
}
.page-hero::before {
  right: -60px;
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse,rgba(26,95,168,.2) 0,transparent 70%)
}
.breadcrumb {
  font-size: 13px;
  margin-bottom: 20px
}
.breadcrumb a {
  text-decoration: none
}
.breadcrumb a:hover,
.dm-recent-name {
  color: rgba(255,255,255,.7)
}
.breadcrumb span {
  margin: 0 6px
}
.page-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5ba8f0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px
}
.page-h1,
.svc-h2 {
  font-family: var(--font-display);
  letter-spacing: -.3px
}
.page-eyebrow::before {
  content: '';
  content: '';
  width: 20px;
  height: 2px;
  background: #5ba8f0;
  border-radius: 2px;
  display: inline-block
}
.page-h1 {
  font-size: clamp(32px,4vw,52px);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px
}
.page-h1 em {
  color: #5ba8f0
}
.page-lead {
  font-size: 17px;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  line-height: 1.75;
  max-width: 580px
}
.service-tabs {
  background: var(--navy-mid);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 0 40px;
  position: sticky;
  top: var(--nav-h);
  z-index: 90
}
.service-tabs-inner {
  margin: 0 auto;
  display: flex;
  gap: 0;
  overflow-x: auto
}
.tab-link {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,.5);
  text-decoration: none;
  padding: 16px 20px;
  border-bottom: 2px solid transparent;
  transition: color .2s,border-color .2s
}
.cap-text strong,
.svc-h2,
body {
  color: var(--gray-900)
}
.btn-primary-lg,
.svc-btn {
  transition: background .2s,transform .15s
}
.tab-link:hover {
  color: rgba(255,255,255,.85)
}
.tab-link.active {
  color: var(--white);
  border-bottom-color: #5ba8f0;
  font-weight: 500
}
.cap-item,
.service-section {
  border-bottom: 1px solid var(--gray-100)
}
.service-section {
  padding: 80px 40px
}
.section-grid {
  display: grid;
  gap: 72px;
  align-items: start
}
.section-grid.reverse {
  direction: rtl
}
.section-grid.reverse > * {
  direction: ltr
}
.svc-h2 {
  font-size: clamp(26px,3vw,38px);
  line-height: 1.2;
  margin-bottom: 16px
}
.capabilities,
.roles-grid,
.svc-body {
  margin-bottom: 28px
}
.svc-body {
  font-size: 15px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.8
}
.svc-btn {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background: var(--blue);
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px
}
.cta-banner h2,
.qa-metric-num,
.stat-num {
  font-family: var(--font-display)
}
.cap-check,
.role-tag.teal {
  background: var(--teal-pale)
}
.cap-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0
}
.cap-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px
}
.cap-check svg {
  width: 10px;
  height: 10px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}
.cap-text {
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.5
}
.cap-text strong {
  font-weight: 500;
  display: block;
  margin-bottom: 2px
}
.roles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}
.role-tag {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  background: var(--blue-pale);
  color: var(--blue)
}
.role-tag.teal {
  color: var(--teal)
}
.origin-visual,
.visual-panel {
  background: var(--navy);
  border-radius: 20px;
  padding: 28px
}
.visual-panel.light {
  background: var(--blue-pale)
}
.stat-row {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px
}
.stat-num {
  font-size: 28px;
  color: #5ba8f0;
  min-width: 80px
}
.stat-label {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  line-height: 1.5
}
.process-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative
}
.step-num,
nav {
  align-items: center
}
.step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: flex;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0
}
.step-line {
  width: 2px;
  flex: 1;
  background: var(--gray-100);
  margin: 4px 0;
  min-height: 24px
}
.step-content {
  padding-bottom: 24px
}
.qa-metrics {
  display: grid;
  gap: 12px
}
.cta-row,
nav {
  display: flex
}
.qa-metric {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 16px
}
.qa-metric-num {
  font-size: 26px;
  color: #3ecfa0;
  margin-bottom: 4px
}
.cta-banner {
  background: var(--navy);
  padding: 80px 40px
}
.btn-outline-lg,
.btn-primary-lg {
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--font-body)
}
.cta-banner-inner {
  max-width: 640px;
  margin: 0 auto
}
.hero-inner,
.nav-inner {
  /* max-width: var(--max-w) */
}
.cta-banner h2 {
  font-size: clamp(28px,3.5vw,42px);
  color: var(--white);
  margin-bottom: 16px
}
.cta-banner p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  line-height: 1.75;
  margin-bottom: 36px
}
.hero-h1 em,
.verso-logo-text span {
  color: var(--teal)
}
.cta-row {
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap
}
.btn-primary-lg {
  font-weight: 500;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 4px 16px rgba(26,95,168,.4)
}
.btn-primary-lg:hover {
  background: var(--blue-light);
  transform: translateY(-2px)
}
.btn-outline-lg {
  color: rgba(255,255,255,.75);
  background: 0 0;
  border: 1px solid rgba(255,255,255,.2);
  transition: border-color .2s,color .2s
}
.hero-h1,
.nav-logo,
.verso-logo-text {
  font-family: var(--font-display)
}


*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
html {
  scroll-behavior: smooth
}
body {
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-8px)
  }
}
.fade-up {
  animation: .6s both fadeUp
}

nav {
  height: var(--nav-h);
  background: rgba(11,31,58,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  z-index: 100;
  padding: 0 40px
}
.nav-inner,
.nav-links {
  display: flex;
  align-items: center
}
.nav-inner {
  width: 100%;
  margin: 0 auto
}
.nav-logo {
  font-size: 22px;
  color: var(--white);
  text-decoration: none;
  margin-right: auto
}
.nav-cta,
.nav-link {
  font-size: 14px;
  text-decoration: none
}
.nav-links .nav-links-menu{
  gap: 2px;
  margin-right: 24px
}
.nav-link {
  color: rgba(255,255,255,.72);
  padding: 6px 14px;
  border-radius: 6px;
  transition: color .2s,background .2s
}
.nav-link.active,
.nav-link:hover {
  color: var(--white);
  background: rgba(255,255,255,.08)
}
.nav-cta {
  font-weight: 500;
  color: var(--white);
  background: var(--blue);
  padding: 8px 20px;
  border-radius: 8px;
  transition: background .2s
}
.hero {
  background: var(--navy);
  position: relative;
  overflow: hidden
}
.hero-grid-bg,
.hero::after,
.hero::before {
  position: absolute;
  pointer-events: none
}
.hero::before {
  content: '';
  content: '';
  top: -80px;
  right: -60px;
  width: 550px;
  height: 550px;
  background: radial-gradient(ellipse,rgba(13,158,117,.18) 0,transparent 70%)
}
.hero::after {
  content: '';
  content: '';
  bottom: -60px;
  left: -40px;
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse,rgba(26,95,168,.15) 0,transparent 70%)
}
.hero-grid-bg {
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 60px 60px
}
.hero-inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1
}
.verso-lockup {
  margin-bottom: 20px
}
.verso-logo-text {
  font-size: 44px;
  color: var(--white);
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 6px
}
.verso-product-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  display: flex;
  align-items: center;
  gap: 8px
}
.verso-product-label::before {
  content: '';
  width: 20px;
  height: 1px;
  background: rgba(255,255,255,.25);
  display: inline-block
}
.hero-h1 {
  font-size: clamp(28px,3.5vw,42px);
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: -.3px
}
.hero-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,.62);
  line-height: 1.78;
  margin-bottom: 32px;
}
.origin-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 28px
}
.btn-ghost,
.btn-teal {
  font-family: var(--font-body);
  font-size: 14px;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none
}
.origin-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3ecfa0;
  flex-shrink: 0
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.btn-teal {
  font-weight: 500;
  color: var(--white);
  background: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .2s,transform .15s;
  box-shadow: 0 4px 16px rgba(13,158,117,.35)
}
.btn-teal:hover {
  background: #0bb368;
  transform: translateY(-1px)
}
.btn-ghost {
  color: rgba(255,255,255,.72);
  background: 0 0;
  border: 1px solid rgba(255,255,255,.18);
  transition: border-color .2s,color .2s
}
.btn-ghost:hover {
  border-color: rgba(255,255,255,.45);
  color: var(--white)
}
.verso-visual {
  animation: 5s ease-in-out infinite float
}
.dashboard-mock {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 20px;
  overflow: hidden
}
.origin-attribution::before,
.section-eyebrow::before {
  content: '';
  height: 2px;
  background: var(--teal);
  border-radius: 2px;
  display: inline-block
}
.dm-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.dm-recent-row,
.dm-tr-row {
  border-bottom: 1px solid rgba(255,255,255,.05)
}
.dm-dots {
  display: flex;
  gap: 5px
}
.dm-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.15)
}
.dm-title {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.5);
  margin-left: 8px
}
.dm-metrics {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  margin-bottom: 14px
}
.dm-pipe-bar,
.dm-pipe-row {
  display: flex;
  align-items: center
}
.dm-metric {
  background: rgba(255,255,255,.06);
  border-radius: 8px;
  padding: 10px
}
.dm-metric-num {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
  margin-bottom: 3px
}
.dm-metric-label {
  font-size: 10px;
  color: rgba(255,255,255,.4)
}
.dm-pipeline {
  margin-bottom: 14px
}
.dm-pipe-label,
.dm-recent-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 8px
}
.dm-pipe-row {
  gap: 4px;
  margin-bottom: 6px
}
.dm-pipe-stage {
  font-size: 10px;
  color: rgba(255,255,255,.4);
  width: 60px;
  flex-shrink: 0
}
.dm-pipe-bar {
  height: 18px;
  border-radius: 4px;
  padding: 0 8px
}
.dm-pipe-count {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,.8)
}
.db-sourced {
  background: rgba(91,168,240,.25);
  width: 80%
}
.db-screen {
  background: rgba(91,168,240,.35);
  width: 55%
}
.db-interview {
  background: rgba(91,168,240,.45);
  width: 35%
}
.db-offer {
  background: rgba(13,158,117,.4);
  width: 20%
}
.db-placed {
  background: rgba(13,158,117,.6);
  width: 12%
}
.dm-tr-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 8px 6px
}
.dm-tr-id {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,.3)
}
.dm-tr-title {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,.8);
  line-height: 1.3;
  margin-bottom: 1px
}
.dm-tr-co {
  font-size: 10px;
  color: rgba(255,255,255,.35)
}
.dm-tr-badge {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 20px
}
.tr-processing {
  background: rgba(91,168,240,.25);
  color: #5ba8f0
}
.tr-hold {
  background: rgba(255,180,0,.15);
  color: #f0b429
}
.tr-closed {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.4)
}
.dm-recent {
  background: rgba(255,255,255,.04);
  border-radius: 8px;
  padding: 10px
}
.dm-recent-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 11px
}
.dm-recent-status {
  padding: 2px 7px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 500
}
.st-placed {
  background: rgba(13,158,117,.25);
  color: #3ecfa0
}
.st-screen {
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.5)
}
.origin-section {
  background: var(--off-white);
  padding: 80px 40px;
  border-top: 1px solid var(--gray-100)
}
.origin-inner {
  /* max-width: var(--max-w); */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center
}
.origin-quote {
  font-family: var(--font-display);
  font-size: clamp(22px,2.8vw,32px);
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 20px;
  letter-spacing: -.2px
}
.origin-quote em,
.section-h2 em {
  font-style: italic;
  color: var(--blue)
}
.origin-body {
  font-size: 15px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.8;
  margin-bottom: 24px
}
.origin-attribution {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-700);
  display: flex;
  align-items: center;
  gap: 10px
}
.origin-attribution::before {
  width: 24px
}
.ov-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 16px
}
.ov-item {
  display: flex;
  gap: 14px;
  position: relative
}
.ov-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px
}
.ovd-refined {
  background: #3ecfa0
}
.ovd-launched {
  background: rgba(255,255,255,.3)
}
.ov-line {
  width: 2px;
  flex: 1;
  background: rgba(255,255,255,.08);
  margin: 4px 0;
  min-height: 20px
}
.ov-title,
.ov-year {
  font-weight: 500;
  margin-bottom: 3px
}
.ov-content {
  padding-bottom: 20px
}
.ov-year {
  font-size: 11px;
  color: rgba(255,255,255,.35)
}
.ov-title {
  font-size: 13px;
  color: var(--white)
}
.ov-desc {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,.5);
  line-height: 1.5
}
.section-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px
}
.cta-inner h2,
.section-h2 {
  font-family: var(--font-display);
  font-size: clamp(26px,3.2vw,38px);
  letter-spacing: -.3px
}
.section-eyebrow::before {
  width: 16px
}
.section-h2 {
  color: var(--gray-900);
  line-height: 1.2;
  margin-bottom: 14px
}
.section-lead {
  font-size: 16px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.8;
}
.feature-card {
  border-radius: 16px;
  padding: 28px;
  border: 1px solid var(--gray-100);
  background: var(--off-white);
  transition: transform .2s,box-shadow .2s
}
.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,.08)
}
.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--teal-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px
}
.feature-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}
.who-section {
  background: var(--navy);
  padding: 80px 40px
}
.who-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px
}
.who-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 24px;
  transition: background .2s
}
.who-icon {
  font-size: 28px;
  margin-bottom: 14px
}
.who-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 8px
}
.who-body {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,.55);
  line-height: 1.65
}
.cta-section {
  background: var(--teal-pale);
  padding: 80px 40px;
  border-top: 1px solid #9fe1cb
}
.btn-navy,
footer {
  background: var(--navy)
}
.btn-navy,
.btn-outline-navy {
  font-family: var(--font-body);
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none
}
.cta-inner {
  max-width: 580px;
  margin: 0 auto
}
.cta-inner h2 {
  color: var(--navy);
  margin-bottom: 14px
}
.cta-inner p {
  font-size: 16px;
  font-weight: 300;
  color: var(--gray-500);
  line-height: 1.75;
  margin-bottom: 32px
}
.cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap
}
.btn-navy {
  font-weight: 500;
  color: var(--white);
  transition: background .2s,transform .15s
}
.btn-navy:hover {
  background: var(--navy-mid);
  transform: translateY(-1px)
}
.btn-outline-navy {
  color: var(--navy);
  background: 0 0;
  border: 1.5px solid var(--navy);
  transition: background .2s,color .2s
}
.footer-bottom,
footer {
  border-top: 1px solid rgba(255,255,255,.07)
}
footer {
  padding: 56px 40px 36px
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px
}
.footer-link,
.footer-logo {
  display: block;
  text-decoration: none
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--white);
  margin-bottom: 10px
}
.footer-contact,
.footer-tagline {
  font-size: 13px;
  color: rgba(255,255,255,.4)
}
.footer-tagline {
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 16px
}
.footer-contact {
  margin-bottom: 4px
}
.footer-contact a {
  transition: color .2s;
  color: rgba(255,255,255,.5);
  text-decoration: none
}
.footer-col-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin-bottom: 14px
}
.footer-link {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,.55);
  margin-bottom: 9px;
  transition: color .2s
}
.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.footer-legal {
  font-size: 12px;
  color: rgba(255,255,255,.3)
}
.footer-badge {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  padding: 4px 12px;
  border-radius: 20px
}



/* Single Blog Post Detail Page */
.single-post-hero {
    background: var(--navy);
    position: relative;
    overflow: hidden;
    padding: calc(var(--nav-h) + 60px) 0 60px 0;
}
.single-post-hero .breadcrumb {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
}
.single-post-hero .breadcrumb a {
    color: #5BA8F0;
    text-decoration: none;
}
.single-post-hero .breadcrumb span {
    margin: 0 10px;
}
.single-post-hero .post-title {
    font-family: var(--font-display);
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--white);
    margin-bottom: 24px;
}

.single-post-hero .post-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.single-post-hero .meta-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.single-post-hero .meta-avatar {
    width: 36px;
    height: 36px;
    background: var(--blue);
    color: var(--white);
    font-weight: 600;
    font-size: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post-hero .meta-name {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
}
.single-post-hero .meta-date,
.single-post-hero .meta-read {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.single-post-hero .meta-dot {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.post-body-content {
    font-size: 1.075rem;
    line-height: 1.85;
    color: #2c3e50;
}
.post-body-content p {
    margin-bottom: 24px;
}
.post-body-content h2,
.post-body-content h3,
.post-body-content h4 {
    font-family: var(--font-display);
    color: var(--navy);
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
.post-body-content h2 {
    font-size: 1.75rem;
}
.post-body-content h3 {
    font-size: 1.45rem;
}
.post-body-content blockquote {
    border-left: 4px solid var(--blue);
    background: rgba(91, 168, 240, 0.05);
    padding: 24px 32px;
    margin: 32px 0;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    font-size: 1.15rem;
    color: var(--navy);
}
.post-body-content blockquote p {
    margin-bottom: 0;
}
.post-body-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 32px 0;
}
.post-body-content ul,
.post-body-content ol {
    margin-bottom: 24px;
    padding-left: 24px;
}
.post-body-content li {
    margin-bottom: 10px;
}

/* Sidebar Styles */
.single-sidebar {
    position: sticky;
    top: calc(var(--nav-h) + 32px);
}
.sidebar-widget {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.sidebar-widget .widget-title {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gray-100);
}
.sidebar-related-item {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--gray-100);
    transition: all 0.2s;
}
.sidebar-related-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-related-item .related-cat {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 6px;
}
.sidebar-related-item .related-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--navy);
    transition: color 0.2s;
}
.sidebar-related-item:hover .related-title {
    color: var(--blue);
}

/* Pagination Styling */
.pagination {
    display: flex;
    justify-content: center;
    margin: 48px 0 20px 0;
    background-color: transparent !important;
}

.pagination .screen-reader-text {
    display: none !important;
}

.pagination .nav-links {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--navy-mid);
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.pagination .page-numbers:hover {
    color: var(--white) !important;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
    text-decoration: none;
}

.pagination .page-numbers.current {
    color: var(--white) !important;
    background: var(--blue) !important;
    border-color: var(--blue) !important;
    box-shadow: 0 4px 12px rgba(56, 182, 255, 0.25);
}

.pagination .page-numbers.dots {
    color: rgba(255, 255, 255, 0.4) !important;
    background: transparent !important;
    border-color: transparent !important;
    cursor: default;
    min-width: 24px;
    padding: 0;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-weight: 700;
    padding: 0 16px;
}

