/* Bconnect Home & Living Drie uitvoeringsmodellen — bron: ingekort-homeliving2.css (ZONE 7),
   upgrade-homeliving2.css (.hl-models-light) + au-model/au-meter uit ingekort-automotive.css */
.hl-models > .container { width: 100%; max-width: var(--container, 1280px); margin: 0 auto; padding: 0 var(--gutter, 56px); }

/* sectie-ritme; lichtgrijze achtergrond i.p.v. navy (upgrade-homeliving2.css) */
.hl-models.hl-sec { padding: var(--space-8) 0; }
.hl-models.hl-models-light { background: #F4F5FA; }

/* gedeelde sectiekop (hl-head + hl-eyebrow) */
.hl-models .hl-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
  font-family: var(--font-head); font-size: var(--fs-eyebrow); font-weight: var(--fw-bold);
  letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
  background: var(--gradient-brand); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hl-models .hl-head { max-width: 800px; margin: 0 auto var(--space-8); text-align: center; }
.hl-models .hl-head .hl-eyebrow { justify-content: center; }
.hl-models .hl-head h2 { color: var(--c-navy); margin: 0 0 16px; text-wrap: pretty; }
.hl-models .hl-head .hl-lead { font-size: var(--fs-lead); line-height: var(--lh-lead); color: var(--c-text-muted); margin: 0 auto; max-width: 46em; }

/* modelkaarten (au-model) — witte kaarten op het grijs */
.hl-models .au-models { margin-top: 0; }
.hl-models .au-models-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.hl-models .au-model {
  position: relative;
  background: var(--c-white); border: 1px solid var(--c-border); border-radius: var(--radius-feature);
  box-shadow: var(--shadow-card); padding: var(--space-6);
  display: flex; flex-direction: column; gap: 14px;
}
.hl-models .au-model-h { font-family: var(--font-head); font-size: 18px; font-weight: var(--fw-semibold); color: var(--c-navy); margin: 0; letter-spacing: -0.01em; }
.hl-models .au-model-p { font-family: var(--font-body); font-size: 14.5px; line-height: 1.6; color: var(--c-text-muted); margin: 0; }
.hl-models .au-model-when {
  margin: 0; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--c-border-soft);
  font-family: var(--font-body); font-size: 13.5px; line-height: 1.55; color: var(--c-text-soft);
}
.hl-models .au-model-when b { font-weight: var(--fw-semibold); color: var(--c-navy); }

/* uitgelichte kaart: gradient-rand + diepere schaduw + badge */
.hl-models .au-model.is-featured { box-shadow: var(--shadow-card-hover); }
.hl-models .au-model.is-featured::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px;
  background: var(--gradient-brand); pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.hl-models .au-model-badge {
  position: absolute; top: -12px; left: 18px; z-index: 2;
  background: var(--gradient-brand); color: var(--c-white);
  font-family: var(--font-head); font-weight: var(--fw-semibold); font-size: 12px; letter-spacing: .01em;
  padding: 6px 14px; border-radius: var(--radius-pill); box-shadow: var(--shadow-btn);
}

/* mens-AI-meter */
.hl-models .au-meter { display: grid; gap: 9px; }
.hl-models .au-meter-legend { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.hl-models .au-tag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-size: 12.5px; font-weight: var(--fw-semibold); color: var(--c-navy); }
.hl-models .au-tag b { font-weight: var(--fw-bold); }
.hl-models .au-tag.is-muted { opacity: .5; }
.hl-models .au-dot { width: 9px; height: 9px; border-radius: 999px; flex: 0 0 auto; }
.hl-models .au-dot-human { background: var(--c-navy); }
.hl-models .au-dot-ai { background: var(--gradient-brand); }
.hl-models .au-track-bar { display: flex; gap: 3px; height: 10px; border-radius: 999px; background: var(--c-bg-light); overflow: hidden; }
.hl-models .au-fill { height: 100%; border-radius: 999px; flex: 0 0 auto; transform-origin: left center; }
.hl-models .au-fill-human { background: var(--c-navy); }
.hl-models .au-fill-ai { background: var(--gradient-brand); }
@media (prefers-reduced-motion: no-preference) {
  .hl-models .au-models.au-anim .au-fill { transition: transform .8s var(--ease); transition-delay: calc(var(--i,0) * .12s + .2s); }
  .hl-models .au-models.au-anim:not(.is-inview) .au-fill { transform: scaleX(0); }
  .hl-models .au-models.au-anim.is-settled .au-fill { transition: none; transform: scaleX(1); }
}

@media (max-width: 900px) { .hl-models .au-models-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }
@media (max-width: 768px) { .hl-models.hl-sec { padding: var(--space-8) 0; } }
@media (max-width: 520px) { .hl-models.hl-sec { padding: var(--space-7) 0; } }

/* ===== HARDENING — gradient/kleur tegen theme-resets ===== */
.elementor-widget-bconnect_hl_models { margin: 0 !important; }
.elementor-widget-bconnect_hl_models .accent { background: linear-gradient(90deg, #2301fb 0%, #a80290 100%) !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; color: transparent !important; display: inline-block; }
.elementor-widget-bconnect_hl_models .au-model-badge, .elementor-widget-bconnect_hl_models .au-dot-ai, .elementor-widget-bconnect_hl_models .au-fill-ai { background: linear-gradient(90deg, #2301fb 0%, #a80290 100%) !important; }

/* Scope-label in de modelkaart — 05-08-2026. Zelfde vormgeving als
   .hm-model-prop in models.css; die stylesheet laadt op deze pagina niet,
   dus de regel staat hier apart (bestaand au-/hl-duplicatiepatroon). */
.hm-model-prop { align-self: flex-start; margin: 2px 0 10px; padding: 5px 12px; border-radius: var(--radius-pill, 999px); background: rgba(20, 20, 100, 0.06); color: var(--c-navy, #141464); font-family: var(--font-head, system-ui), sans-serif; font-size: 12px; font-weight: var(--fw-semibold, 600); letter-spacing: -0.005em; line-height: 1.2; }
