/* ==========================================================================
   VQC Service Pages — shared styles for the vqc_service post type
   Extends vqc-global.css. Scoped under .vqc__svc.
   ========================================================================== */

/* ─────────────── HERO (centered, blog-style) ─────────────── */
.vqc__page .vqc__svc-hero-center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: clamp(30px, 5vw, 60px) 0 !important;
}

.vqc__svc .vqc__hero-headline {
  font-size: clamp(40px, 6.5vw, 78px) !important;
  max-width: 900px !important;
}

.vqc__page .vqc__svc-hero-loc {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 22px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.vqc__page .vqc__svc-loc-ico {
  display: inline-flex !important;
  width: 16px !important;
  height: 16px !important;
  color: var(--vqc-cyan) !important;
  flex: none !important;
}
.vqc__page .vqc__svc-loc-ico svg { width: 16px !important; height: 16px !important; }

/* ─────────────── PROSE ─────────────── */
.vqc__page .vqc__svc-prose {
  max-width: 820px !important;
  margin: 0 auto !important;
}

.vqc__page .vqc__svc-prose p {
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: var(--vqc-text) !important;
  margin: 0 0 20px !important;
}
.vqc__page .vqc__svc-prose p:last-child { margin-bottom: 0 !important; }

/* Links — every property locked with !important so Elementor/theme
   global link typography can never resize or restyle them */
.vqc__page .vqc__svc-prose a,
.vqc__page .vqc__svc-prose p a,
.vqc__page .vqc__svc-card-text a,
.vqc__page .vqc__svc-faq .vqc__faq-answer a {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: none !important;
  text-decoration: none !important;
  background: none !important;
  box-shadow: none !important;
  color: var(--vqc-cyan) !important;
  border-bottom: 2px solid var(--vqc-cyan-mid) !important;
  transition: border-color 0.2s, color 0.2s !important;
}
.vqc__page .vqc__svc-prose a:hover,
.vqc__page .vqc__svc-card-text a:hover,
.vqc__page .vqc__svc-faq .vqc__faq-answer a:hover {
  color: var(--vqc-cyan-dark) !important;
  border-bottom-color: var(--vqc-cyan) !important;
}

.vqc__page .vqc__svc-prose strong { color: var(--vqc-navy) !important; font-weight: 800 !important; }

.vqc__page .vqc__svc-lead p:first-child {
  font-size: 19px !important;
  color: var(--vqc-navy) !important;
  font-weight: 500 !important;
}

.vqc__page .vqc__svc-subhead {
  font-family: var(--vqc-font-body) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: var(--vqc-navy) !important;
  margin: 28px 0 14px !important;
  line-height: 1.35 !important;
}

/* heading block sits above prose/cards */
.vqc__svc .vqc__heading-block { margin-bottom: clamp(28px, 4vw, 44px) !important; }

/* ─────────────── CARD GRID (H3 sub-blocks) ─────────────── */
.vqc__page .vqc__svc-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 22px !important;
  margin-top: 36px !important;
  align-items: stretch !important;
}

.vqc__page .vqc__svc-card {
  display: flex !important;
  flex-direction: column !important;
  padding: 32px !important;
  background: var(--vqc-card-bg) !important;
  border: 1px solid var(--vqc-border) !important;
  border-radius: var(--vqc-radius) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  transition: transform 0.35s var(--vqc-ease), box-shadow 0.35s var(--vqc-ease), border-color 0.35s !important;
}

.vqc__page .vqc__svc-card:hover {
  transform: translateY(-5px) !important;
  border-color: var(--vqc-cyan) !important;
  box-shadow: 0 16px 40px rgba(21, 166, 224, 0.14) !important;
}

.vqc__page .vqc__svc-card-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 16px !important;
}

.vqc__page .vqc__svc-card-num {
  font-family: var(--vqc-font-display) !important;
  font-size: 44px !important;
  line-height: 1 !important;
  color: var(--vqc-cyan-pale) !important;
  -webkit-text-stroke: 1.5px var(--vqc-cyan-mid) !important;
  letter-spacing: 2px !important;
}

.vqc__page .vqc__svc-card-title {
  font-family: var(--vqc-font-body) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: var(--vqc-navy) !important;
  line-height: 1.35 !important;
  margin-bottom: 12px !important;
}

.vqc__page .vqc__svc-card-text p {
  font-size: 15.5px !important;
  line-height: 1.72 !important;
  color: var(--vqc-text) !important;
  margin: 0 0 14px !important;
}
.vqc__page .vqc__svc-card-text p:last-child { margin-bottom: 0 !important; }

.vqc__page .vqc__svc-card-text a {
  color: var(--vqc-cyan) !important;
  font-weight: 700 !important;
}

/* ─────────────── IMAGES ─────────────── */
.vqc__page .vqc__svc-prose img,
.vqc__page .vqc__svc-imgrow img {
  width: 100% !important;
  height: auto !important;
  border-radius: var(--vqc-radius) !important;
  box-shadow: 0 12px 32px rgba(13, 27, 62, 0.12) !important;
  border: 1px solid var(--vqc-border) !important;
  display: block !important;
  margin: 28px 0 !important;
}

.vqc__page .vqc__svc-imgrow {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 22px !important;
  margin: 32px 0 8px !important;
  align-items: stretch !important;
}

.vqc__page .vqc__svc-imgrow img {
  margin: 0 !important;
  height: 100% !important;
  object-fit: cover !important;
  aspect-ratio: 4 / 3 !important;
}

@media (max-width: 640px) {
  .vqc__page .vqc__svc-imgrow { grid-template-columns: 1fr !important; }
}

/* ─────────────── CHECKLIST ─────────────── */
.vqc__page .vqc__svc-checklist { margin: 4px 0 20px !important; display: grid !important; gap: 12px !important; }
.vqc__page .vqc__svc-checklist li { font-size: 16px !important; }

/* ─────────────── FAQ ─────────────── */
.vqc__page .vqc__svc-faq { max-width: 860px !important; margin: 0 auto !important; }

.vqc__page .vqc__svc-faq .vqc__faq-answer p {
  font-size: 15.5px !important;
  line-height: 1.72 !important;
  color: var(--vqc-text) !important;
  margin: 0 0 12px !important;
}
.vqc__page .vqc__svc-faq .vqc__faq-answer p:last-child { margin-bottom: 0 !important; }

/* ─────────────── CTA STRIP extras ─────────────── */
.vqc__page .vqc__svc-cta-loc {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 14px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

/* ─────────────── RESPONSIVE ─────────────── */
@media (max-width: 640px) {
  .vqc__page .vqc__svc-card { padding: 24px !important; }
  .vqc__page .vqc__svc-prose p { font-size: 16px !important; }
  .vqc__svc .vqc__hero-headline { font-size: clamp(34px, 9vw, 44px) !important; }
}
