

/* ================================================================
   CONSOLIDATED STYLES - SUBTITLING SERVICES PAGE
   Organized by feature area: Hero, Pricing, Process, Case Study, FAQ
   UPDATED: Mobile-responsive stats section (900px, 760px, 560px breakpoints)
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap');

/* ================================================================
   VANAN SUBTITLING SERVICES SECTIONS (vsub- prefix)
   ================================================================ */
:root {
  --vsub-blue:      #1a5fd6;
  --vsub-blue-dk:   #1450bf;
  --vsub-navy:      #0f2742;
  --vsub-steel:     #2c5986;
  --vsub-ink:       #15233b;
  --vsub-h1:        #111c2e;
  --vsub-text:      #3f4a5a;
  --vsub-muted:     #6b7484;
  --vsub-soft:      #eff4fc;
  --vsub-hero:      #f2f7fd;
  --vsub-tip:       #e9f1fd;
  --vsub-note:      #f4f8fd;
  --vsub-line:      #e4e9f1;
  --vsub-line-2:    #eef1f6;
  --vsub-row-alt:   #f8fafd;
  --vsub-shadow:    0 1px 3px rgba(15,39,66,.07), 0 1px 2px rgba(15,39,66,.04);
  --vsub-shadow-md: 0 8px 28px rgba(15,39,66,.08), 0 2px 6px rgba(15,39,66,.05);
  --vsub-max: 1180px;
  --vff-navy:      #0f2742;
  --vff-ink:       #15233b;
  --vff-muted:     #6b7484;
  --vff-soft:      #eff4fc;
  --vff-line:      #e4e9f1;
  --vff-shadow:    0 1px 3px rgba(15,39,66,.07), 0 1px 2px rgba(15,39,66,.04);
  --vff-shadow-md: 0 8px 28px rgba(15,39,66,.08), 0 2px 6px rgba(15,39,66,.05);
  --vff-max: 1180px;
  --vcs-navy:     #0a1f44;
  --vcs-blue:     #1565d8;
  --vcs-blue-lt:  #e6effd;
  --vcs-blue-xlt: #f0f6ff;
  --vcs-white:    #ffffff;
  --vcs-border:   #d0dff0;
  --vcs-text:     #1c2b3a;
  --vcs-text2:    #4a5a6e;
  --vcs-text3:    #8a9ab0;
  --vcs-green:    #1a9e4e;
  --vcs-green-bg: #eaf7ef;
  --vcs-sh1:      0 2px 12px rgba(10,31,68,.08);
  --vcs-sh2:      0 6px 28px rgba(10,31,68,.12);
  --vcs-sh3:      0 14px 48px rgba(10,31,68,.18);
  --vcs-r:        8px;
  --vcs-r-lg:     12px;
}

[class*="vsub-"], [class*="vsub-"] *,
[class*="vff-"], [class*="vff-"] *,
[class*="vcs-"], [class*="vcs-"] *,
[class*="vfaq-"], [class*="vfaq-"] *,
[class*="vrls-"], [class*="vrls-"] *,
.process-section, .process-section * { box-sizing: border-box; }

.vsub-page, .vsub-hero, .vsub-section,
.vff-page, .vff-section,
.vcs-section {
  font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.vsub-page, .vsub-hero, .vsub-section {
  color: var(--vsub-text);
  line-height: 1.6;
}

.vff-page, .vff-section {
  color: #3f4a5a;
  line-height: 1.6;
}

.vcs-section {
  background: #eef3fa;
  padding: 70px 0;
  margin-bottom: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #1c2b3a;
}

.vsub-container, .vff-container, .vcs-wrap { max-width: var(--vsub-max); margin: 0 auto; padding: 0 24px; }

.vsub-section { padding: 70px 0; margin-bottom: 0; }
.vsub-soft { background: var(--vsub-soft); margin-bottom: 0; }
.vsub-center { text-align: center; }
.vsub-blue { color: var(--vsub-blue); }

[class*="vsub-"] a { color: var(--vsub-blue); text-decoration: none; transition: color .15s ease; }
[class*="vsub-"] a:hover { color: var(--vsub-blue-dk); }

.vsub-h2 { font-size: 31px; line-height: 1.2; font-weight: 800; color: var(--vsub-ink); letter-spacing: -.01em; margin: 0 0 10px; }
.vsub-sub { font-size: 16px; color: var(--vsub-muted); margin: 0 0 36px; max-width: 920px; }
.vsub-center.vsub-sub { margin-left: auto; margin-right: auto; }

.vsub-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 15px; font-weight: 700; padding: 13px 24px; border-radius: 9px;
  border: 1.5px solid transparent; cursor: pointer; transition: background .15s ease, color .15s ease, border-color .15s ease, transform .1s ease;
  text-decoration: none !important; line-height: 1;
}
.vsub-btn:hover { text-decoration: none !important; }
.vsub-btn.vsub-btn-primary { background: var(--vsub-blue); color: #fff !important; }
.vsub-btn.vsub-btn-primary:hover { background: var(--vsub-blue-dk); color: #fff !important; }
.vsub-btn.vsub-btn-outline { background: #fff; color: var(--vsub-blue) !important; border-color: #cdd9ee; }
.vsub-btn.vsub-btn-outline:hover { background: #f3f7fd; color: var(--vsub-blue-dk) !important; border-color: var(--vsub-blue); }

/* Hero */
.vsub-hero { background: var(--vsub-hero); padding: 46px 0 90px; }
.vsub-breadcrumb { font-size: 14px; color: var(--vsub-muted); margin-bottom: 26px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.vsub-breadcrumb a { font-weight: 600; }
.vsub-breadcrumb span:not(.vsub-bc-current) { color: #9aa3b0; }
.vsub-bc-current { color: var(--vsub-navy); font-weight: 700; }
.vsub-h1 { font-size: 50px; line-height: 1.05; font-weight: 800; color: var(--vsub-h1); letter-spacing: -.02em; margin: 0 0 16px; }
.vsub-byline { font-size: 14.5px; color: var(--vsub-muted); margin: 0 0 30px; line-height: 1.7; }
.vsub-byline strong { color: var(--vsub-text); font-weight: 700; }
.vsub-dot { margin: 0 8px; color: #b9c0cc; }
.vsub-hero-grid { display: grid; grid-template-columns: 1fr 420px; gap: 38px; align-items: start; }
.vsub-hero-copy p { font-size: 16.5px; line-height: 1.75; margin: 0 0 26px; }
.vsub-link { color: var(--vsub-blue); font-weight: 700; }
.vsub-cta-row { display: flex; flex-wrap: wrap; gap: 14px; }

.vsub-glance {
  background: #fff; border: 1px solid var(--vsub-line); border-radius: 16px;
  padding: 26px 28px 30px; box-shadow: var(--vsub-shadow-md);
}
.vsub-glance-label { font-size: 12px; font-weight: 800; letter-spacing: .14em; color: var(--vsub-navy); margin: 0 0 18px; }
.vsub-glance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; align-items: start; }
.vsub-glance-item { display: flex; flex-direction: column; }
.vsub-glance-num { font-size: 29px; font-weight: 800; color: var(--vsub-blue); line-height: 1.1; letter-spacing: -.02em; white-space: nowrap; }
.vsub-glance-cap { font-size: 13.5px; color: var(--vsub-muted); margin-top: 6px; line-height: 1.4; }

/* Tables */
.vsub-table-wrap {
  border-radius: 14px; overflow: hidden; border: 1px solid var(--vsub-line);
  box-shadow: var(--vsub-shadow); background: #fff;
}
.vsub-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.vsub-table thead th {
  text-align: left; font-weight: 700; font-size: 14px; color: #fff;
  padding: 18px 22px; vertical-align: top;
}
.vsub-table thead th span { display: block; font-weight: 400; font-size: 12.5px; opacity: .82; margin-top: 2px; }
.vsub-table--steel thead { background: var(--vsub-steel); }
.vsub-table--navy thead { background: var(--vsub-navy); }
.vsub-table tbody td { padding: 20px 22px; border-top: 1px solid var(--vsub-line-2); vertical-align: top; }
.vsub-table tbody tr:nth-child(even) td { background: var(--vsub-row-alt); }
.vsub-table tbody td strong { color: var(--vsub-navy); font-weight: 700; }
.vsub-td-note { display: block; font-size: 12.5px; color: var(--vsub-muted); font-weight: 400; margin-top: 3px; }
.vsub-price { color: var(--vsub-blue); font-weight: 700; }
.vsub-quote { color: var(--vsub-muted); font-style: italic; }

.vsub-tip {
  display: flex; gap: 12px; background: var(--vsub-tip); border-left: 4px solid var(--vsub-blue);
  border-radius: 0 10px 10px 0; padding: 16px 20px; margin-top: 26px;
}
.vsub-tip-ico { font-size: 18px; line-height: 1.55; flex: 0 0 auto; }
.vsub-tip p { margin: 0; font-size: 15px; line-height: 1.6; }
.vsub-tip strong { color: var(--vsub-ink); }
.vsub-tip a { font-weight: 700; }

.vsub-industries {
  margin-top: 22px; background: #fff; border: 1px solid var(--vsub-line);
  border-radius: 12px; padding: 18px 24px; text-align: center; font-size: 15px;
  color: var(--vsub-text); line-height: 1.8;
}
.vsub-ind-label { color: var(--vsub-blue); font-weight: 700; }

.vsub-note {
  margin-top: 26px; background: var(--vsub-note); border-left: 4px solid var(--vsub-blue);
  border-radius: 0 10px 10px 0; padding: 18px 22px;
}
.vsub-note p { margin: 0; font-size: 15px; line-height: 1.65; }
.vsub-note-label { color: var(--vsub-blue); font-weight: 700; }

/* Stats - RESPONSIVE VERSION */
.vsub-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.vsub-stat {
  background: #fff; border: 1px solid var(--vsub-line); border-radius: 14px;
  padding: 24px 18px 22px; text-align: center; display: flex; flex-direction: column;
  box-shadow: var(--vsub-shadow);
}
.vsub-stat-num { font-size: 33px; font-weight: 800; color: var(--vsub-blue); line-height: 1.05; letter-spacing: -.02em; }
.vsub-stat-text { font-size: 13px; color: var(--vsub-text); margin: 12px 0 14px; line-height: 1.5; flex: 1 1 auto; }
.vsub-stat-src { font-size: 11px; font-weight: 700; letter-spacing: .04em; color: var(--vsub-blue); text-transform: uppercase; line-height: 1.4; }
.vsub-ada {
  margin-top: 24px; background: #fff; border: 1px solid var(--vsub-line);
  border-radius: 12px; padding: 16px 24px; font-size: 15px; color: var(--vsub-text);
}
.vsub-ada strong { color: var(--vsub-ink); font-weight: 700; }

.vsub-pricing-notes { margin: 1.5rem 0; font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
.vsub-pricing-notes .vsub-pn-block + .vsub-pn-block { margin-top: 1.75rem; }
.vsub-pricing-notes .vsub-pn-title {
  margin: 0 0 .85rem; font-family: "Hanken Grotesk", "DM Sans", sans-serif;
  font-size: 1.0625rem; font-weight: 700; color: #0a1f44;
}
.vsub-pricing-notes .vsub-pn-list {
  list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 3rem;
}
.vsub-pricing-notes .vsub-pn-list li {
  position: relative; padding-left: 1.2rem; margin: 0 0 .6rem;
  break-inside: avoid; color: #33415c; line-height: 1.5;
}
.vsub-pricing-notes .vsub-pn-list li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 6px; height: 6px; border-radius: 50%; background: #c9a227;
}

/* File Formats */
.vff-page, .vff-section {
  font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  margin-bottom: 56px;
}
.vff-section { background: var(--vff-soft); padding: 70px 0; margin-bottom: 0; }
.vff-h2 {
  text-align: center; font-size: 31px; line-height: 1.2; font-weight: 800;
  color: var(--vff-ink); letter-spacing: -.01em; margin: 0 0 10px;
}
.vff-sub {
  text-align: center; font-size: 16px; color: var(--vff-muted);
  margin: 0 auto 36px; max-width: 920px;
}
.vff-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.vff-card {
  background: #fff; border: 1px solid var(--vff-line); border-radius: 12px;
  padding: 16px 12px; text-align: center; box-shadow: var(--vff-shadow);
  transition: transform .12s ease, box-shadow .12s ease;
}
.vff-card:hover { transform: translateY(-2px); box-shadow: var(--vff-shadow-md); }
.vff-name { display: block; font-size: 16px; font-weight: 800; color: var(--vff-navy); }
.vff-use { display: block; font-size: 12.5px; color: var(--vff-muted); margin-top: 5px; }

/* Process Section */
.process-section {
  background: linear-gradient(180deg, #f4f7fd 0%, #fbfcfe 62%, #ffffff 100%);
  padding: 70px 0;
  text-align: center;
  margin-bottom: 0;
}

.process-section .process-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff3e6; border: 1px solid #ffe1bf; color: #c2741f;
  font-size: 12.5px; font-weight: 700; padding: 7px 16px;
  border-radius: 50px; margin-bottom: 22px;
}
.process-section .badge-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #f0871e;
  display: inline-block; flex: 0 0 auto;
}

.process-section .process-title {
  font-size: 40px; line-height: 1.15; font-weight: 800; color: #111c2e;
  letter-spacing: -.02em; margin: 0 0 14px;
}
.process-section .process-title span { color: #1a5fd6; }

.process-section .process-subtitle {
  font-size: 17px; line-height: 1.6; color: #6b7484;
  max-width: 640px; margin: 0 auto 60px;
}

.process-section .process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; align-items: stretch;
}

.process-section .process-step {
  position: relative; margin-top: 26px; background: #ffffff;
  border: 1px solid #e6ebf3; border-radius: 14px; padding: 42px 22px 24px;
  box-shadow: 0 4px 18px rgba(15,39,66,.06); text-align: left; cursor: pointer;
}

.process-section .step-number {
  position: absolute; top: -26px; left: 50%; transform: translateX(-50%);
  width: 52px; height: 52px; border-radius: 50%; background: #ffffff;
  border: 2px solid #1a5fd6; color: #1a5fd6; font-size: 20px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(15,39,66,.10); z-index: 2;
  transition: background .15s ease, color .15s ease;
}
.process-section .process-step-complete .step-number { border-color: #1f9d57; color: #1f9d57; }
.process-section .process-step.is-active .step-number { background: #1a5fd6; color: #ffffff; }
.process-section .process-step-complete.is-active .step-number { background: #1f9d57; color: #ffffff; }
.process-section .process-step:hover .step-number { background: #1a5fd6; color: #ffffff; }
.process-section .process-step-complete:hover .step-number { background: #1f9d57; color: #ffffff; }

.process-section .process-step:not(:last-child)::after {
  content: '\203A'; position: absolute; top: 0; right: -26px; width: 26px;
  text-align: center; transform: translateY(-50%); font-size: 30px; line-height: 1;
  color: #c4cdda; pointer-events: none;
}

.process-section .step-title { font-size: 17px; font-weight: 700; color: #15233b; margin: 2px 0 10px; line-height: 1.3; }
.process-section .step-tag {
  display: inline-block; background: #e9f7ee; border: 1px solid #cdeed8;
  color: #178a4e; font-size: 11.5px; font-weight: 600; line-height: 1.35;
  padding: 4px 11px; border-radius: 50px; margin-bottom: 12px;
}
.process-section .step-description { font-size: 13.5px; line-height: 1.6; color: #6b7484; margin: 0 0 14px; }
.process-section .step-micro-cta {
  display: inline-block; font-size: 13px; font-weight: 700; color: #1a5fd6 !important;
  text-decoration: none;
}
.process-section .step-micro-cta:hover { color: #1450bf !important; }

.process-section .process-cta { margin-top: 38px; text-align: center; }
.process-section .btn-primary {
  display: inline-block; background: #22a05c; color: #ffffff !important; border: 0;
  font-size: 16px; font-weight: 700; padding: 16px 34px; border-radius: 10px;
  text-decoration: none; box-shadow: 0 8px 20px rgba(34,160,92,.28);
  transition: background .15s ease, transform .1s ease, box-shadow .15s ease;
}
.process-section .btn-primary:hover {
  background: #178a4e; color: #ffffff !important; transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(34,160,92,.34);
}
.process-section .cta-microcopy { font-size: 13px; color: #6b7484; margin: 14px 0 0; }

/* Accessibility */
[class*="vsub-"] a:focus-visible, [class*="vff-"] a:focus-visible,
.vsub-btn:focus-visible, .process-section a:focus-visible,
.process-section .btn-primary:focus-visible,
.vcs-section a:focus-visible, .vcs-section .btn:focus-visible,
[class*="vfaq-"] a:focus-visible, [class*="vrls-"] a:focus-visible {
  outline: 2px solid var(--vsub-blue);
  outline-offset: 2px;
}

/* Section spacing management - with proper responsive gaps */


.list_cont_sec_seo {
  margin-top: 24px;
  margin-bottom: 0;
}

/* Add breathing space between major content blocks */
.seo_content_img_sec + .seo_content_img_sec,
.seo_content_img_sec + section,
.seo_content_img_sec + .process-section,
.seo_content_img_sec + .vsub-section,
.process-section + section,
.vsub-section + section,
.vff-section + section,
.human_second_desg + section,
.vfaq-section + section {
  margin-top: 64px; /* Increased from 48px for better breathing room */
}

/* Ensure footer has proper spacing */
footer, .footer, [class*="footer"] {
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  [class*="vsub-"], [class*="vsub-"] *,
  [class*="vff-"], [class*="vff-"] *,
  [class*="vcs-"], [class*="vcs-"] *,
  .process-section, .process-section * { transition: none !important; }
}

/* Case Study Section */
.vcs-section * { box-sizing: border-box; }
.vcs-wrap { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.vcs-section-label { text-align: center; margin-bottom: 16px; }
.vcs-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--vcs-blue); background: var(--vcs-blue-lt);
  border: 1px solid #b8d0f5; padding: 4px 14px; border-radius: 40px; margin-bottom: 0;
}

.vcs-testi-top {
  background: var(--vcs-blue-lt); border: 1px solid #b8d0f5; border-left: 5px solid var(--vcs-blue);
  border-radius: 0 var(--vcs-r-lg) var(--vcs-r-lg) 0; padding: 20px 28px;
  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; margin-bottom: 20px;
}
.vcs-tt-mark { font-size: 52px; font-weight: 800; color: #b8d0f5; line-height: .75; font-family: Georgia, serif; user-select: none; }
.vcs-tt-text { font-size: 14.5px; font-style: italic; color: var(--vcs-navy); line-height: 1.65; margin-bottom: 10px; font-weight: 600; }
.vcs-tt-author { font-size: 12px; font-weight: 800; color: var(--vcs-blue); text-transform: uppercase; letter-spacing: .08em; }
.vcs-tt-role { font-size: 12px; color: var(--vcs-text3); margin-top: 2px; }

.vcs-hero {
  background: linear-gradient(110deg,#081838 0%,var(--vcs-navy) 50%,#1a4090 100%);
  border-radius: var(--vcs-r-lg); overflow: hidden; margin-bottom: 20px; box-shadow: var(--vcs-sh3); position: relative;
}
.vcs-hero::after {
  content: ''; position: absolute; right: -60px; top: -60px;
  width: 280px; height: 280px; background: radial-gradient(circle,rgba(21,101,216,.4) 0%,transparent 68%);
  pointer-events: none;
}
.vcs-hero-top { padding: 34px 40px 28px; position: relative; z-index: 1; }

.vcs-answer-box {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--vcs-r); padding: 14px 20px; margin-bottom: 18px;
}
.vcs-answer-q {
  font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: #7ab2f0; margin-bottom: 6px;
}
.vcs-answer-a { font-size: 14.5px; color: #fff; line-height: 1.6; font-weight: 600; }
.vcs-answer-a em { color: #ffd750; font-style: normal; }

.vcs-hero-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.vcs-tag { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 12px; border-radius: 40px; }
.vcs-tag-a { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #9dc8ef; }
.vcs-tag-b { background: rgba(21,101,216,.5); border: 1px solid rgba(21,101,216,.7); color: #fff; }

.vcs-hero-sub { font-size: 14px; color: rgba(255,255,255,.7); max-width: 580px; line-height: 1.6; }

.vcs-stat-strip { display: grid; grid-template-columns: repeat(4,1fr); background: var(--vcs-blue-lt); border-top: 1px solid var(--vcs-border); }
.vcs-sc { padding: 16px 20px; text-align: center; border-right: 1px solid var(--vcs-border); transition: background .15s; }
.vcs-sc:last-child { border-right: none; }
.vcs-sc:hover { background: #d4e6fb; }
.vcs-sc-n { font-size: 26px; font-weight: 800; color: var(--vcs-blue); line-height: 1; margin-bottom: 4px; }
.vcs-sc-l { font-size: 11.5px; color: var(--vcs-text2); font-weight: 600; line-height: 1.35; }

.vcs-meta {
  background: var(--vcs-white); border: 1px solid var(--vcs-border); border-radius: var(--vcs-r-lg);
  box-shadow: var(--vcs-sh1); display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; margin-bottom: 20px;
}
.vcs-mi { padding: 16px 22px; border-right: 1px solid var(--vcs-border); border-bottom: 1px solid var(--vcs-border); }
.vcs-mi:nth-child(3n) { border-right: none; }
.vcs-mi:nth-last-child(-n+3) { border-bottom: none; }
.vcs-mi-lbl { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--vcs-blue); margin-bottom: 4px; }
.vcs-mi-val { font-size: 13.5px; font-weight: 700; color: var(--vcs-text); line-height: 1.4; }

.vcs-card {
  background: var(--vcs-white); border: 1px solid var(--vcs-border); border-radius: var(--vcs-r-lg);
  box-shadow: var(--vcs-sh1); overflow: hidden; margin-bottom: 20px;
}
.vcs-card-head {
  background: var(--vcs-blue-lt); border-bottom: 1px solid var(--vcs-border);
  padding: 12px 24px; display: flex; align-items: center; gap: 10px;
}
.vcs-ch-ico {
  width: 30px; height: 30px; background: var(--vcs-blue); border-radius: 6px;
  display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0;
}
.vcs-ch-title { font-size: 13px; font-weight: 800; color: var(--vcs-navy); text-transform: uppercase; letter-spacing: .07em; }
.vcs-ch-blurb { margin-left: auto; font-size: 11.5px; color: var(--vcs-text3); font-style: italic; max-width: 320px; text-align: right; line-height: 1.4; }
.vcs-card-body { padding: 22px 24px; }

.vcs-il { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.vcs-il li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--vcs-text2); line-height: 1.6; }
.vcs-il-ico { flex-shrink: 0; width: 28px; height: 28px; background: var(--vcs-blue-lt); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 14px; margin-top: 2px; }
.vcs-il li strong { color: var(--vcs-text); font-weight: 700; }

.vcs-speakers-box { margin-top: 18px; padding: 12px 16px; background: var(--vcs-blue-xlt); border-radius: var(--vcs-r); border: 1px solid var(--vcs-border); }
.vcs-speakers-box .vcs-lbl { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--vcs-blue); margin-bottom: 6px; }
.vcs-speakers-box p { font-size: 13.5px; color: var(--vcs-text2); margin-bottom: 3px; }
.vcs-speakers-box p:last-child { margin-bottom: 0; }

.vcs-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.vcs-split .vcs-card { margin-bottom: 0; }

.vcs-steps { list-style: none; }
.vcs-step { display: grid; grid-template-columns: 44px 1fr; border-bottom: 1px solid var(--vcs-blue-lt); }
.vcs-step:last-child { border-bottom: none; }
.vcs-sn { background: var(--vcs-blue); color: #fff; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; min-height: 70px; }
.vcs-sc2 { padding: 13px 16px; }
.vcs-sc2 h4 { font-size: 13.5px; font-weight: 700; color: var(--vcs-navy); margin-bottom: 3px; }
.vcs-sc2 p { font-size: 13px; color: var(--vcs-text2); line-height: 1.5; }

.vcs-delivery {
  background: var(--vcs-white); border: 1px solid var(--vcs-border); border-radius: var(--vcs-r-lg);
  box-shadow: var(--vcs-sh1); padding: 18px 24px; display: flex; align-items: center; gap: 16px; margin-bottom: 20px;
}
.vcs-delivery-ico { width: 44px; height: 44px; background: var(--vcs-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.vcs-delivery-txt strong { display: block; font-size: 14px; font-weight: 800; color: var(--vcs-navy); margin-bottom: 2px; }
.vcs-delivery-txt span { font-size: 13.5px; color: var(--vcs-text2); }
.vcs-delivery-badge { margin-left: auto; background: var(--vcs-green-bg); border: 1px solid #a8e0c0; color: var(--vcs-green); font-size: 12px; font-weight: 800; padding: 5px 14px; border-radius: 40px; white-space: nowrap; }

.vcs-results {
  background: linear-gradient(115deg,#07152e 0%,var(--vcs-navy) 55%,#1a4090 100%);
  border-radius: var(--vcs-r-lg); overflow: hidden; margin-bottom: 20px; box-shadow: var(--vcs-sh3);
  border: 1px solid rgba(255,255,255,.05);
}
.vcs-rh {
  padding: 20px 30px; border-bottom: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; gap: 10px;
}
.vcs-rh-ico { width: 34px; height: 34px; background: rgba(255,255,255,.12); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.vcs-rh-title { font-size: 13px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .1em; }
.vcs-rh-note { margin-left: auto; font-size: 12px; color: rgba(255,255,255,.6); font-style: italic; max-width: 360px; text-align: right; line-height: 1.4; }
.vcs-rb { padding: 24px 30px; }

.vcs-rstats { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: rgba(255,255,255,.06); border-radius: var(--vcs-r); overflow: hidden; margin-bottom: 20px; }
.vcs-rs { padding: 20px 14px; text-align: center; transition: background .15s; }
.vcs-rs:hover { background: rgba(255,255,255,.1); }
.vcs-rs-n { font-size: 36px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 7px; }
.vcs-rs-l { font-size: 12px; color: rgba(255,255,255,.6); line-height: 1.4; }

.vcs-rdetail { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.vcs-rd { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: var(--vcs-r); padding: 16px; }
.vcs-rd-ico { font-size: 20px; margin-bottom: 7px; }
.vcs-rd-t { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.vcs-rd-p { font-size: 12.5px; color: rgba(255,255,255,.62); line-height: 1.55; }

/* FAQ Section */
.vfaq-section {
  background: #f5f9ff;
  padding: 70px 0;
  margin-bottom: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #0a2540;
  line-height: 1.6;
}

.vfaq-container { max-width: 1040px; margin: 0 auto; padding: 0 24px; }

.vfaq-h2 {
  font-size: 32px; font-weight: 800; color: #0a2540; text-align: center;
  letter-spacing: -.3px; margin: 0 0 8px;
}
.vfaq-sub { font-size: 16px; color: #6c757d; text-align: center; margin: 0 0 32px; }

.vfaq-item {
  background: #fff; border: 1px solid #e9ecef; border-radius: 10px;
  padding: 18px 22px; margin-bottom: 10px;
}
.vfaq-item summary {
  font-weight: 600; color: #0a2540; font-size: 16px; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.vfaq-item summary::-webkit-details-marker { display: none; }
.vfaq-item summary::after { content: '+'; color: #0066cc; font-size: 24px; font-weight: 400; line-height: 1; flex: 0 0 auto; }
.vfaq-item[open] summary::after { content: '\2212'; }
.vfaq-item summary:focus-visible { outline: 2px solid #0066cc; outline-offset: 3px; border-radius: 4px; }
.vfaq-item p { font-size: 15px; color: #495057; line-height: 1.6; margin: 12px 0 0; }
.vfaq-item p a { color: #0066cc; font-weight: 600; }

/* Related Services Section */
.vrls-section {
  background: #fff;
  padding: 70px 0;
  margin-bottom: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #0a2540;
  line-height: 1.6;
}

.vrls-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.vrls-h2 {
  font-size: 32px; font-weight: 800; color: #0a2540; text-align: center;
  letter-spacing: -.3px; margin: 0 0 8px;
}
.vrls-sub { font-size: 16px; color: #6c757d; text-align: center; margin: 0 0 32px; }

.vrls-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.vrls-card {
  background: #fff; border: 1px solid #e9ecef; border-radius: 12px; padding: 24px;
  text-align: center; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.vrls-card:hover {
  transform: translateY(-2px); border-color: #0066cc;
  box-shadow: 0 6px 20px rgba(10,37,64,.08);
}
.vrls-card a {
  display: block; color: #0066cc !important; font-size: 16px; font-weight: 700;
  text-decoration: none; margin-bottom: 10px;
}
.vrls-card p { font-size: 13px; color: #6c757d; line-height: 1.55; margin: 0; }

/* ================================================================
   RESPONSIVE BREAKPOINTS WITH STATS SECTION MOBILE FIXES
   ================================================================ */

/* TABLET LARGE: 1024px and down */
@media (max-width: 1024px) {
  .vsub-h1 { font-size: 42px; }
  .vsub-stats { grid-template-columns: repeat(3, 1fr); }
  .vff-grid { grid-template-columns: repeat(3, 1fr); }
  .process-section .process-title { font-size: 33px; }
  .process-section .process-steps { grid-template-columns: repeat(2, 1fr); gap: 56px 24px; }
  .process-section .process-step:not(:last-child)::after { display: none; }
  .vcs-meta { grid-template-columns: 1fr 1fr; }
  .vcs-mi:nth-child(2n) { border-right: none; }
  .vcs-mi:nth-last-child(-n+2) { border-bottom: none; }
  .vcs-split { grid-template-columns: 1fr; gap: 0; }
  .vcs-split .vcs-card:first-child { border-radius: var(--vcs-r-lg) var(--vcs-r-lg) 0 0; border-bottom: none; }
  .vcs-split .vcs-card:last-child { border-radius: 0 0 var(--vcs-r-lg) var(--vcs-r-lg); }
  .vcs-rstats { grid-template-columns: repeat(2, 1fr); }
  .vcs-rdetail { grid-template-columns: 1fr; }
  .vcs-testi-top { grid-template-columns: 1fr; gap: 8px; padding: 18px 20px; }
  .vcs-delivery { flex-wrap: wrap; }
  .vcs-delivery-badge { margin-left: 0; }
  .vcs-rb { padding: 20px; }
  .vcs-section { margin-bottom: 56px; }
  .vrls-grid { grid-template-columns: repeat(2, 1fr); }
  section.seo_content_img_sec { margin-bottom: 0; }
}

@media (max-width: 960px) {
  .vsub-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .vsub-glance { max-width: 520px; }
}

/* TABLET MEDIUM: 900px and down = 2 COLUMN STATS */
@media (max-width: 900px) {
  .vrls-grid { grid-template-columns: repeat(2, 1fr); }
  .vsub-stats { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 16px;
  }
  .vsub-stat { 
    padding: 22px 16px 20px; 
  }
  .vsub-stat-num { 
    font-size: 28px; 
  }
  .vsub-stat-text { 
    font-size: 12.5px; 
    margin: 10px 0 12px; 
  }
}

/* MOBILE LANDSCAPE: 760px and down */
@media (max-width: 760px) {
  .vsub-section { padding: 52px 0; margin-bottom: 0; }
  .vsub-hero { padding: 36px 0 64px; }
  .vsub-h1 { font-size: 34px; }
  .vsub-h2 { font-size: 25px; }
  .vsub-stats { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 14px;
  }
  .vsub-stat { 
    padding: 20px 14px 18px; 
  }
  .vsub-stat-num { 
    font-size: 26px; 
  }
  .vsub-stat-text { 
    font-size: 12px; 
    margin: 8px 0 10px; 
    line-height: 1.4;
  }
  .vsub-stat-src { 
    font-size: 10px; 
  }
  
  .vff-section { padding: 52px 0; margin-bottom: 0; }
  .vff-h2 { font-size: 25px; }
  .vff-grid { grid-template-columns: repeat(2, 1fr); }
  .process-section { padding: 52px 0; margin-bottom: 0; }
  .process-section .process-title { font-size: 27px; }
  .process-section .process-subtitle { font-size: 15.5px; margin-bottom: 48px; }
  .process-section .process-steps { grid-template-columns: 1fr; gap: 48px; }
  .process-section .btn-primary { width: 100%; }

  /* Responsive section spacing for tablet */
  .seo_content_img_sec + .seo_content_img_sec,
  .seo_content_img_sec + section,
  .seo_content_img_sec + .process-section,
  .seo_content_img_sec + .vsub-section,
  .process-section + section,
  .vsub-section + section,
  .vff-section + section,
  .human_second_desg + section,
  .vfaq-section + section {
    margin-top: 48px;
  }

  .vsub-table-wrap { border: 0; box-shadow: none; background: transparent; overflow: visible; }
  .vsub-table { font-size: 14.5px; }
  .vsub-table thead { display: none; }
  .vsub-table, .vsub-table tbody, .vsub-table tr, .vsub-table td { display: block; width: 100%; }
  .vsub-table tbody tr { background: #fff; border: 1px solid var(--vsub-line); border-radius: 14px; margin-bottom: 16px; box-shadow: var(--vsub-shadow); overflow: hidden; }
  .vsub-table tbody tr:nth-child(even) td { background: transparent; }
  .vsub-table tbody td { padding: 13px 18px; border-top: 0; border-bottom: 1px solid var(--vsub-line-2); }
  .vsub-table tbody td:last-child { border-bottom: 0; }
  .vsub-table tbody td::before {
    content: attr(data-label); display: block; font-size: 10.5px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; color: var(--vsub-muted); margin-bottom: 3px;
  }

  .vcs-ch-blurb, .vcs-rh-note { display: none; }
  .vcs-rstats { grid-template-columns: 1fr 1fr; }
  .vcs-feat-quote { padding: 22px 20px 18px; }
  .vcs-fq-inner { grid-template-columns: 1fr; }
  .vcs-testi-top { grid-template-columns: 1fr; }
  .vcs-rb { padding: 20px; }
  .vcs-section { margin-bottom: 48px; }

  .vfaq-section, .vrls-section { padding: 52px 0; margin-bottom: 0; }
  .vfaq-h2, .vrls-h2 { font-size: 25px; }
  .vfaq-sub, .vrls-sub { font-size: 15px; }
}

/* MOBILE PORTRAIT: 560px and down */
@media (max-width: 560px) {
  .vsub-container, .vff-container { padding: 0 16px; }
  .vsub-section, .vff-section, .process-section, .vcs-section, .vfaq-section, .vrls-section { margin-bottom: 0; }
  .vsub-breadcrumb { margin-bottom: 18px; }
  .vsub-h1 { font-size: 29px; }
  .vsub-glance-grid { gap: 22px 18px; }
  .vsub-stat-num { font-size: 30px; }
  .vsub-glance-num { font-size: 27px; }
  .vsub-cta-row .vsub-btn { flex: 1 1 auto; }
  .vsub-pricing-notes .vsub-pn-list { columns: 1; }
  .vsub-stats { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 12px;
  }
  .vsub-stat { 
    padding: 18px 12px 16px; 
  }
  .vsub-stat-num { 
    font-size: 24px; 
    margin-bottom: 6px;
  }
  .vsub-stat-text { 
    font-size: 11px; 
    margin: 6px 0 8px; 
    line-height: 1.35;
  }
  .vsub-stat-src { 
    font-size: 9px; 
    line-height: 1.3;
  }
  
  .vcs-stat-strip { grid-template-columns: repeat(2,1fr); }
  .vcs-meta { grid-template-columns: 1fr; }
  .vcs-mi { border-right: none !important; border-bottom: 1px solid var(--vcs-border) !important; }
  .vcs-mi:last-child { border-bottom: none !important; }
  .vcs-section { margin-bottom: 40px; }
  .vrls-grid { grid-template-columns: 1fr; }

  /* Responsive section spacing for mobile */
  .seo_content_img_sec + .seo_content_img_sec,
  .seo_content_img_sec + section,
  .seo_content_img_sec + .process-section,
  .seo_content_img_sec + .vsub-section,
  .process-section + section,
  .vsub-section + section,
  .vff-section + section,
  .human_second_desg + section,
  .vfaq-section + section {
    margin-top: 36px;
  }
}

/* MOBILE EXTRA SMALL: 460px and down */
@media (max-width: 460px) {
  .vsub-container, .vff-container, .vcs-wrap { padding: 0 16px; }
  .vcs-section { margin-bottom: 32px; }
  .vsub-stats { 
    gap: 10px;
  }
  .vsub-stat { 
    padding: 16px 10px 14px; 
  }
  .vsub-stat-num { 
    font-size: 22px; 
  }
  .vsub-stat-text { 
    font-size: 10.5px; 
  }

  /* Responsive section spacing for small mobile */
  .seo_content_img_sec + .seo_content_img_sec,
  .seo_content_img_sec + section,
  .seo_content_img_sec + .process-section,
  .seo_content_img_sec + .vsub-section,
  .process-section + section,
  .vsub-section + section,
  .vff-section + section,
  .human_second_desg + section,
  .vfaq-section + section {
    margin-top: 28px;
  }
}
