/* =========================================
   SECTION 1: HERO FIXED
   ========================================= */
#sg-hero-fixed {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  height: 640px;
  background: #054099;
  overflow: visible;
  z-index: 0;
  isolation: auto; 
}

.sg-bg-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.sg-bg-layer {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  will-change: clip-path;
}

#sg-bg-current { z-index: 1; }
#sg-bg-next {
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.0s cubic-bezier(0.4, 0.0, 0.2, 1);
}
#sg-bg-next.is-wiping { clip-path: inset(0 0 0 0); }

.sg-hero-lcp-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.001;
  pointer-events: none;
  z-index: -1;
  object-fit: contain;
}

.sg-content {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.sg-text {
  width: 100%;
  color: #fff;
  font-family: system-ui, -apple-system, sans-serif;
}

.sg-heading {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  white-space: normal;
  min-height: 110px;
  display: block;
}

.sg-type-wrap {
  display: inline-block;
  white-space: nowrap;
  vertical-align: baseline;
}

#sg-service {
  font-style: italic;
  font-weight: 900;
  background: linear-gradient(90deg, #ffffff 0%, #2a7aa0 35%, #ffffff 55%, #E06F2E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border-right: 3px solid #E06F2E;
  padding-right: 4px;
  animation: blinkCursor 0.8s step-end infinite;
  display: inline-block;
}

@keyframes blinkCursor {
  from, to { border-color: transparent }
  50% { border-color: #E06F2E }
}

.sg-sub {
  margin: 18px 0 22px;
  font-size: 17px;
  line-height: 1.5;
  max-width: 720px;
}

/* Search Wrapper & Autocomplete Fixes */
#sg-search-wrap {
  position: relative;
  z-index: 10000;
  color: #000 !important;
  width: 100%;
  min-height: 60px;
}
#sg-search-wrap * { color: #000 !important; }
#sg-search-wrap ::placeholder { color: #666 !important; opacity: 1; }
#sg-search-wrap button[type="submit"] svg,
#sg-search-wrap button[type="submit"] svg *,
#sg-search-wrap input[type="submit"] svg,
#sg-search-wrap input[type="submit"] svg * { fill: #fff !important; stroke: #fff !important; }
#sg-search-wrap button[type="submit"] i { color: #fff !important; }

.ui-autocomplete, .ui-front, .pac-container, [role="listbox"], .autocomplete, .suggestions, .search-suggestions {
  z-index: 2147483647 !important;
  position: absolute !important;
  color: #000 !important;
}

@media (max-width: 768px) {
  #sg-hero-fixed {
    height: 600px;
    max-height: 85vh;
    display: flex;
    align-items: flex-start;
  }
  .sg-content {
    height: 100%;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .sg-text { margin-top: -50px; }
  .sg-heading {
    font-size: 26px;
    line-height: 1.25;
    min-height: 65px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .sg-sub { font-size: 15px; margin: 10px 0 15px; }
  .sg-type-wrap { display: inline; white-space: normal; }
  #sg-service {
    display: inline;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    border-right: none;
    padding-right: 0;
    position: relative;
  }
  #sg-service::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 1em;
    background: #E06F2E;
    margin-left: 2px;
    vertical-align: middle;
    animation: blinkCursorMobile 0.8s step-end infinite;
  }
  @keyframes blinkCursorMobile {
    from, to { opacity: 0 }
    50% { opacity: 1 }
  }
  .sg-bg-layer, .sg-hero-lcp-img {
    background-size: contain;
    background-position: center bottom;
    object-fit: contain;
    object-position: center bottom;
  }
  #sg-hero-fixed::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(circle at 50% 30%, rgba(255,255,255,0.05) 0%, rgba(5,64,153,0.45) 50%, rgba(5,64,153,0.85) 100%);
    pointer-events: none;
  }
}

/* =========================================
   SECTION 2: KT NEW HERO (Elk Project)
   ========================================= */
.kt-new-hero {
  background-size: 24px 24px;
  padding: 90px 20px 70px 20px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  border-bottom: 1px solid #f3f4f6;
  font-display: swap;
}

.kt-hero-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.kt-top-tag {
  font-size: 14px;
  font-weight: 700;
  color: #B35300 !important; /* Darkened for accessibility */
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}

.kt-hero-headline {
  font-size: 58px;
  font-weight: 800;
  color: #1D3557; 
  line-height: 1.1;
  margin: 0 0 25px 0;
  letter-spacing: -1.5px;
}

.kt-highlight-blue {
  color: #00739E; 
  position: relative;
  display: inline-block;
}

.kt-highlight-blue::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 12px;
  background: rgba(0, 174, 239, 0.15);
  z-index: -1;
  transform: skewX(-10deg);
}

.kt-hero-subtext {
  font-size: 18px;
  color: #4b5563;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 45px auto;
}

.kt-trust-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.kt-trust-pill {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 12px 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.kt-trust-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: #00AEEF;
}

.kt-pill-icon {
  width: 24px;
  height: 24px;
  background: #e0f2fe; 
  color: #00AEEF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.kt-pill-text {
  font-weight: 600;
  color: #1f2937;
  font-size: 15px;
}

/* Mouse Scroll Animation */
.kt-mouse-scroll {
  width: 26px;
  height: 42px;
  border: 2px solid #1D3557;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
}

/* Optimized Mouse Scroll Animation */
.kt-mouse-wheel {
  width: 4px;
  height: 8px;
  background: #F07A22;
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: ktScroll 1.5s infinite;
  will-change: transform, opacity; /* Tells the browser to use the GPU */
}

@keyframes ktScroll {
  0% { transform: translate(-50%, 0); opacity: 1; }
  100% { transform: translate(-50%, 14px); opacity: 0; }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .kt-new-hero { padding: 60px 20px 40px 20px; }
  .kt-hero-headline { font-size: 38px; line-height: 1.2; }
  .kt-hero-subtext { font-size: 16px; margin-bottom: 35px; }
  .kt-trust-row { gap: 10px; }
  .kt-trust-pill { 
      padding: 10px 16px;
      flex: 1 1 auto; 
      justify-content: center;
  }
  .kt-pill-text { font-size: 13px; }
}
/* =========================================
   SECTION 4: 3-STEP AANVRAAG FLOW
   ========================================= */
.sg-flow {
  --blue: #004aad;
  --blue2: #1596B6;
  --accent: #F07A22;
  --text: #0f172a;
  --muted: #64748b;
  --card: #ffffff;
  --shadow: 0 14px 40px rgba(2,6,23,.08);
  --shadow2: 0 22px 60px rgba(2,6,23,.12);
  --radius: 8px;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Header */
.sg-flow__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(0,74,173,.10), rgba(21,150,182,.10), rgba(240,122,34,.10));
  color: var(--text);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .02em;
}
.sg-flow__dot {
  width: 10px; height: 10px; border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue2), var(--accent));
  box-shadow: 0 8px 18px rgba(0,74,173,.22);
  flex: 0 0 auto;
}

.sg-flow__title {
  margin-top: 14px;
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--text);
}
.sg-flow__subtitle {
  margin-top: 12px;
  max-width: 860px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

.sg-flow__highlight {
  display: inline-block;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue2) 42%, var(--accent) 72%, #ffffff 120%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding: 0 .12em;
  font-style: italic;
  font-weight: 800;
}

/* Grid */
.sg-flow__grid {
  margin-top: 34px;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media(min-width: 768px) {
  .sg-flow__grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}

/* Cards (NO border) */
.sg-flow__card {
  position: relative;
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.sg-flow__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow2);
}

/* subtle glow only */
.sg-flow__card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(600px 220px at 20% 10%, rgba(0,74,173,.14), transparent 60%),
    radial-gradient(520px 200px at 80% 20%, rgba(240,122,34,.12), transparent 60%);
  pointer-events: none;
}

.sg-flow__inner {
  position: relative;
  padding: 22px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

/* ICON AREA */
.sg-flow__icon {
  width: 200px;
  height: 200px;
  display: grid;
  place-items: center;
}
.sg-flow__icon svg {
  width: 200px;
  height: 200px;
  display: block;
}
@media (max-width: 1024px) {
  .sg-flow__icon { width: 180px; height: 180px; }
  .sg-flow__icon svg { width: 180px; height: 180px; }
}
@media (max-width: 640px) {
  .sg-flow__icon { width: 160px; height: 160px; }
  .sg-flow__icon svg { width: 160px; height: 160px; }
  .sg-flow__inner { padding: 20px 16px 18px; }
  .sg-flow__subtitle { font-size: 14px; }
}

.sg-flow__step {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: var(--text);
  font-size: 16px;
}
.sg-flow__num {
  width: 30px; height: 30px; border-radius: 999px;
  display: grid; place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue2), var(--accent));
  box-shadow: 0 10px 22px rgba(0,74,173,.22);
  font-size: 13px;
  font-weight: 900;
  flex: 0 0 auto;
}
.sg-flow__text {
  margin-top: 2px;
  color: var(--muted);
  max-width: 20rem;
  line-height: 1.65;
  font-size: 14px;
}

/* CTA */
.sg-flow__ctaWrap {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.sg-flow__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: 14px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue2), var(--accent));
  box-shadow: 0 18px 40px rgba(0,74,173,.18);
  text-decoration: none;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
  white-space: nowrap;
}
.sg-flow__cta:hover {
  background: #000;
  transform: translateY(-2px);
  filter: saturate(1.05);
  color: #fff;
}
.sg-flow__cta svg { width: 18px; height: 18px; }
.sg-flow__note {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}
/* =========================================
   SECTION 5: RELIABLE / WHY US
   ========================================= */
.kt-reliable {
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --blue: #004aad;
  --blue2: #1596B6;
  --orange: #F07A22;
  --text: #0f172a;
  --muted: #667085;
  --stroke: rgba(15,23,42,.10);
  --card: #ffffff;
  --bg: #ffffff;
  --shadow: 0 18px 45px rgba(2,6,23,.08);
  --radius: 18px;
  background: var(--bg);
  padding: 56px 18px;
}

.kt-reliable__wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
  align-items: stretch;
}

@media (max-width: 960px) {
  .kt-reliable__wrap {
    grid-template-columns: 1fr;
  }
}

.kt-reliable__content {
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 28px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.kt-reliable__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: .01em;
  margin-bottom: 10px;
}

.kt-dot {
  width: 10px; height: 10px; border-radius: 999px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue2) 45%, var(--orange) 78%, #ffffff 100%);
  box-shadow: 0 8px 18px rgba(0,74,173,.18);
}

.kt-reliable__title {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

@media (max-width: 480px) {
  .kt-reliable__title { font-size: 26px; }
}

.kt-grad {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue2) 45%, var(--orange) 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kt-reliable__lead {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.kt-reliable__cards {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.kt-card {
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid var(--stroke);
  background: var(--card);
}

.kt-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  flex: 0 0 auto;
}

.kt-card__text h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--text);
}

.kt-card__text p {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
}

.kt-reliable__cta {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  color: #fff;
  background: var(--blue);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 30px rgba(0,74,173,.22);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  width: fit-content;
}

.kt-btn:hover {
  transform: translateY(-2px);
  background: #000;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  color: #fff;
}

.kt-btn__arrow { font-size: 18px; line-height: 1; }

.kt-reliable__note {
  font-size: 12px;
  color: var(--muted);
}

/* Media column */
.kt-reliable__media {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  position: relative;
  min-height: 100%;
  display: flex;
}

.kt-reliable__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.kt-reliable__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(15,23,42,.10);
  backdrop-filter: blur(8px);
}

@media (max-width: 960px) {
  .kt-reliable__content { padding: 22px; }
  .kt-reliable__media { min-height: 320px; }
}
/* =========================================
   SECTION 6: VOOR VAKMENSEN
   ========================================= */
.kt-pro-section {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  box-sizing: border-box;
}

.kt-pro-container {
  max-width: 1140px;
  margin: 0 auto;
}

.kt-pro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: stretch;
}

@media(min-width: 992px) {
  .kt-pro-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

.kt-pro-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  height: 100%;
  min-height: 300px;
}

.kt-pro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kt-pro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}

.kt-pro-badge {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #00739E;
  margin-bottom: 15px;
  display: block;
}

.kt-pro-title {
  font-size: 40px;
  font-weight: 800;
  color: #1D3557;
  line-height: 1.15;
  margin: 0 0 20px 0;
}

.kt-text-gradient {
  background: linear-gradient(90deg, #1D3557 0%, #00AEEF 50%, #F07A22 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kt-pro-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #556987;
  margin: 0 0 30px 0;
}

.kt-pro-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 35px;
}

.kt-step-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.kt-step-num {
  width: 36px;
  height: 36px;
  background: #f0f9ff;
  color: #00AEEF;
  border: 1px solid #bae6fd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
}

.kt-step-info strong {
  display: block;
  font-size: 16px;
  color: #1f2937;
  margin-bottom: 4px;
}

.kt-step-info p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}

.kt-pro-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.kt-pro-btn {
  display: inline-block;
  background: linear-gradient(135deg, #1D3557 0%, #00AEEF 100%);
  color: #ffffff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  box-shadow: 0 10px 20px rgba(0, 174, 239, 0.25);
  transition: all 0.2s ease;
}

.kt-pro-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(0, 174, 239, 0.35);
  color: #fff;
}

.kt-pro-trust {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.kt-check { 
  color: #10b981; 
  font-weight: bold; 
}

@media(max-width: 768px) {
  .kt-pro-section { padding: 60px 20px; }
  .kt-pro-title { font-size: 30px; }
  .kt-pro-visual { min-height: 250px; } 
}

/* =========================================
   SECTION 7: WERKWIJZE
   ========================================= */
.kt-process-section {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  padding: 15px 20px;
  box-sizing: border-box;
}

.kt-process-container {
  max-width: 1200px;
  margin: 0 auto;
}

.kt-process-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 20px auto;
}

.kt-process-badge {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #00739E;
  display: block;
  margin-bottom: 15px;
}

.kt-process-title {
  font-size: 44px;
  font-weight: 800;
  color: #1D3557;
  line-height: 1.15;
  margin: 0 0 20px 0;
}

.kt-text-gradient {
  background: linear-gradient(90deg, #1D3557 0%, #00AEEF 50%, #F07A22 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kt-process-desc {
  font-size: 17px;
  color: #556987;
  line-height: 1.7;
}

.kt-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  align-items: stretch;
}

.kt-process-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  padding: 40px 35px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
}

.kt-process-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px rgba(0, 174, 239, 0.1);
  border-color: #00AEEF;
}

.kt-bg-icon {
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 120px;
  height: 120px;
  color: rgba(29, 53, 87, 0.06); 
  z-index: 0;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.kt-process-card:hover .kt-bg-icon {
    transform: scale(1.1) rotate(-5deg);
}

.kt-card-header {
  display: flex;
  align-items: center;
  gap: 20px; 
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.kt-card-number {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #1D3557, #00AEEF);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 16px rgba(0, 174, 239, 0.2);
}

.kt-card-title {
  font-size: 19px;
  font-weight: 700;
  color: #1D3557;
  margin: 0;
  line-height: 1.3;
}

.kt-card-text {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
}

.kt-highlight-card .kt-card-number {
  background: linear-gradient(135deg, #F07A22, #f97316);
  box-shadow: 0 8px 16px rgba(240, 122, 34, 0.3);
}

.kt-highlight-card .kt-bg-icon {
    color: rgba(240, 122, 34, 0.08);
}

@media(max-width: 768px) {
  .kt-process-section { padding: 60px 20px; }
  .kt-process-title { font-size: 32px; }
  .kt-process-grid { grid-template-columns: 1fr; gap: 20px;}
  .kt-process-card { padding: 30px 25px; }
  .kt-bg-icon { width: 90px; height: 90px; bottom: -15px; right: -15px; }
}

/* =========================================
   SECTION 8: COMPARE (Waarom anders)
   ========================================= */
.kt-compare {
  background: #fff;
  padding: 20px 16px;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --blue: #004aad;
  --blue2: #1596B6;
  --orange: #F07A22;
  --text: #0f172a;
  --muted: #64748b;
  --border: #e5e7eb;
}

.kt-compare__container {
  max-width: 1080px;
  margin: 0 auto;
}

.kt-compare__header {
  text-align: center;
  margin-bottom: 48px;
}

.kt-compare__header h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--text);
}

.kt-compare__header h2 span {
  background: linear-gradient(135deg, var(--blue), var(--blue2), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kt-compare__header p {
  color: var(--muted);
  font-size: 15px;
}

.kt-compare__grid {
  display: grid;
  gap: 24px;
}

@media(min-width: 768px) {
  .kt-compare__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.kt-compare__card {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  background: #fff;
}

.kt-compare__card--highlight {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--blue), var(--blue2), var(--orange)) border-box;
}

.kt-compare__card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--text);
}

.kt-compare__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.kt-compare__card li {
  font-size: 14px;
  color: var(--text);
}
/* =========================================
   SECTION 9: REVIEWS SLIDER
   ========================================= */
.kt-reviews {
  background: #ffffff;
  padding: 10px 20px; 
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --blue: #004aad;
  --blue2: #1596B6;
  --orange: #F07A22;
  --text: #0f172a;
  --muted: #64748b;
  --border: #e5e7eb;
  --shadow: 0 16px 40px rgba(2, 6, 23, .08);
  width: 100%;
  box-sizing: border-box; 
  overflow: hidden;
}

.kt-reviews__container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.kt-reviews__header {
  text-align: center;
  margin-bottom: 34px;
}

.kt-reviews__header h2 {
  font-size: clamp(24px, 5vw, 32px); 
  font-weight: 800;
  margin: 0 0 10px;
  color: var(--text);
  line-height: 1.2;
}

.kt-reviews__header p {
  margin: 0 auto;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.kt-reviews__stats {
  display: grid;
  grid-template-columns: 1fr; 
  gap: 12px;
  margin: 26px auto 34px;
  max-width: 820px;
  width: 100%;
}

@media (min-width: 600px) {
  .kt-reviews__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.kt-reviews__stat {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 18px;
  text-align: center;
}

.kt-reviews__stat strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: var(--blue);
}

.kt-reviews__stat span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--muted);
}

.kt-slider {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.kt-slider__viewport {
  overflow: hidden;
  border-radius: 18px;
  width: 100%;
}

.kt-slider__track {
  display: flex;
  transition: transform .6s cubic-bezier(0.25, 1, 0.5, 1); 
  will-change: transform;
  width: 100%;
}

.kt-review {
  flex: 0 0 100%; 
  width: 100%;
  box-sizing: border-box; 
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px; 
  box-shadow: var(--shadow);
}

@media (min-width: 900px) {
  .kt-review {
    padding: 26px 28px 20px;
  }
}

.kt-review__stars {
  font-size: 14px;
  letter-spacing: 2px;
  background: linear-gradient(135deg, var(--blue), var(--blue2), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  margin-bottom: 10px;
}

.kt-review__text {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.65;
  color: #1f2937;
}

.kt-review__who {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.kt-review__icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, .08);
  color: #0f172a;
  flex: 0 0 auto;
}

.kt-review__icon svg {
  width: 16px;
  height: 16px;
}

.kt-review__name {
  font-weight: 800;
  color: var(--text);
  font-size: 14px;
  line-height: 1.2;
}

.kt-review__company {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.kt-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  flex-wrap: wrap; 
}

.kt-slider__dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: #cbd5e1;
  transition: all .2s ease;
  opacity: .9;
  padding: 0;
}

.kt-slider__dots button[aria-current="true"] {
  width: 22px;
  background: linear-gradient(135deg, var(--blue), var(--blue2), var(--orange));
}

/* =========================================
   SECTION 11: FULL WIDTH CTA
   ========================================= */
.kt-cta {
  width: 100%;
  padding: 70px 16px;
  background: #fff;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --blue: #004aad;
  --blue2: #1596B6;
  --orange: #F07A22;
  --text: #0f172a;
  --muted: #64748b;
  --border: #e5e7eb;
  position: relative;
  overflow: hidden;
}

/* subtle brand glow */
.kt-cta::before {
  content: "";
  position: absolute;
  inset: -120px -80px auto -80px;
  height: 260px;
  background: radial-gradient(circle at 20% 30%, rgba(0,74,173,.18), transparent 55%),
              radial-gradient(circle at 70% 20%, rgba(21,150,182,.18), transparent 55%),
              radial-gradient(circle at 90% 70%, rgba(240,122,34,.16), transparent 60%);
  pointer-events: none;
}

.kt-cta__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.kt-cta__content {
  border-radius: 18px;
  padding: 30px 26px;
  background: linear-gradient(#ffffff,#ffffff) padding-box,
              linear-gradient(135deg,var(--blue),var(--blue2),var(--orange)) border-box;
  border: 2px solid transparent;
  box-shadow: 0 18px 48px rgba(2,6,23,.10);
  position: relative;
}

.kt-cta__title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  color: var(--text);
}

.kt-cta__sub {
  margin: 0;
  max-width: 820px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.kt-cta__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.kt-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid var(--border);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}

.kt-cta__btn--primary {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg,var(--blue),var(--blue2),var(--orange));
  box-shadow: 0 14px 32px rgba(0,74,173,.20);
}

.kt-cta__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.kt-cta__btn--ghost {
  background: #fff;
  color: var(--text);
}

.kt-cta__btn--ghost:hover {
  transform: translateY(-1px);
  border-color: rgba(0,74,173,.25);
  box-shadow: 0 12px 28px rgba(2,6,23,.08);
}

.kt-cta__arrow svg { width: 18px; height: 18px; }

.kt-cta__icon {
  width: 26px; height: 26px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #f1f5f9;
  border: 1px solid rgba(15,23,42,.08);
}

.kt-cta__icon svg { width: 16px; height: 16px; }

.kt-cta__meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kt-cta__pill {
  font-size: 12px;
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 999px;
  padding: 6px 10px;
}

@media (max-width: 640px) {
  .kt-cta { padding: 54px 14px; }
  .kt-cta__content { padding: 22px 16px; }
  .kt-cta__title { font-size: 22px; }
  .kt-cta__btn { width: 100%; justify-content: center; }
}