/* ============================================================
   Services Page � Weblinx Solutions (Clean Single Source)
   ============================================================ */
body.services-page-body { overflow-x: hidden; margin: 0 auto; font-family: 'Montserrat', sans-serif; max-width: 1920px; }
.services-page-main { position: relative; z-index: 1; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

@keyframes fadeInUp   { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInDown { from { opacity:0; transform:translateY(-28px); } to { opacity:1; transform:translateY(0); } }
@keyframes orbDrift   { 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(22px,-18px) scale(1.05); } }
@keyframes badgePop   { from { opacity:0; transform:scale(0.6) translateY(8px); } to { opacity:1; transform:scale(1) translateY(0); } }
@keyframes shimmer    { 0%,100%{ filter:brightness(1); } 50%{ filter:brightness(1.35); } }
@keyframes pulse      { 0%,100%{ opacity:1; transform:scale(1); } 50%{ opacity:0.5; transform:scale(1.5); } }

/* ============================================================
   HERO
   ============================================================ */
.services-professional-hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin-top: -50px;
}
.hero-bg-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(12, 51, 101,0.065) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none; z-index: 0;
}
.hero-orb {
  position: absolute; border-radius: 50%;
  pointer-events: none; z-index: 0; filter: blur(90px);
}
.hero-orb--a {
  width: 560px; height: 560px; top: -160px; right: -120px;
  background: radial-gradient(circle, rgba(157,76,243,0.12) 0%, transparent 70%);
  animation: orbDrift 12s ease-in-out infinite;
}
.hero-orb--b {
  width: 420px; height: 420px; bottom: -100px; left: -80px;
  background: radial-gradient(circle, rgba(12, 51, 101,0.09) 0%, transparent 70%);
  animation: orbDrift 16s ease-in-out infinite reverse;
}
.services-professional-hero .container { position: relative; z-index: 1; }

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.hero-left { display: flex; flex-direction: column; align-items: flex-start; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: #0C3365; border: 1.5px solid rgba(12, 51, 101,0.22); background: rgba(12, 51, 101,0.05);
  padding: 7px 18px; border-radius: 50px; margin-bottom: 24px;
  animation: fadeInDown 0.6s ease-out both;
}
.hero-eyebrow__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #0C3365; animation: pulse 2s ease-in-out infinite;
}
.services-hero-main-title {
  font-size: clamp(2.2rem, 4.2vw, 3.5rem); font-weight: 900; color: #0f172a;
  line-height: 1.08; letter-spacing: -0.035em; margin: 0 0 22px;
  animation: fadeInUp 0.7s ease-out 0.15s both;
}
.services-hero-highlight {
  background: #0C3365;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; animation: shimmer 3.5s ease-in-out infinite;
}
.services-hero-description {
  font-size: 1.05rem; color: #475569; line-height: 1.78;
  margin: 0 0 28px; max-width: 480px;
  animation: fadeInUp 0.7s ease-out 0.25s both;
}
.hero-trust-row {
  display: flex; align-items: center; gap: 12px; margin-bottom: 32px;
  animation: fadeInUp 0.7s ease-out 0.35s both;
}
.hero-trust-avatars { display: flex; }
.hero-trust-avatars img {
  width: 34px; height: 34px; border-radius: 50%; object-fit: cover;
  border: 2.5px solid #fff; margin-left: -9px; box-shadow: 0 2px 8px rgba(0,0,0,0.13);
}
.hero-trust-avatars img:first-child { margin-left: 0; }
.hero-trust-row > span { font-size: 0.83rem; color: #64748b; font-weight: 500; }
.hero-trust-row > span strong { color: #0f172a; font-weight: 700; }
.services-hero-buttons {
  display: flex; gap: 14px; flex-wrap: wrap;
  animation: fadeInUp 0.7s ease-out 0.45s both;
}
.btn-hero-primary, .btn-hero-secondary {
  padding: 14px 30px; border-radius: 12px; font-weight: 700; font-size: 0.95rem;
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  border: 2px solid transparent; transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  position: relative; overflow: hidden; cursor: pointer;
}
.btn-hero-primary {
  background: #0C3365; color: #fff;
  box-shadow: 0 8px 28px rgba(12, 51, 101,0.3);
}
.btn-hero-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(12, 51, 101,0.45); color: #fff; }
.btn-hero-primary span, .btn-hero-primary i { position: relative; z-index: 1; }
.btn-hero-secondary { background: transparent; color: #0C3365; border-color: rgba(12, 51, 101,0.3); }
.btn-hero-secondary:hover {
  background: rgba(12, 51, 101,0.05); border-color: #0C3365;
  transform: translateY(-3px); color: #0C3365; box-shadow: 0 8px 28px rgba(12, 51, 101,0.15);
}

/* RIGHT */
.hero-right { display: flex; flex-direction: column; gap: 14px; }
.hero-img-wrap {
  position: relative; border-radius: 22px; overflow: hidden; height: 310px;
  box-shadow: 0 24px 64px rgba(12, 51, 101,0.18);
  animation: fadeInUp 0.7s ease-out 0.2s both;
  background: #e8edf8;
}
.hero-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease, opacity 0.4s ease;
  opacity: 0;
}
.hero-img-wrap img.loaded { opacity: 1; }
.hero-img-wrap:hover img { transform: scale(1.04); }
.hero-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(12, 51, 101,0.38) 100%);
  pointer-events: none;
}
.hero-img-skeleton {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, #e8edf8 25%, #d0d9f0 50%, #e8edf8 75%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.4s ease-in-out infinite;
}
@keyframes skeletonShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* floating badges */
.hero-float-badge {
  position: absolute;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: 700;
  background: rgba(255,255,255,0.95); color: #0C3365;
  box-shadow: 0 4px 18px rgba(12, 51, 101,0.18);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.6);
  white-space: nowrap; z-index: 2;
}
.hero-float-badge--tl {
  top: 16px; left: 16px;
  animation: badgePop 0.5s cubic-bezier(0.34,1.56,0.64,1) 0.7s both;
}
.hero-float-badge--br {
  bottom: 16px; right: 16px;
  animation: badgePop 0.5s cubic-bezier(0.34,1.56,0.64,1) 0.9s both;
}
.hero-float-badge i { color: #22c55e; font-size: 1rem; }
.hero-float-badge--br i { color: #f59e0b; }
.hero-stat-tiles {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  animation: fadeInUp 0.7s ease-out 0.35s both;
}
.hero-stat-tile {
  border: 1.5px solid rgba(12, 51, 101,0.1); border-radius: 16px;
  padding: 18px 20px; display: flex; flex-direction: column; gap: 3px;
  transition: all 0.3s ease; background: #fff;
}
.hero-stat-tile:hover { border-color: rgba(12, 51, 101,0.28); box-shadow: 0 8px 24px rgba(12, 51, 101,0.09); transform: translateY(-3px); }
.hero-stat-tile i { font-size: 1.1rem; color: #0C3365; margin-bottom: 4px; }
.hero-stat-tile strong { font-size: 1.55rem; font-weight: 900; color: #0C3365; line-height: 1; }
.hero-stat-tile span { font-size: 0.73rem; color: #94a3b8; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.hero-stat-tile--accent { background: #0C3365; border-color: transparent; }
.hero-stat-tile--accent i { color: rgba(255,255,255,0.75); }
.hero-stat-tile--accent strong { color: #fff; }
.hero-stat-tile--accent span { color: rgba(255,255,255,0.7); }
.hero-stat-tile--accent:hover { box-shadow: 0 10px 28px rgba(12, 51, 101,0.38); }

/* ============================================================
   STATS SECTION
   ============================================================ */
.services-stats-section { padding: 70px 0; position: relative; z-index: 10; }
.services-stat-card {
  background: #fff; padding: 36px 28px; border-radius: 20px; text-align: center;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1); border: 1.5px solid rgba(12, 51, 101,0.1);
  height: 100%; position: relative; overflow: hidden;
}
.services-stat-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: #0C3365;
  transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease;
}
.services-stat-card:hover { transform: translateY(-8px); border-color: rgba(12, 51, 101,0.25); box-shadow: 0 16px 48px rgba(12, 51, 101,0.12); }
.services-stat-card:hover::after { transform: scaleX(1); }
.services-stat-icon {
  width: 72px; height: 72px; background: #0C3365;
  border-radius: 18px; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; transition: all 0.35s ease;
}
.services-stat-card:hover .services-stat-icon { transform: scale(1.1) rotate(-5deg); }
.services-stat-icon i { font-size: 2rem; color: #fff; }
.services-stat-number { font-size: 2.4rem; font-weight: 900; color: #0C3365; display: block; margin-bottom: 8px; letter-spacing: -0.03em; }
.services-stat-label { font-size: 0.95rem; color: #64748b; font-weight: 600; }

/* ============================================================
   SHARED SECTION STYLES
   ============================================================ */
.section-badge {
  display: inline-block; padding: 7px 20px;
  background: rgba(12, 51, 101,0.07); color: #0C3365; border-radius: 50px;
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 14px; border: 1.5px solid rgba(12, 51, 101,0.18);
}
.section-title-main { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900; color: #0f172a; margin-bottom: 14px; letter-spacing: -0.03em; }
.section-subtitle { font-size: 1.05rem; color: #64748b; margin-bottom: 50px; }

/* ============================================================
   SERVICES GRID � collapse cards (2 independent columns)
   ============================================================ */
.services-grid-section { padding: 80px 0; position: relative; }

/* outer wrapper: two side-by-side columns */
.svc-collapse-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;   /* key: each column only as tall as its own content */
}

/* each column stacks its cards vertically */
.svc-col-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.svc-col-card {
  border: 1.5px solid rgba(12, 51, 101,0.1); border-radius: 20px;
  overflow: hidden; transition: border-color 0.3s ease, box-shadow 0.3s ease; background: #fff;
}
.svc-col-card:hover { border-color: rgba(12, 51, 101,0.25); box-shadow: 0 8px 32px rgba(12, 51, 101,0.08); }
.svc-col-card.open { border-color: rgba(12, 51, 101,0.35); box-shadow: 0 12px 40px rgba(12, 51, 101,0.12); }

.svc-col-header {
  width: 100%; background: none; border: none; padding: 22px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; cursor: pointer; text-align: left; transition: background 0.2s ease;
}
.svc-col-header:hover { background: rgba(12, 51, 101,0.03); }
.svc-col-card.open .svc-col-header { background: rgba(12, 51, 101,0.04); }

.svc-col-header__left { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 0; }
.svc-col-icon {
  width: 52px; height: 52px; border-radius: 14px; background: rgba(12, 51, 101,0.07);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s ease;
}
.svc-col-icon i { font-size: 1.5rem; color: #0C3365; transition: color 0.3s ease; }
.svc-col-card.open .svc-col-icon { background: #0C3365; }
.svc-col-card.open .svc-col-icon i { color: #fff; }

.svc-col-header__left > div:last-child { min-width: 0; }
.svc-col-tag {
  display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: #0C3365; background: rgba(12, 51, 101,0.08);
  padding: 3px 10px; border-radius: 50px; margin-bottom: 5px;
}
.svc-col-header h3 {
  font-size: 1rem; font-weight: 700; color: #1f2937; margin: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color 0.3s ease;
}
.svc-col-card.open .svc-col-header h3 { color: #0C3365; }

.svc-col-toggle {
  width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid rgba(12, 51, 101,0.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}
.svc-col-toggle i { font-size: 0.9rem; color: #0C3365; transition: transform 0.35s ease; }
.svc-col-card.open .svc-col-toggle { background: #0C3365; border-color: transparent; }
.svc-col-card.open .svc-col-toggle i { color: #fff; transform: rotate(45deg); }

.svc-col-body { max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1); }
.svc-col-card.open .svc-col-body { max-height: 500px; }

.svc-col-body__inner { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 0 24px 24px; }
.svc-col-img { border-radius: 12px; overflow: hidden; height: 140px; position: relative; background: #e8edf8; }
.svc-col-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.svc-col-img img.loaded { opacity: 1; }
.img-skeleton {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, #e8edf8 25%, #d0d9f0 50%, #e8edf8 75%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.4s ease-in-out infinite;
  border-radius: 12px;
}

.svc-col-details p { font-size: 0.88rem; color: #475569; line-height: 1.7; margin: 0 0 12px; }
.svc-col-details ul { list-style: none; padding: 0; margin: 0 0 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; }
.svc-col-details ul li { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; color: #334155; font-weight: 500; }
.svc-col-details ul li i { color: #0C3365; font-size: 0.95rem; flex-shrink: 0; }
.svc-col-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 700; color: #0C3365; text-decoration: none; transition: gap 0.2s ease; }
.svc-col-cta:hover { gap: 10px; color: #9d4cf3; }

/* ============================================================
   HOW IT WORKS � 2-column grid
   ============================================================ */
.services-process-section { padding: 100px 0; position: relative; }
.hiw-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1000px; margin: 0 auto; }

.hiw-step {
  position: relative; border: 1.5px solid rgba(12, 51, 101,0.1);
  border-radius: 20px; padding: 32px 28px 28px; background: #fff;
  transition: all 0.35s ease; overflow: hidden;
}
.hiw-step::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: #0C3365;
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.hiw-step:hover { border-color: rgba(12, 51, 101,0.25); box-shadow: 0 12px 40px rgba(12, 51, 101,0.1); transform: translateY(-4px); }
.hiw-step:hover::before { transform: scaleX(1); }
.hiw-step__line { display: none; }
.hiw-step__line--last { display: none; }
.hiw-step__num {
  position: absolute; top: 20px; right: 24px;
  font-size: 3rem; font-weight: 900; color: rgba(12, 51, 101,0.06);
  line-height: 1; letter-spacing: -0.04em; pointer-events: none; user-select: none;
}
.hiw-step__icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: #0C3365;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; box-shadow: 0 6px 20px rgba(12, 51, 101,0.25); transition: transform 0.3s ease;
}
.hiw-step:hover .hiw-step__icon { transform: scale(1.08) rotate(-4deg); }
.hiw-step__icon i { font-size: 1.4rem; color: #fff; }
.hiw-step__body h3 { font-size: 1.1rem; font-weight: 700; color: #1f2937; margin: 0 0 10px; }
.hiw-step__body p { font-size: 0.9rem; color: #64748b; line-height: 1.7; margin: 0 0 16px; }
.hiw-step__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.hiw-step__tags span {
  font-size: 0.72rem; font-weight: 700; color: #0C3365;
  background: rgba(12, 51, 101,0.07); padding: 4px 10px; border-radius: 50px; letter-spacing: 0.03em;
}

/* ============================================================
   INDUSTRIES
   ============================================================ */
.services-industries-section { padding: 100px 0; position: relative; }
.industry-card {
  background: #fff; border: 1.5px solid rgba(12, 51, 101,0.1); border-radius: 22px;
  padding: 38px 28px; text-align: center; transition: all 0.35s ease;
  height: 100%; position: relative; overflow: hidden;
}
.industry-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: #0C3365;
  transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease;
}
.industry-card:hover { transform: translateY(-8px); border-color: rgba(12, 51, 101,0.28); box-shadow: 0 16px 48px rgba(12, 51, 101,0.12); }
.industry-card:hover::after { transform: scaleX(1); }
.industry-icon {
  width: 72px; height: 72px; background: rgba(12, 51, 101,0.07); border-radius: 18px;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; transition: all 0.35s ease;
}
.industry-card:hover .industry-icon { background: #0C3365; transform: scale(1.1) rotate(-5deg); }
.industry-icon i { font-size: 2.2rem; color: #0C3365; transition: color 0.35s ease; }
.industry-card:hover .industry-icon i { color: #fff; }
.industry-title { font-size: 1.2rem; font-weight: 700; color: #0f172a; margin-bottom: 10px; }
.industry-description { font-size: 0.92rem; color: #64748b; line-height: 1.65; }

/* ============================================================
   TESTIMONIALS � redesigned
   ============================================================ */
.services-testimonials-section { padding: 100px 0; position: relative; }

.testi-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.9fr;
  gap: 20px;
  align-items: stretch;
}

.testi-card {
  background: #fff;
  border: 1.5px solid rgba(12, 51, 101,0.1);
  border-radius: 24px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.testi-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #0C3365;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.testi-card:hover {
  border-color: rgba(12, 51, 101,0.25);
  box-shadow: 0 16px 48px rgba(12, 51, 101,0.1);
  transform: translateY(-4px);
}
.testi-card:hover::after { transform: scaleX(1); }

/* featured card */
.testi-card--featured {
  background: #0C3365;
  border-color: transparent;
}
.testi-card--featured::after { display: none; }
.testi-card--featured:hover { box-shadow: 0 20px 56px rgba(12, 51, 101,0.35); }

.testi-card__quote-icon {
  font-size: 2.8rem;
  line-height: 1;
  color: rgba(12, 51, 101,0.12);
}
.testi-card--featured .testi-card__quote-icon { color: rgba(255,255,255,0.2); }

.testi-card__stars { display: flex; gap: 3px; }
.testi-card__stars i { color: #fbbf24; font-size: 0.9rem; }

.testi-card__text {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.78;
  flex: 1;
  margin: 0;
  font-style: italic;
}
.testi-card--featured .testi-card__text { color: rgba(255,255,255,0.92); font-size: 1rem; }

.testi-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(12, 51, 101,0.08);
  flex-wrap: wrap;
}
.testi-card--featured .testi-card__author { border-top-color: rgba(255,255,255,0.15); }

.testi-card__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(12, 51, 101,0.15);
}
.testi-card--featured .testi-card__avatar { border-color: rgba(255,255,255,0.3); }
.testi-card__avatar img { width: 100%; height: 100%; object-fit: cover; }

.testi-card__info { flex: 1; min-width: 0; }
.testi-card__info strong { display: block; font-size: 0.9rem; font-weight: 700; color: #0f172a; }
.testi-card__info span { font-size: 0.78rem; color: #64748b; }
.testi-card--featured .testi-card__info strong { color: #fff; }
.testi-card--featured .testi-card__info span { color: rgba(255,255,255,0.7); }

.testi-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #22c55e;
  background: rgba(34,197,94,0.1);
  padding: 4px 10px;
  border-radius: 50px;
  white-space: nowrap;
}
.testi-card--featured .testi-card__verified {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

/* stat card */
.testi-card--stat {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  border-color: transparent;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.testi-card--stat::after { display: none; }
.testi-card--stat:hover { box-shadow: 0 20px 56px rgba(0,0,0,0.25); }

.testi-stat-number {
  font-size: 4rem;
  font-weight: 900;
  background: #0C3365;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  letter-spacing: -0.04em;
}
.testi-stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.6); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.testi-stat-divider { width: 40px; height: 2px; background: rgba(255,255,255,0.1); border-radius: 2px; margin: 4px auto; }
.testi-stat-row { display: flex; gap: 20px; justify-content: center; }
.testi-stat-row > div { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.testi-stat-row strong { font-size: 1.4rem; font-weight: 900; color: #fff; line-height: 1; }
.testi-stat-row span { font-size: 0.7rem; color: rgba(255,255,255,0.5); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }

/* ============================================================
   FAQ � 2-column
   ============================================================ */
.services-faq-section { padding: 100px 0; position: relative; }
.faq-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 1060px; margin: 0 auto; }
.faq-col { display: flex; flex-direction: column; gap: 12px; }

.faq-item-v2 {
  border: 1.5px solid rgba(12, 51, 101,0.1); border-radius: 16px;
  overflow: hidden; background: #fff; transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.faq-item-v2:hover, .faq-item-v2.open { border-color: rgba(12, 51, 101,0.28); box-shadow: 0 6px 24px rgba(12, 51, 101,0.08); }
.faq-q-v2 {
  width: 100%; background: none; border: none; padding: 18px 20px;
  display: flex; align-items: center; gap: 14px; cursor: pointer; text-align: left; transition: background 0.2s ease;
}
.faq-q-v2:hover { background: rgba(12, 51, 101,0.03); }
.faq-item-v2.open .faq-q-v2 { background: rgba(12, 51, 101,0.04); }
.faq-q-v2__icon {
  width: 36px; height: 36px; border-radius: 10px; background: rgba(12, 51, 101,0.08);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s ease;
}
.faq-q-v2__icon i { font-size: 1rem; color: #0C3365; transition: color 0.3s ease; }
.faq-item-v2.open .faq-q-v2__icon { background: #0C3365; }
.faq-item-v2.open .faq-q-v2__icon i { color: #fff; }
.faq-q-v2 > span { flex: 1; font-size: 0.95rem; font-weight: 600; color: #1f2937; line-height: 1.4; }
.faq-item-v2.open .faq-q-v2 > span { color: #0C3365; }
.faq-q-v2__arrow { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.faq-q-v2__arrow i { font-size: 0.85rem; color: #94a3b8; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), color 0.3s ease; }
.faq-item-v2.open .faq-q-v2__arrow i { transform: rotate(180deg); color: #0C3365; }
.faq-a-v2 { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1); }
.faq-item-v2.open .faq-a-v2 { max-height: 300px; }
.faq-a-v2 p { padding: 0 20px 18px 70px; font-size: 0.88rem; color: #64748b; line-height: 1.75; margin: 0; }

/* ============================================================
   CTA
   ============================================================ */
.services-cta-section { padding: 80px 0 100px; }
.services-cta-content {
  position: relative; z-index: 2; text-align: center; max-width: 820px; margin: 0 auto;
  padding: 80px 48px; background: #0C3365;
  border-radius: 28px; overflow: hidden; box-shadow: 0 24px 64px rgba(12, 51, 101,0.3);
}
.services-cta-content::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 320px; height: 320px; background: rgba(255,255,255,0.07); border-radius: 50%; pointer-events: none;
}
.services-cta-content::after {
  content: ''; position: absolute; bottom: -80px; left: -80px;
  width: 260px; height: 260px; background: rgba(255,255,255,0.05); border-radius: 50%; pointer-events: none;
}
.services-cta-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 900; color: #fff; margin-bottom: 18px; letter-spacing: -0.03em; position: relative; z-index: 1; }
.services-cta-description { font-size: 1.05rem; color: rgba(255,255,255,0.85); margin-bottom: 40px; line-height: 1.7; position: relative; z-index: 1; }
.services-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.btn-cta-primary, .btn-cta-secondary {
  padding: 14px 32px; border-radius: 12px; font-weight: 700; font-size: 1rem;
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  border: 2px solid transparent; transition: all 0.3s ease; cursor: pointer;
}
.btn-cta-primary { background: #fff; color: #0C3365; box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
.btn-cta-primary:hover { background: #f0f4ff; transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.2); color: #0C3365; }
.btn-cta-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.btn-cta-secondary:hover { background: rgba(255,255,255,0.12); border-color: #fff; transform: translateY(-3px); color: #fff; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .services-professional-hero { padding: 90px 0 60px; }
  .hero-split { grid-template-columns: 1fr; gap: 48px; }
  .hero-left { align-items: center; text-align: center; }
  .services-hero-description { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero-trust-row { justify-content: center; }
  .services-hero-buttons { justify-content: center; }
  .hero-right { max-width: 540px; margin: 0 auto; width: 100%; }
  .svc-collapse-grid { grid-template-columns: 1fr; }
  .hiw-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .testi-card--stat { grid-column: span 2; flex-direction: row; justify-content: space-around; align-items: center; padding: 28px 32px; }
  .testi-stat-divider { width: 1px; height: 40px; margin: 0; }
}
@media (max-width: 767px) {
  .services-professional-hero { padding: 70px 0 50px; }
  .services-hero-main-title { font-size: 2rem; letter-spacing: -0.02em; }
  .services-hero-buttons { flex-direction: column; align-items: stretch; }
  .btn-hero-primary, .btn-hero-secondary { justify-content: center; }
  .hero-img-wrap { height: 240px; }
  .hero-stat-tiles { grid-template-columns: 1fr 1fr; }
  .svc-col-body__inner { grid-template-columns: 1fr; }
  .svc-col-img { height: 160px; }
  .svc-col-details ul { grid-template-columns: 1fr; }
  .hiw-step { padding: 24px 20px 20px; }
  .faq-a-v2 p { padding-left: 20px; }
  .services-cta-content { padding: 48px 24px; }
  .services-cta-buttons { flex-direction: column; align-items: stretch; }
  .btn-cta-primary, .btn-cta-secondary { justify-content: center; }
  .testi-grid { grid-template-columns: 1fr; }
  .testi-card--stat { grid-column: span 1; flex-direction: column; }
  .testi-stat-divider { width: 40px; height: 2px; margin: 4px auto; }
}

/* ============================================================
   SERVICES HERO V2 � Card Grid Layout
   ============================================================ */
.svc-hero-v2 {
  padding: 120px 0 60px !important; /* 100px header + 20px breathing */
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Header block */
.svc-hero-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}

.svc-hero-header .hero-eyebrow {
  justify-content: center;
  margin-bottom: 16px;
}

.svc-hero-header .services-hero-main-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 14px;
  line-height: 1.15;
}

.svc-hero-header .services-hero-description {
  font-size: 1rem;
  color: #475569;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* 4-card grid */
.svc-hero-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}

/* Base card */
.svc-hero-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1.5px solid rgba(12, 51, 101, 0.08);
  box-shadow: 0 4px 24px rgba(12, 51, 101, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.svc-hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(12, 51, 101, 0.13);
}

/* Tall card � second one slightly taller */
.svc-hero-card--tall .svc-hero-card-img {
  height: 220px;
}

/* Accent card � dark bg */
.svc-hero-card--accent {
  background: #0C3365;
  border-color: transparent;
}
.svc-hero-card--accent .svc-hero-card-body h3 { color: #fff; }
.svc-hero-card--accent .svc-hero-card-body p  { color: rgba(255,255,255,0.75); }
.svc-hero-card--accent .svc-hero-card-body ul li { color: rgba(255,255,255,0.85); }
.svc-hero-card--accent .svc-hero-card-body ul li i { color: rgba(255,255,255,0.6); }
.svc-hero-card--accent .svc-hero-card-badge {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

/* Image area */
.svc-hero-card-img {
  position: relative;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}

.svc-hero-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.svc-hero-card:hover .svc-hero-card-img img {
  transform: scale(1.06);
}

.svc-hero-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(12, 51, 101,0.45) 100%);
}

/* Icon badge on image */
.svc-hero-card-badge {
  position: absolute;
  bottom: 12px;
  left: 16px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #0C3365;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(12, 51, 101,0.3);
}

/* Body */
.svc-hero-card-body {
  padding: 20px 20px 24px;
  flex: 1;
}

.svc-hero-card-body h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.3;
}

.svc-hero-card-body p {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 14px;
}

.svc-hero-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.svc-hero-card-body ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #334155;
}

.svc-hero-card-body ul li i {
  color: #0C3365;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .svc-hero-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .svc-hero-card--tall .svc-hero-card-img { height: 180px; }
}

@media (max-width: 576px) {
  .svc-hero-v2 { padding: 85px 0 40px !important; }
  .svc-hero-cards {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .svc-hero-card-img { height: 130px; }
  .svc-hero-card--tall .svc-hero-card-img { height: 130px; }
  .svc-hero-card-body { padding: 14px 14px 18px; }
  .svc-hero-card-body h3 { font-size: 0.82rem; }
  .svc-hero-card-body p { display: none; }
}

/* -- Services slider overrides -- */
.svc-hero-v2 .wcu-main-card {
  min-height: 420px;
}
.svc-hero-v2 .wcu-card-left {
  padding: 40px 40px 32px 48px;
}
.svc-hero-v2 .wcu-card-title {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}
.svc-hero-v2 .wcu-card-desc {
  font-size: 0.88rem;
  margin-bottom: 20px;
}
.svc-hero-v2 .wcu-features {
  gap: 10px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .svc-hero-v2 .wcu-card-left { padding: 28px 20px 22px; }
  .svc-hero-v2 .wcu-main-card { min-height: unset; }
}
