/* ============================================================
   DIENSTEN PAGES — shared styles
   Used by: websites-op-maat.html (and future diensten pages)
   ============================================================ */

/* ── Helpers ── */
.d2 { transition-delay: 0.12s; }
.d3 { transition-delay: 0.22s; }

/* ── Section header (reused across all sections) ── */
.svc-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}
.svc-section-head h2 {
  margin: 0.75rem 0 1rem;
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
}
.svc-section-head p {
  color: var(--gray-500);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ============================================================
   SVC-HERO
   ============================================================ */
.svc-hero {
  position: relative;
  background: linear-gradient(145deg, #00334a 0%, #004d6e 50%, #005f87 100%);
  padding: 148px 0 0;
  overflow: hidden;
}

.svc-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.svc-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  transform: translateZ(0);
}
.svc-hero__orb--1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,135,180,0.35) 0%, transparent 70%);
  top: -200px;
  right: -100px;
}
.svc-hero__orb--2 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(0,60,90,0.5) 0%, transparent 70%);
  bottom: 80px;
  left: -60px;
}

/* Split layout */
.svc-hero__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: 88px;
}

/* LEFT */
.svc-hero__tag-row {
  margin-bottom: 1.5rem;
}

/* Override section-tag colour inside dark hero */
.svc-hero .section-tag {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
}

.svc-hero__title {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.12;
  color: #fff;
  letter-spacing: -0.025em;
  margin: 0 0 1.3rem;
}

.svc-hero__em {
  font-style: italic;
  font-weight: 900;
  background: linear-gradient(90deg, #5fd4f0 0%, #0099cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.svc-hero__sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.52);
  line-height: 1.8;
  max-width: 440px;
  margin: 0 0 2.2rem;
}

.svc-hero__actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  align-items: center;
}

/* Primary CTA */
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.82rem 1.6rem;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.93rem;
  background: #fff;
  color: #0b1f38;
  text-decoration: none;
  border: none;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 20px rgba(255,255,255,0.12);
}
.btn-hero-primary:hover {
  background: #e8f4fc;
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(255,255,255,0.18);
}

/* Ghost CTA */
.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.82rem 1.6rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.93rem;
  border: 1.5px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}
.btn-hero-ghost:hover {
  border-color: rgba(255,255,255,0.45);
  color: #fff;
  background: rgba(255,255,255,0.06);
}

/* RIGHT — image */
.svc-hero__img-frame {
  position: relative;
  border-radius: 20px;
  overflow: visible;
}

.svc-hero__img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08),
    0 40px 90px rgba(0,0,0,0.55),
    0 8px 20px rgba(0,0,0,0.25);
}

/* Floating Google review card */
.svc-hero__float-card {
  position: absolute;
  bottom: -28px;
  left: -32px;
  background: #fff;
  border-radius: 14px;
  padding: 1rem 1.2rem 1.05rem;
  box-shadow: 0 8px 40px rgba(0,0,0,0.16), 0 2px 8px rgba(0,0,0,0.06);
  width: 270px;
  z-index: 2;
}

.svc-hero__float-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.svc-hero__float-source {
  font-size: 0.78rem;
  font-weight: 700;
  color: #1f2937;
  flex: 1;
}

.svc-hero__float-stars {
  display: flex;
  gap: 1px;
}

.svc-hero__float-card p {
  font-size: 0.8rem;
  color: #374151;
  line-height: 1.6;
  margin: 0 0 0.6rem;
  font-style: normal;
}

.svc-hero__float-name {
  font-size: 0.72rem;
  color: #9ca3af;
  font-weight: 500;
}

/* Wave */
.svc-hero__wave {
  position: relative;
  z-index: 2;
  line-height: 0;
  margin-top: -1px;
}
.svc-hero__wave svg {
  display: block;
  width: 100%;
  height: 90px;
}

/* Keep old btn-outline-dark for other sections */
.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.93rem;
  border: 1.5px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}
.btn-outline-dark:hover {
  border-color: rgba(255,255,255,0.5);
  color: #fff;
  background: rgba(255,255,255,0.06);
}

/* ── Webshop hero image variant ── */
.svc-hero--shop .svc-hero__split {
  align-items: center;
}
.svc-hero__shop-img-wrap {
  position: relative;
  border-radius: 22px;
  overflow: visible;
}
.svc-hero__shop-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06),
    0 40px 90px rgba(0,0,0,0.5),
    0 8px 20px rgba(0,0,0,0.22);
}

/* Floating stat chips */
.svc-hero__shop-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 14px;
  padding: 0.75rem 1.1rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.14), 0 2px 6px rgba(0,0,0,0.06);
  color: var(--blue-mid, #0083af);
  z-index: 2;
}
.svc-hero__shop-chip--tr {
  top: -20px;
  right: -24px;
}
.svc-hero__shop-chip--bl {
  bottom: -22px;
  left: -24px;
}
.svc-hero__shop-chip div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.svc-hero__shop-chip strong {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--navy, #0a1628);
  line-height: 1.1;
}
.svc-hero__shop-chip span {
  font-size: 0.72rem;
  color: var(--gray-500, #64748b);
  font-weight: 500;
}


/* ── SEO hero variant ── */
.svc-hero--seo .svc-hero__split {
  align-items: center;
}

/* ── Support hero: wider image column, full laptop visible ── */
.svc-hero--support .svc-hero__split {
  grid-template-columns: 1fr 1.25fr;
  gap: 3.5rem;
  align-items: center;
}
.svc-hero--support .svc-hero__shop-img {
  height: auto;
  max-height: 460px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06),
    0 40px 90px rgba(0,0,0,0.45),
    0 8px 20px rgba(0,0,0,0.20);
}

/* SERP mockup card */
.svc-hero__seo-visual {
  position: relative;
}
.svc-hero__seo-serp {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.07),
    0 40px 90px rgba(0,0,0,0.45),
    0 8px 20px rgba(0,0,0,0.20);
}
.svc-hero__seo-serp-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f1f5f9;
  border-bottom: 1px solid #e4eaf0;
  padding: 0.7rem 1rem;
}
.svc-hero__seo-serp-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e8f0;
  flex-shrink: 0;
}
.svc-hero__seo-serp-dot:nth-child(1) { background: #fc5f57; }
.svc-hero__seo-serp-dot:nth-child(2) { background: #fdbc40; }
.svc-hero__seo-serp-dot:nth-child(3) { background: #33c948; }
.svc-hero__seo-serp-url {
  margin-left: 0.5rem;
  background: #e2e8f0;
  border-radius: 6px;
  padding: 0.25rem 0.75rem;
  font-size: 0.72rem;
  color: #94a3b8;
  font-family: monospace;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.svc-hero__seo-results {
  padding: 0.75rem 0;
}
.svc-hero__seo-result {
  display: flex;
  gap: 0.85rem;
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.2s;
}
.svc-hero__seo-result:last-child { border-bottom: none; }
.svc-hero__seo-result--active {
  background: linear-gradient(90deg, rgba(0,135,180,0.06) 0%, transparent 80%);
}
.svc-hero__seo-pos {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
  background: #f1f5f9;
  color: #64748b;
}
.svc-hero__seo-result--active .svc-hero__seo-pos {
  background: #0087b4;
  color: #fff;
}
.svc-hero__seo-result div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.svc-hero__seo-result strong {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a56db;
  line-height: 1.3;
}
.svc-hero__seo-result--active strong {
  color: #0d1b2a;
}
.svc-hero__seo-result span {
  font-size: 0.7rem;
  color: #22863a;
  font-weight: 500;
}
.svc-hero__seo-result p {
  font-size: 0.73rem;
  color: #64748b;
  line-height: 1.5;
  margin: 2px 0 0;
}

/* SEO floating chips */
.svc-hero__seo-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
  border-radius: 14px;
  padding: 0.65rem 1rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.14), 0 2px 6px rgba(0,0,0,0.06);
  z-index: 2;
  white-space: nowrap;
}
.svc-hero__seo-chip--tr {
  top: -18px;
  right: -20px;
  gap: 0.7rem;
}
.svc-hero__seo-chip--bl {
  bottom: -18px;
  left: -20px;
  font-size: 0.76rem;
  font-weight: 600;
  color: #0d1b2a;
}
.svc-hero__seo-chip--bl svg { color: #0087b4; }
.svc-hero__seo-chip-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #eef7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0087b4;
  flex-shrink: 0;
}
.svc-hero__seo-chip--tr div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.svc-hero__seo-chip--tr strong {
  font-size: 0.9rem;
  font-weight: 800;
  color: #0d1b2a;
  line-height: 1.1;
}
.svc-hero__seo-chip--tr span {
  font-size: 0.7rem;
  color: #64748b;
  font-weight: 500;
}

/* ── SEO why: bento grid layout ── */
.svc-why--seo {
  padding: 110px 0 120px;
}
.svc-why--seo .svc-why__shop-hd {
  margin-bottom: 4rem;
}

/* ============================================================
   SVC-WHY — SUPPORT (split: content left · image right)
   ============================================================ */
.svc-why--support {
  padding: 80px 0 88px;
  background: #eef6fa;
  overflow: hidden;
}

/* Two-column wrapper */
.svc-why__support-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3.5rem;
  align-items: center;
}

/* ── LEFT: content ── */
.svc-why__support-content .section-tag { margin-bottom: 0.9rem; display: block; }
.svc-why__support-content h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  font-weight: 800;
  color: #0d1b2a;
  line-height: 1.18;
  margin: 0 0 1.1rem;
}
.svc-why__support-sub {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #4b5563;
  margin: 0 0 1.8rem;
  max-width: 460px;
}

/* Feature list — icon rows */
.svc-why__support-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.svc-why__support-feat {
  background: #f8fafc;
  border: 1px solid #e2edf5;
  border-radius: 14px;
  padding: 1rem 1rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.svc-why__support-feat:hover {
  border-color: rgba(0,131,175,0.28);
  box-shadow: 0 6px 20px rgba(0,131,175,0.08);
}
.svc-why__support-feat-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0,131,175,0.10) 0%, rgba(0,131,175,0.05) 100%);
  border: 1px solid rgba(0,131,175,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0083af;
  flex-shrink: 0;
  margin-bottom: 0.1rem;
}
.svc-why__support-feat div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.svc-why__support-feat strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.25;
}
.svc-why__support-feat span {
  font-size: 0.81rem;
  color: #64748b;
  line-height: 1.55;
}

/* CTA link */
.svc-why__support-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #0d1b2a;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.75rem 1.3rem;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.svc-why__support-cta:hover {
  background: #0087b4;
  transform: translateY(-2px);
}

/* ── RIGHT: visual ── */
.svc-why__support-visual {
  position: relative;
}

/* Main image */
.svc-why__support-img-main {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 72px rgba(10,22,40,0.13), 0 4px 18px rgba(10,22,40,0.07);
  position: relative;
  z-index: 1;
}
.svc-why__support-img-main img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Floating small image bottom-left */
.svc-why__support-img-float {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 46%;
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 12px 36px rgba(10,22,40,0.15);
  z-index: 2;
}
.svc-why__support-img-float img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Uptime badge top-right */
.svc-why__support-badge {
  position: absolute;
  top: 1.4rem;
  right: -1.2rem;
  background: #fff;
  border-radius: 14px;
  padding: 0.7rem 1.1rem 0.7rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  box-shadow: 0 8px 28px rgba(10,22,40,0.12);
  z-index: 3;
  pointer-events: none;
}
.svc-why__support-badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.2);
  animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
  0%, 100% { box-shadow: 0 0 0 3px rgba(34,197,94,0.2); }
  50%       { box-shadow: 0 0 0 6px rgba(34,197,94,0.1); }
}
.svc-why__support-badge div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.svc-why__support-badge strong {
  font-size: 0.88rem;
  font-weight: 800;
  color: #0d1b2a;
  line-height: 1.1;
}
.svc-why__support-badge span {
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 500;
}

/* Outer bento: left image + right column */
.svc-why__seo-bento {
  display: grid;
  grid-template-columns: 1fr 1.9fr;
  gap: 1.1rem;
  align-items: stretch;
}

/* Right column: stacks top image above 2×2 cards */
.svc-why__seo-right {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

/* 2×2 card grid inside right column */
.svc-why__seo-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  flex: 1;
}

/* Cell base */
.svc-why__seo-cell {
  border-radius: 18px;
  overflow: hidden;
}

/* A — tall left image */
.svc-why__seo-cell--img-a {
  position: relative;
  min-height: 480px;
  box-shadow: 0 20px 60px rgba(10,22,40,0.11), 0 4px 16px rgba(10,22,40,0.06);
  border: 1px solid #e4eaf0;
}
.svc-why__seo-cell--img-a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Floating stat chip on image A */
.svc-why__seo-chip {
  position: absolute;
  bottom: 1.4rem;
  left: 1.4rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(10,22,40,0.12);
  padding: 0.65rem 1rem 0.65rem 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  z-index: 2;
  pointer-events: none;
}
.svc-why__seo-chip-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #eef7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0087b4;
  flex-shrink: 0;
}
.svc-why__seo-chip div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.svc-why__seo-chip strong {
  font-size: 0.88rem;
  font-weight: 800;
  color: #0d1b2a;
  line-height: 1.1;
}
.svc-why__seo-chip span {
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 500;
}

/* B — top-right image */
.svc-why__seo-cell--img-b {
  position: relative;
  height: 220px;
  box-shadow: 0 12px 40px rgba(10,22,40,0.09), 0 2px 10px rgba(10,22,40,0.05);
  border: 1px solid #e4eaf0;
}
.svc-why__seo-cell--img-b img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* Pill badge on image B */
.svc-why__seo-pill {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  background: #fff;
  border-radius: 100px;
  padding: 0.45rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0d1b2a;
  box-shadow: 0 4px 16px rgba(10,22,40,0.10);
  pointer-events: none;
  white-space: nowrap;
}
.svc-why__seo-pill svg { color: #0087b4; }

/* C–F — feature cards (2×2 inside .svc-why__seo-cards) */
.svc-why__seo-cell--feat {
  background: #fff;
  border: 1px solid #e4eaf0;
  padding: 1.6rem 1.5rem;
  position: relative;
  transition: box-shadow 0.25s, transform 0.25s;
}
.svc-why__seo-cell--feat::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0087b4, #00aad4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  border-radius: 3px 3px 0 0;
}
.svc-why__seo-cell--feat:hover::before { transform: scaleX(1); }
.svc-why__seo-cell--feat:hover {
  box-shadow: 0 10px 36px rgba(0,135,180,0.10);
  transform: translateY(-3px);
}
.svc-why__seo-cell--feat .svc-why__feat-icon {
  margin-bottom: 1rem;
}
.svc-why__seo-cell--feat h4 {
  font-size: 0.97rem;
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 0.45rem;
}
.svc-why__seo-cell--feat p {
  font-size: 0.845rem;
  line-height: 1.65;
  color: #4b5563;
  margin: 0;
}


/* ============================================================
   SVC-WHY (Waarom Webkern — dual mockup showcase)
   ============================================================ */
.svc-why {
  padding: 110px 0 100px;
  background: #eef6fa;
  overflow: hidden;
}

/* ---- Header ---- */
.svc-why__hd {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 5rem;
}
.svc-why__hd h2 {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  font-weight: 800;
  line-height: 1.18;
  color: var(--dark, #0d1b2a);
  margin: 0.75rem 0 1rem;
}
.svc-why__em {
  font-style: italic;
  color: #0087b4;
}
.svc-why__hd p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--gray-600, #4b5563);
}

/* ---- Visual dual grid ---- */
.svc-why__visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 3.5rem;
  position: relative;
}

/* Column A — sits slightly lower */
.svc-why__vis-a {
  position: relative;
  padding-top: 3rem;
}

/* Column B — pushed up, has annotation */
.svc-why__vis-b {
  position: relative;
}

/* ---- Browser mockup ---- */
.svc-why__mockup {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(10,22,40,0.12), 0 4px 16px rgba(10,22,40,0.07);
  overflow: hidden;
  border: 1px solid #e4eaf0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.svc-why__vis-a .svc-why__mockup:hover,
.svc-why__vis-b .svc-why__mockup:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 80px rgba(0,135,180,0.14), 0 6px 20px rgba(10,22,40,0.09);
}

.svc-why__mockup-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1rem;
  background: #f1f5f9;
  border-bottom: 1px solid #e4eaf0;
}
.svc-why__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.svc-why__dot--r { background: #fc5f57; }
.svc-why__dot--y { background: #fdbc40; }
.svc-why__dot--g { background: #33c948; }

.svc-why__url-bar {
  margin-left: 0.6rem;
  background: #e2e8f0;
  border-radius: 6px;
  padding: 0.25rem 0.75rem;
  font-size: 0.72rem;
  color: #94a3b8;
  font-family: monospace;
  flex: 1;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.svc-why__mockup-img-wrap {
  overflow: hidden;
  line-height: 0;
}
.svc-why__mockup-img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 420px;
}

/* ---- Floating badge on mockup A ---- */
.svc-why__badge {
  position: absolute;
  bottom: -1rem;
  left: 1.5rem;
  background: #fff;
  border: 1px solid #e4eaf0;
  border-radius: 100px;
  padding: 0.55rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--dark, #0d1b2a);
  box-shadow: 0 4px 18px rgba(0,135,180,0.12);
  white-space: nowrap;
}
.svc-why__badge svg {
  color: #0087b4;
}

/* ---- Handwriting annotation on mockup B ---- */
.svc-why__annot {
  position: absolute;
  top: -3.5rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}
.svc-why__annot-txt {
  font-family: 'Caveat', cursive;
  font-size: 1.35rem;
  font-weight: 600;
  color: #0083af;
  line-height: 1.2;
  white-space: nowrap;
}
.svc-why__annot-arrow {
  margin-top: 0.1rem;
  margin-right: 2rem;
}

/* ---- Feature cards ---- */
.svc-why__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 3.5rem;
}

.svc-why__feat {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e4eaf0;
  padding: 2rem 1.75rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}
.svc-why__feat::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0087b4, #00aad4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  border-radius: 3px 3px 0 0;
}
.svc-why__feat:hover::before {
  transform: scaleX(1);
}
.svc-why__feat:hover {
  box-shadow: 0 12px 40px rgba(0,135,180,0.10);
  transform: translateY(-3px);
}

.svc-why__feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eef7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0087b4;
  margin-bottom: 1.25rem;
  transition: background 0.25s;
}
.svc-why__feat:hover .svc-why__feat-icon {
  background: #d6eef7;
}

.svc-why__feat h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark, #0d1b2a);
  margin: 0 0 0.6rem;
}
.svc-why__feat p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--gray-600, #4b5563);
  margin: 0;
}


/* ============================================================
   SVC-WHY — SHOP VARIANT (centered header + bento split)
   ============================================================ */

.svc-why--shop {
  padding: 110px 0 120px;
}

/* ---- Centered header ---- */
.svc-why__shop-hd {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 5rem;
}
.svc-why__shop-hd .section-tag {
  margin-bottom: 1rem;
}
.svc-why__shop-hd h2 {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  font-weight: 800;
  line-height: 1.18;
  color: var(--dark, #0d1b2a);
  margin: 0 0 1.1rem;
}
.svc-why__shop-hd p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--gray-600, #4b5563);
  margin: 0;
}

/* ---- Bento split: img(55%) | cards(45%) ---- */
.svc-why__shop-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3.5rem;
  align-items: stretch;
}

/* ---- Left: image showcase ---- */
.svc-why__shop-imgs {
  position: relative;
  min-height: 500px;
}

/* Soft glow blob behind images */
.svc-why__shop-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse 70% 60% at 45% 55%, rgba(0,135,180,0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Main image — fills the column */
.svc-why__shop-img-main {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(10,22,40,0.12), 0 4px 18px rgba(10,22,40,0.06);
  border: 1px solid #e4eaf0;
  z-index: 1;
}
.svc-why__shop-img-main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* Floating second image — bottom-right */
.svc-why__shop-img-float {
  position: absolute;
  bottom: -2.5rem;
  right: -2rem;
  width: 54%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,135,180,0.20), 0 4px 16px rgba(10,22,40,0.10);
  border: 4px solid #fff;
  z-index: 3;
  transition: transform 0.35s ease;
}
.svc-why__shop-img-float:hover {
  transform: translateY(-5px) scale(1.015);
}
.svc-why__shop-img-float img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* ---- Floating stat chips ---- */
.svc-why__shop-chip {
  position: absolute;
  z-index: 4;
  background: #fff;
  border: 1px solid #e4eaf0;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(10,22,40,0.10);
  white-space: nowrap;
  pointer-events: none;
}

/* Top-right chip — omzet stat */
.svc-why__shop-chip--tr {
  top: 1.4rem;
  right: -1.4rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1rem 0.6rem 0.65rem;
}
.svc-why__shop-chip--tr .svc-why__shop-chip-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #eef7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0087b4;
  flex-shrink: 0;
}
.svc-why__shop-chip--tr div:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.svc-why__shop-chip--tr strong {
  font-size: 0.9rem;
  font-weight: 800;
  color: #0d1b2a;
}
.svc-why__shop-chip--tr span {
  font-size: 0.72rem;
  color: #6b7280;
  font-weight: 400;
}

/* Bottom-left chip — payment */
.svc-why__shop-chip--bl {
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.9rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: #0d1b2a;
  border-radius: 100px;
}
.svc-why__shop-chip--bl svg {
  color: #0087b4;
  flex-shrink: 0;
}

/* ---- Right: 2×2 feature grid ---- */
.svc-why__shop-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.1rem;
  align-content: stretch;
}
.svc-why__shop-feats .svc-why__feat {
  display: flex;
  flex-direction: column;
}

/* ============================================================
   SVC-INCLUDES (image + feature grid)
   ============================================================ */
.svc-includes {
  padding: 120px 0;
  background: #fff;
}

/* ---- Main 2-col layout ---- */
.svc-inc__wrap {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 6rem;
  align-items: center;
}

/* ---- Image column ---- */
.svc-inc__img-col {
  position: relative;
}

/* Decorative background blob behind image */
.svc-inc__img-col::before {
  content: '';
  position: absolute;
  inset: -24px -24px -24px -24px;
  background: linear-gradient(145deg, #00334a 0%, #004d6e 60%, #005f87 100%);
  border-radius: 28px;
  z-index: 0;
  opacity: 0.08;
}

.svc-inc__img-frame {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 32px 72px rgba(10,22,40,0.18), 0 4px 16px rgba(10,22,40,0.08);
}
.svc-inc__img {
  width: 100%;
  height: 560px;
  display: block;
  object-fit: cover;
  object-position: 60% center;
}

/* Floating confirmation pill */
.svc-inc__img-pill {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 12px;
  padding: 0.85rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dark, #0d1b2a);
  box-shadow: 0 8px 28px rgba(0,52,74,0.18);
}
.svc-inc__img-pill svg {
  width: 18px;
  height: 18px;
  background: #0087b4;
  color: #fff;
  border-radius: 50%;
  padding: 2px;
  flex-shrink: 0;
}

/* ---- Content column ---- */
.svc-inc__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.svc-inc__content .section-tag {
  align-self: flex-start;
}

.svc-inc__content h2 {
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--dark, #0d1b2a);
  margin: 0.65rem 0 0.9rem;
  letter-spacing: -0.02em;
}

.svc-inc__em {
  color: #0087b4;
  font-style: normal;
}

.svc-inc__intro {
  font-size: 0.975rem;
  line-height: 1.75;
  color: var(--gray-600, #4b5563);
  margin: 0 0 2rem;
  max-width: 480px;
}

/* ---- Feature grid 2×4 — clean, no outer box, inner dividers only ---- */
.svc-inc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 1.5rem;
  box-shadow: none;
}

.svc-inc__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.35rem 1.4rem;
  border-bottom: 1px solid #eaeff4;
  border-right: 1px solid #eaeff4;
  transition: background 0.18s;
  cursor: default;
  background: #fff;
}
.svc-inc__item:nth-child(2n) { border-right: none; }
.svc-inc__item:nth-last-child(-n+2) { border-bottom: none; }
.svc-inc__item:hover { background: #f8fbfd; }

.svc-inc__item-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 9px;
  background: #edf7fc;
  border: 1.5px solid #bae6fd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #0087b4;
  margin-top: 1px;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.svc-inc__item:hover .svc-inc__item-icon {
  background: #0087b4;
  border-color: #0087b4;
  color: #fff;
  transform: scale(1.06);
}

.svc-inc__item > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.svc-inc__item strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 800;
  color: #0d1b2a;
  line-height: 1.3;
  letter-spacing: -0.008em;
}
.svc-inc__item span {
  font-size: 0.77rem;
  line-height: 1.45;
  color: #94a3b8;
}

/* ---- CTA strip ---- */
.svc-inc__cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(135deg, #00334a 0%, #005f87 100%);
  border-radius: 14px;
  padding: 1.15rem 1.5rem;
  flex-wrap: wrap;
}
.svc-inc__cta-strip span {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.01em;
}

.svc-inc__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #fff;
  color: #00334a;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.svc-inc__cta-btn:hover {
  background: #e8f5fa;
  transform: translateY(-1px);
}


/* ============================================================
   SVC-PROCESS — horizontal timeline (footer-matched bg)
   ============================================================ */
.svc-process {
  padding: 130px 0;
  background: linear-gradient(145deg, #00334a 0%, #004d6e 50%, #005f87 100%);
  position: relative;
  overflow: hidden;
}
.svc-process::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 15% 80%, rgba(0,0,0,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 55% 45% at 85% 20%, rgba(0,0,0,0.12) 0%, transparent 55%);
  pointer-events: none;
}

/* ── Centered header ── */
.svc-proc__head {
  text-align: center;
  margin-bottom: 88px;
}
.svc-proc__head .section-tag {
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.65);
  border-color: rgba(255,255,255,0.15);
}
.svc-proc__head h2 { color: #fff; margin-top: 16px; margin-bottom: 18px; }
.svc-proc__sub {
  max-width: 500px;
  margin: 0 auto;
  color: rgba(255,255,255,0.50);
  font-size: 0.95rem;
  line-height: 1.80;
}

/* ── 4-column grid ── */
.svc-proc__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

/* ── Per-step connector (right edge of circle → left edge of next circle) ── */
.svc-proc__step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 48px;                   /* center of 96px circle */
  left: calc(50% + 48px);      /* right edge of THIS circle */
  width: 0;                    /* animates in on scroll */
  height: 1px;
  pointer-events: none;
  z-index: 0;
  transition: width 0.55s cubic-bezier(.4,0,.2,1);
}
/* Animate connectors in when steps become visible */
.svc-proc__steps.visible .svc-proc__step:not(:last-child)::after {
  width: calc(100% - 96px);
}
.svc-proc__steps.visible .svc-proc__step:nth-child(1)::after {
  background: rgba(255,255,255,0.55);
  transition-delay: 0.05s;
}
.svc-proc__steps.visible .svc-proc__step:nth-child(2)::after {
  background: rgba(255,255,255,0.35);
  transition-delay: 0.30s;
}
.svc-proc__steps.visible .svc-proc__step:nth-child(3)::after {
  background: rgba(255,255,255,0.16);
  transition-delay: 0.55s;
}

/* ── Individual step ── */
.svc-proc__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 22px;
  position: relative;
  z-index: 1;
  cursor: default;
}

/* ── Circle — frosted glass ── */
.svc-proc__circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(0, 16, 28, 0.48);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid rgba(255,255,255,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 4px 24px rgba(0,0,0,0.22);
  outline: 1px solid rgba(255,255,255,0.06);
  outline-offset: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.75);
  flex-shrink: 0;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  transition:
    border-color  0.38s ease,
    box-shadow    0.38s ease,
    color         0.38s ease,
    background    0.38s ease,
    outline-color 0.38s ease;
}
.svc-proc__circle svg {
  width: 32px;
  height: 32px;
  transition: transform 0.38s cubic-bezier(.34,1.56,.64,1);
}

/* Glow shimmer on hover */
.svc-proc__circle::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 38%, rgba(255,255,255,0.12) 0%, transparent 65%);
  opacity: 0;
  transition: opacity 0.38s ease;
  pointer-events: none;
}

.svc-proc__step:hover .svc-proc__circle {
  background: rgba(0, 22, 38, 0.68);
  border-color: rgba(255,255,255,0.38);
  outline-color: rgba(255,255,255,0.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 0 36px rgba(0,205,235,0.24),
    0 8px 32px rgba(0,0,0,0.28);
  color: #fff;
}
.svc-proc__step:hover .svc-proc__circle::after { opacity: 1; }
.svc-proc__step:hover .svc-proc__circle svg    { transform: scale(1.10); }

/* ── Step text ── */
.svc-proc__step h3 {
  font-size: 1.02rem;
  font-weight: 800;
  color: rgba(255,255,255,0.88);
  letter-spacing: -0.025em;
  line-height: 1.3;
  margin: 0 0 10px;
  transition: color 0.3s;
}
.svc-proc__step:hover h3 { color: #fff; }

.svc-proc__step p {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.44);
  line-height: 1.82;
  margin: 0;
  transition: color 0.3s;
}
.svc-proc__step:hover p { color: rgba(255,255,255,0.65); }

/* ── CTA button — solid white-tinted pill ── */
.svc-proc__cta-wrap {
  margin-top: 72px;
  display: flex;
  justify-content: center;
}
.svc-proc__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.95);
  color: #003d5c;
  border-radius: 100px;
  padding: 15px 34px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
  transition: background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, color 0.28s ease;
}
.svc-proc__cta-btn:hover {
  background: #fff;
  color: #002d45;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  transform: translateY(-2px);
}
.svc-proc__cta-btn svg {
  width: 18px; height: 18px;
  stroke: currentColor; flex-shrink: 0;
  transition: transform 0.28s cubic-bezier(.4,0,.2,1);
}
.svc-proc__cta-btn:hover svg { transform: translateX(4px); }


/* ============================================================
   SVC-SHOWCASE (resultaat — split layout)
   ============================================================ */
.svc-showcase {
  padding: 120px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.svc-showcase::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0,131,175,0.12), transparent);
}

/* ── Split grid ── */
.svc-showcase__inner {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 6rem;
  align-items: center;
}

/* ── Left col ── */
.svc-showcase__left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.svc-showcase__left .section-tag {
  align-self: flex-start;
  margin-bottom: 1.2rem;
}
.svc-showcase__left h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 1.1rem;
}
.svc-showcase__left > p {
  font-size: 1rem;
  color: var(--gray-500, #64748b);
  line-height: 1.75;
  margin: 0 0 2.2rem;
  max-width: 480px;
}

/* ── Proof list ── */
.svc-showcase__proof {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2.4rem;
  border-top: 1px solid rgba(10,22,40,0.07);
}
.svc-showcase__proof-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(10,22,40,0.07);
}
.svc-showcase__proof-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-mid, #0083af);
  flex-shrink: 0;
  margin-top: 7px;
}
.svc-showcase__proof-item div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.svc-showcase__proof-item strong {
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}
.svc-showcase__proof-item span {
  font-size: 0.84rem;
  color: var(--gray-500, #64748b);
  line-height: 1.6;
}

/* ── CTA row ── */
.svc-showcase__actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.svc-showcase__ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--blue-mid, #0083af);
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.svc-showcase__ghost:hover { gap: 10px; color: var(--navy); }

/* ── Right col: compact image ── */
.svc-showcase__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-showcase__img-wrap {
  position: relative;
  border-radius: 24px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(10,22,40,0.08);
  box-shadow:
    0 2px 8px rgba(10,22,40,0.04),
    0 16px 48px rgba(10,22,40,0.09),
    0 48px 96px rgba(10,22,40,0.07);
}
/* Subtle colour accent line at the top of the frame */
.svc-showcase__img-wrap::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--blue-mid, #0083af), transparent);
  border-radius: 0 0 2px 2px;
  z-index: 2;
}
/* Soft glow blob behind the whole card */
.svc-showcase__img-bg {
  position: absolute;
  inset: -48px -36px;
  background: radial-gradient(ellipse 75% 65% at 55% 50%, rgba(0,131,175,0.09) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.svc-showcase__img-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  border-radius: 16px;
}

/* "Straks jouw naam hier?" annotation on showcase image */
.svc-showcase__annotation {
  position: absolute;
  top: -28px;
  right: -16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  z-index: 10;
  pointer-events: none;
}
.svc-showcase__annotation span {
  font-family: 'Segoe Script', 'Caveat', cursive;
  font-size: 0.98rem;
  color: #0083af;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.svc-showcase__annotation svg {
  width: 88px;
  height: 58px;
  transform: scaleX(-1) rotate(-10deg);
  overflow: visible;
}

/* SEO resultaat — clean full-bleed image, no white frame */
.svc-showcase__img-wrap--seo {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: 0 24px 72px rgba(10,22,40,0.13), 0 4px 18px rgba(10,22,40,0.07);
}
.svc-showcase__img-wrap--seo::before { display: none; }
.svc-showcase__img-seo {
  width: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}


/* ============================================================
   SVC-PRICING
   ============================================================ */
.svc-pricing {
  padding: 120px 0;
  background: #eef6fa;
  position: relative;
  overflow: hidden;
}
.svc-pricing::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(0,131,175,0.07) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Split header ── */
.svc-pricing__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 64px;
}
.svc-pricing__head .section-tag {
  margin-bottom: 1rem;
}
.svc-pricing__head h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0;
}
.svc-pricing__head-sub {
  max-width: 360px;
  font-size: 0.93rem;
  color: var(--gray-500, #64748b);
  line-height: 1.8;
  flex-shrink: 0;
  padding-bottom: 6px;
}

/* ── 3-col grid ── */
.svc-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

/* ── Handwriting annotatie ── */
.svc-pricing__annot {
  position: absolute;
  top: -52px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  pointer-events: none;
  z-index: 10;
}
.svc-pricing__annot span {
  font-family: 'Caveat', cursive;
  font-size: 1.2rem;
  color: #0083af;
  line-height: 1;
  white-space: nowrap;
}
.svc-pricing__annot svg {
  width: 88px;
  height: 58px;
  transform: scaleX(-1);
  margin-right: 8px;
}

/* ── Base card ── */
.svc-price-card {
  background: #fff;
  border: 1px solid rgba(10,22,40,0.08);
  border-radius: 24px;
  padding: 2.4rem 2rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.svc-price-card:hover {
  box-shadow: 0 12px 40px rgba(10,22,40,0.09);
  transform: translateY(-3px);
}

/* ── Featured card — hero gradient ── */
.svc-price-card--featured {
  background: linear-gradient(145deg, #00334a 0%, #004d6e 50%, #005f87 100%);
  border-color: transparent;
  box-shadow:
    0 20px 60px rgba(0,52,74,0.30),
    0 0 0 1px rgba(255,255,255,0.06) inset;
}
.svc-price-card--featured:hover {
  box-shadow:
    0 28px 72px rgba(0,52,74,0.38),
    0 0 0 1px rgba(255,255,255,0.08) inset;
  transform: translateY(-4px);
}

/* ── Badge ── */
.svc-price-card__badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #0087b4, #00aad4);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 4px 14px;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0,131,175,0.35);
}

/* ── Card head ── */
.svc-price-card__head {
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(10,22,40,0.07);
}
.svc-price-card--featured .svc-price-card__head {
  border-bottom-color: rgba(255,255,255,0.1);
}

.svc-price-card__name {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue-mid, #0083af);
  margin-bottom: 0.9rem;
}
.svc-price-card--featured .svc-price-card__name {
  color: rgba(255,255,255,0.5);
}

.svc-price-card__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 0.8rem;
  line-height: 1;
}
.svc-price-card__price strong {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -0.04em;
  line-height: 1;
}
/* v.a. superscript inside the price number */
.svc-price-card__price strong sup {
  font-size: 0.37em;
  font-weight: 700;
  letter-spacing: 0.01em;
  vertical-align: 0.65em;
  color: var(--gray-500, #64748b);
  text-transform: lowercase;
}
.svc-price-card--featured .svc-price-card__price strong sup {
  color: rgba(255,255,255,0.42);
}
/* "Op aanvraag" text price — slightly smaller */
.svc-price-card__price--text {
  font-size: 1.7rem !important;
  letter-spacing: -0.025em !important;
}
/* Small note under "Op aanvraag" */
.svc-price-card__price-note {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--gray-500, #64748b);
  line-height: 1.4;
  margin-top: 2px;
}
.svc-price-card--featured .svc-price-card__price strong {
  color: #fff;
}

.svc-price-card__head > p {
  font-size: 0.87rem;
  color: var(--gray-500, #64748b);
  line-height: 1.65;
  margin: 0;
}
.svc-price-card--featured .svc-price-card__head > p {
  color: rgba(255,255,255,0.5);
}

/* ── Feature list ── */
.svc-price-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1;
  margin-bottom: 2rem;
}
.svc-price-card__list li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.87rem;
  color: var(--navy);
  font-weight: 500;
}
.svc-price-card--featured .svc-price-card__list li {
  color: rgba(255,255,255,0.82);
}
.svc-price-card__list svg {
  color: #22c55e;
  flex-shrink: 0;
}
.svc-price-card--featured .svc-price-card__list svg {
  color: #4ade80;
}

/* ── Card buttons ── */
.svc-price-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 20px;
  border-radius: 100px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  letter-spacing: -0.01em;
}
.svc-price-card__btn--outline {
  background: transparent;
  border: 1.5px solid rgba(10,22,40,0.18);
  color: var(--navy);
}
.svc-price-card__btn--outline:hover {
  border-color: var(--blue-mid, #0083af);
  color: var(--blue-mid, #0083af);
  background: rgba(0,131,175,0.04);
}
.svc-price-card__btn--solid {
  background: #fff;
  border: 1.5px solid transparent;
  color: #00334a;
  box-shadow: 0 4px 16px rgba(0,52,74,0.18);
}
.svc-price-card__btn--solid:hover {
  background: #e8f5fb;
  box-shadow: 0 6px 24px rgba(0,52,74,0.25);
}


/* ============================================================
   SVC-FAQ
   ============================================================ */
.svc-faq {
  padding: 120px 0;
  background: #fff;
  position: relative;
}
.svc-faq::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(10,22,40,0.07), transparent);
}

/* ── Top header: left h2 + right contact card ── */
.svc-faq__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: end;
  margin-bottom: 72px;
}
.svc-faq__head-left .section-tag {
  margin-bottom: 1rem;
}
.svc-faq__head-left h2 {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 1.1rem;
}
.svc-faq__head-left p {
  font-size: 0.93rem;
  color: var(--gray-500, #64748b);
  line-height: 1.7;
  margin: 0;
}
.svc-faq__head-left a {
  color: var(--blue-mid, #0083af);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.svc-faq__head-left a:hover { color: var(--navy); }

/* Contact card — right side */
.svc-faq__contact-card {
  background: #fff;
  border: 1px solid rgba(10,22,40,0.08);
  border-radius: 20px;
  padding: 2rem 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  box-shadow: 0 2px 24px rgba(10,22,40,0.05);
  align-self: flex-start;
}

/* Top row: avatar + name */
.svc-faq__cc-top {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.svc-faq__cc-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}
.svc-faq__cc-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 2px solid rgba(10,22,40,0.06);
}
.svc-faq__cc-dot {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 11px;
  height: 11px;
  background: #22c55e;
  border: 2px solid #fff;
  border-radius: 50%;
}
.svc-faq__cc-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.svc-faq__cc-meta strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}
.svc-faq__cc-meta span {
  font-size: 0.78rem;
  color: var(--gray-500, #64748b);
}

/* Message text */
.svc-faq__cc-msg {
  font-size: 0.88rem;
  color: var(--gray-500, #64748b);
  line-height: 1.65;
  margin: 0;
  border-top: 1px solid rgba(10,22,40,0.06);
  padding-top: 1rem;
}

/* CTA button */
.svc-faq__cc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.65rem 1.3rem;
  background: var(--navy, #0a1628);
  color: #fff;
  border-radius: 100px;
  font-size: 0.83rem;
  font-weight: 700;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.2s ease, gap 0.2s ease;
}
.svc-faq__cc-btn:hover {
  background: #0087b4;
  gap: 12px;
}

/* ── Accordion list ── */
.svc-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(10,22,40,0.07);
}

/* ── Single item ── */
.faq-item {
  border-bottom: 1px solid rgba(10,22,40,0.07);
}

.faq-item summary {
  display: grid;
  grid-template-columns: 48px 1fr 40px;
  align-items: center;
  gap: 1.5rem;
  padding: 1.6rem 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: opacity 0.2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { opacity: 0.75; }

.faq-item__num {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--blue-mid, #0083af);
  opacity: 0.5;
  font-variant-numeric: tabular-nums;
  padding-top: 2px;
}

.faq-item__q {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.35;
  transition: color 0.2s ease;
}

.faq-item__icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(10,22,40,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  flex-shrink: 0;
  justify-self: end;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

/* Plus/minus toggle */
.faq-plus  { display: block; }
.faq-minus { display: none; }

.faq-item[open] .faq-plus  { display: none; }
.faq-item[open] .faq-minus { display: block; }

.faq-item[open] summary .faq-item__num {
  opacity: 1;
}
.faq-item[open] summary .faq-item__q {
  color: var(--blue-mid, #0083af);
}
.faq-item[open] .faq-item__icon {
  background: var(--blue-mid, #0083af);
  border-color: var(--blue-mid, #0083af);
  color: #fff;
}

/* Answer body */
.faq-item__body {
  overflow: hidden;
  height: 0;
  transition: height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item__body p {
  padding: 0 0 1.8rem calc(48px + 1.5rem);
  font-size: 0.92rem;
  color: var(--gray-500, #64748b);
  line-height: 1.8;
  margin: 0;
  max-width: 680px;
}


/* ============================================================
   SVC-CTA (bottom CTA banner)
   ============================================================ */
.svc-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--navy-mid, #0e2044) 0%, #051428 100%);
}

.svc-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 24px;
  padding: 3.5rem 4rem;
}

.svc-cta__text h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}
.svc-cta__text p {
  color: rgba(255,255,255,0.55);
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0;
  max-width: 440px;
}

.svc-cta__actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-shrink: 0;
}

.btn-ghost-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.93rem;
  border: 1.5px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}
.btn-ghost-white:hover {
  border-color: rgba(255,255,255,0.5);
  color: #fff;
  background: rgba(255,255,255,0.06);
}


/* ============================================================
   DROPDOWN ACTIVE STATE
   ============================================================ */
.dropdown-active {
  color: var(--blue-mid, #0083af) !important;
  font-weight: 700;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .svc-inc__wrap { grid-template-columns: 1fr; gap: 3rem; }
  .svc-inc__img-col::before { display: none; }
  .svc-hero__split { gap: 3rem; }
}

@media (max-width: 900px) {
  .svc-hero { padding: 120px 0 0; }
  .svc-hero__split {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 60px;
  }
  .svc-hero__right { display: block; }
  .svc-hero__img { height: 220px; }
  .svc-hero__img-frame { max-width: 480px; margin: 0 auto; }
  .svc-hero__float-card { display: none; }
  .svc-hero__wave svg { height: 56px; }

  .svc-why__visual { grid-template-columns: 1fr; gap: 3rem; }
  .svc-why__vis-a { padding-top: 0; }
  .svc-why__annot { top: -3rem; }
  .svc-why__features { grid-template-columns: 1fr 1fr; }

  /* Shop variant responsive */
  .svc-why__shop-wrap { grid-template-columns: 1fr; gap: 4rem; }
  .svc-why__shop-imgs { min-height: 380px; }
  .svc-why__shop-img-float { bottom: -1.5rem; right: -0.5rem; }
  .svc-why__shop-chip--tr { right: 0.5rem; }
  .svc-why__shop-feats { grid-template-columns: 1fr 1fr; }

  /* SEO variant responsive */
  .svc-why__seo-bento { grid-template-columns: 1fr; }
  .svc-why__seo-cell--img-a { min-height: 280px; }
  .svc-why__seo-cell--img-b { height: 200px; }
  .svc-why__seo-cards { grid-template-columns: 1fr 1fr; }
  .svc-why__seo-cell--feat { grid-row: auto; }

  /* Support variant — force single-column grid (overrides higher-specificity desktop rule) */
  .svc-hero--support .svc-hero__split { grid-template-columns: 1fr; }
  .svc-hero--support .svc-hero__shop-img { height: 240px; object-fit: cover; }
  .svc-hero--support .svc-hero__shop-chip { display: none; }

  /* Support why responsive */
  .svc-why__support-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .svc-why__support-visual { padding-bottom: 2rem; }
  .svc-why__support-badge { right: 1rem; }
  .svc-why__support-img-float { left: -1rem; width: 40%; }
  .svc-why__support-feats { grid-template-columns: 1fr; }

  .svc-proc__steps { grid-template-columns: 1fr 1fr; gap: 56px 24px; }
  .svc-proc__steps::before { display: none; }
  .svc-proc__step:not(:last-child)::after { display: none; }
  .svc-proc__circle { outline: none; }

  .svc-showcase__inner { grid-template-columns: 1fr; gap: 3rem; }
  .svc-showcase__right { max-width: 480px; }
  .svc-showcase__stats { flex-wrap: wrap; }

  .svc-pricing__grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .svc-price-card--featured { transform: none; }
  .svc-pricing__annot { display: none; }
  .svc-pricing__head { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .svc-pricing__head-sub { max-width: 100%; }

  .svc-faq__head { grid-template-columns: 1fr; gap: 2rem; }
  .svc-faq__head-left h2 { font-size: 1.8rem; }

  .svc-cta__inner { flex-direction: column; text-align: center; padding: 2.5rem 2rem; }
  .svc-cta__text p { max-width: 100%; }
  .svc-cta__actions { flex-direction: column; width: 100%; }
  .svc-cta__actions .btn,
  .svc-cta__actions .btn-ghost-white { width: 100%; justify-content: center; }
}

@media (max-width: 640px) {
  .svc-section-head { margin-bottom: 2.5rem; }
  .svc-hero { padding: 110px 0 0; }
  .svc-hero__tag    { font-size: 0.66rem; }
  .svc-hero__title  { font-size: clamp(1.9rem, 7vw, 2.6rem); }
  .svc-hero__sub    { font-size: 0.93rem; }
  .svc-hero__actions { flex-direction: column; align-items: stretch; }
  .svc-hero__actions .btn-hero-primary,
  .svc-hero__actions .btn-hero-ghost { justify-content: center; width: 100%; }
  .svc-hero__wave svg { height: 44px; }
  .svc-why__features { grid-template-columns: 1fr; }
  .svc-why__shop-feats { grid-template-columns: 1fr; }
  .svc-proc__steps { grid-template-columns: 1fr; gap: 44px; }
  .svc-proc__step  { padding: 0 8px; }
  .svc-proc__cta-btn { padding: 14px 28px; font-size: 0.93rem; }
  .svc-why,
  .svc-includes,
  .svc-process,
  .svc-showcase { padding: 72px 0; }
  .svc-showcase__actions { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .svc-showcase,
  .svc-pricing,
  .svc-faq { padding: 72px 0; }
  .faq-item summary { grid-template-columns: 36px 1fr 36px; gap: 1rem; }
  .faq-item__body { padding-left: calc(36px + 1rem); }
  .svc-cta__inner { padding: 2rem 1.5rem; }

  /* SEO bento: 1-col */
  .svc-why__seo-cards { grid-template-columns: 1fr; }

  /* Includes feature grid: 1-col */
  .svc-inc__grid { grid-template-columns: 1fr; }
  .svc-inc__item { border-right: none; border-bottom: 1px solid #eaeff4; }
  .svc-inc__item:nth-child(2n) { border-right: none; }
  .svc-inc__item:nth-last-child(-n+2) { border-bottom: 1px solid #eaeff4; }
  .svc-inc__item:last-child { border-bottom: none; }
  .svc-inc__img { height: 240px; }
  .svc-inc__cta-strip { flex-direction: column; align-items: flex-start; }
  .svc-inc__cta-btn { width: 100%; justify-content: center; }
}

/* ============================================================
   MOBILE FIXES — 390px (iPhone 14)
   ============================================================ */

@media (max-width: 480px) {
  /* Service hero */
  .svc-hero { padding: 96px 0 0; }
  .svc-hero__split { padding-bottom: 48px; gap: 1.5rem; }
  .svc-hero__title { font-size: clamp(1.75rem, 7.5vw, 2.4rem); }
  .svc-hero__sub { font-size: 0.9rem; max-width: 100%; }
  .svc-hero__img { height: 180px; }
  .svc-hero__wave svg { height: 40px; }

  /* Limit shop hero image height on mobile */
  .svc-hero__shop-img { height: 220px; }

  /* Hide floating chips that overflow on mobile */
  .svc-hero__float-card { display: none; }
  .svc-hero__shop-chip { display: none; }
  .svc-hero__seo-chip { display: none; }

  /* Section headers */
  .svc-section-head { margin-bottom: 2rem; }
  .svc-section-head h2 { font-size: clamp(1.6rem, 6.5vw, 2rem); }
  .svc-section-head p { font-size: 0.95rem; }

  /* Why section */
  .svc-why { padding: 56px 0 64px; }
  .svc-why__hd { margin-bottom: 3rem; }
  .svc-why__hd h2 { font-size: clamp(1.6rem, 6.5vw, 2rem); }
  .svc-why__features { grid-template-columns: 1fr; gap: 1rem; }
  .svc-why__feat { padding: 1.5rem 1.4rem; }

  /* Shop why variant */
  .svc-why--shop { padding: 56px 0 64px; }
  .svc-why__shop-hd { margin-bottom: 3rem; }
  /* Fix absolutely-positioned images collapsing on mobile */
  .svc-why__shop-imgs { min-height: 0; height: auto; }
  .svc-why__shop-glow { display: none; }
  /* Switch main image from absolute to natural flow */
  .svc-why__shop-img-main { position: relative; inset: auto; height: 240px; }
  .svc-why__shop-img-float { display: none; }
  .svc-why__shop-chip { display: none; }
  .svc-why__shop-feats { grid-template-columns: 1fr; }

  /* Support why variant */
  .svc-why--support { padding: 56px 0 64px; }
  .svc-why__support-feats { grid-template-columns: 1fr; }
  .svc-why__support-badge { display: none; }
  .svc-why__support-img-float { display: none; }

  /* SEO why variant */
  .svc-why--seo { padding: 56px 0 64px; }
  .svc-why__seo-bento { grid-template-columns: 1fr; }
  .svc-why__seo-cell--img-a { min-height: 220px; }
  .svc-why__seo-cell--img-b { height: 160px; }
  .svc-why__seo-cards { grid-template-columns: 1fr; }

  /* Includes */
  .svc-includes { padding: 56px 0 64px; }
  .svc-inc__wrap { gap: 2rem; }
  .svc-inc__img { height: 200px; }
  .svc-inc__img-pill { font-size: 0.78rem; padding: 0.7rem 0.9rem; }
  .svc-inc__content h2 { font-size: clamp(1.6rem, 6.5vw, 2rem); }

  /* Process */
  .svc-process { padding: 56px 0 64px; }
  .svc-proc__head { margin-bottom: 52px; }
  .svc-proc__sub { font-size: 0.9rem; }
  .svc-proc__steps { grid-template-columns: 1fr; gap: 36px; }
  .svc-proc__step { padding: 0 8px; }
  .svc-proc__cta-wrap { margin-top: 48px; }
  .svc-proc__circle { width: 80px; height: 80px; outline: none; }
  .svc-proc__circle svg { width: 28px; height: 28px; }

  /* Pricing */
  .svc-pricing { padding: 56px 0 64px; }
  .svc-pricing__grid { max-width: 100%; }
  .svc-price-card { padding: 1.8rem 1.6rem; }

  /* FAQ */
  .svc-faq { padding: 56px 0 64px; }
  .svc-faq__head { margin-bottom: 48px; }
  .faq-item summary { grid-template-columns: 30px 1fr 32px; gap: 0.6rem; padding: 1.2rem 0; }
  .faq-item__body { padding-left: 0 !important; }
  .faq-item__body p { padding: 0 0 1.4rem 0; }
  .faq-item__q { font-size: 0.92rem; }

  /* Showcase */
  .svc-showcase__inner { gap: 2rem; }
  .svc-showcase__stats { gap: 1rem; }

  /* CTA strip */
  .svc-cta { padding: 0 0 56px; }
  .svc-cta__inner { padding: 1.8rem 1.4rem; }
  .svc-cta__text h2 { font-size: clamp(1.4rem, 5.5vw, 1.8rem); }
  .svc-cta__text p { max-width: 100%; font-size: 0.9rem; }
}
