/*
 * styles.min.css — Custom build for law-firm.nl
 * Zero !important — clean specificity cascade
 */

/* === FONTS === */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
  unicode-range: U+0020-007E, U+00A9, U+00E4, U+2013-2014, U+20AC, U+2019;
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font: 400 15px "Inter", sans-serif;
  color: #121518;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}
img, table, iframe { max-width: 100%; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0; margin-bottom: 0.5rem; font-weight: 600; line-height: 1.2;
  font-family: Baskerville, "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.25rem; }
p { margin-top: 0; margin-bottom: 1rem; line-height: 1.8; }
a { color: #156f8c; text-decoration: none; transition: color 0.15s; }
a:hover { color: #145f78; }
img { max-width: 100%; height: auto; vertical-align: middle; }
ul, ol { margin-top: 0.5em; margin-bottom: 1.8em; padding-left: 2rem; line-height: 1.8; font-size: inherit; }
address { font-style: normal; line-height: inherit; }
hr { border: 0; border-top: 1px solid rgba(0,0,0,0.1); margin: 1rem 0; }
button { border: none; background: none; cursor: pointer; font: inherit; }
table { border-collapse: collapse; width: 100%; }
th, td { padding: 0.5rem; text-align: left; border-bottom: 1px solid #dee2e6; }
cite { font-style: normal; }
strong, b { font-weight: 700; }
input, textarea { font: inherit; }

/* === GRID === */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.row > * { padding: 0 15px; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .offset-sm-1 { margin-left: 8.333%; }
}
@media (min-width: 768px) {
  .col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-8 { flex: 0 0 66.667%; max-width: 66.667%; }
  .col-md-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .offset-md-1 { margin-left: 8.333%; }
  .offset-md-2 { margin-left: 16.667%; }
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
}
@media (min-width: 992px) {
  .container { max-width: 960px; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-5 { flex: 0 0 41.667%; max-width: 41.667%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-8 { flex: 0 0 66.667%; max-width: 66.667%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  .offset-lg-2 { margin-left: 16.667%; }
  .offset-lg-3 { margin-left: 25%; }
  .order-lg-1 { order: 1; }
  .order-lg-2 { order: 2; }
}
@media (min-width: 1200px) {
  .container { max-width: 1140px; }
  .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
  .offset-xl-3 { margin-left: 25%; }
}
@media (min-width: 1400px) {
  .container { max-width: 1320px; }
}

/* Column spacing */
.col-spacing-10 > * { padding: 0 5px; }
.col-spacing-20 > * { padding: 0 10px; }
.col-spacing-50 > * { padding: 0 25px; }

/* Gap utilities */
.g-4 { --gutter: 1.5rem; margin: calc(var(--gutter) * -0.5); }
.g-4 > * { padding: calc(var(--gutter) * 0.5); }
.g-5 { --gutter: 3rem; margin: calc(var(--gutter) * -0.5); }
.g-5 > * { padding: calc(var(--gutter) * 0.5); }

/* Flex */
.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.flex-md-nowrap { flex-wrap: nowrap; }
.align-items-center { align-items: center; }
.justify-content-between { justify-content: space-between; }

/* === TYPOGRAPHY === */
.display-2 { font-size: 4.5rem; font-weight: 400; line-height: 1.2; }
.display-3 { font-size: 3.5rem; font-weight: 400; line-height: 1.2; }
.display-4 { font-size: 2.5rem; font-weight: 400; line-height: 1.2; }
.display-5 { font-size: 2rem; font-weight: 400; line-height: 1.2; }
.display-6 { font-size: 1.5rem; font-weight: 400; line-height: 1.2; }
.fw-light { font-weight: 400; }
.fw-semi-bold { font-weight: 600; }
.font-weight-light { font-weight: 400; }
.font-weight-normal { font-weight: 400; }
.font-weight-semi-bold { font-weight: 600; }
.font-family-tertiary { font-family: Baskerville, "Book Antiqua", "Palatino Linotype", Georgia, serif; font-weight: 400; }
.font-2 { font-weight: 500; font-family: "Inter", sans-serif; }
.font-small { font-size: 0.9em; line-height: 1.7; }
.uppercase { text-transform: uppercase; }
.blockquote-footer { color: #495057; font-size: 0.875em; }
.blockquote-footer::before { content: "\2014\00A0"; }

/* === PROSE — vereenvoudigde tags in content includes === */
.prose h1 { font-size: 2rem; font-weight: 600; line-height: 1.2; color: #1a7a9b; }
.prose h2 { font-size: 1.5rem; font-weight: 600; line-height: 1.2; color: #1a7a9b; margin-top: 2.5rem; }
.prose h3 { font-size: 1.25rem; font-weight: 600; line-height: 1.2; color: #1a7a9b; margin-top: 2rem; }
.prose a { text-decoration: underline; text-decoration-color: rgba(21,111,140,0.3); text-underline-offset: 2px; text-decoration-thickness: 1px; }
.prose a:hover { text-decoration-color: rgba(20,95,120,0.6); }
.prose table { margin-top: 1.25rem; margin-bottom: 2.5rem; }

/* === COLORS & BACKGROUNDS === */
.text-blue { color: #1a7a9b; }
.text-white { color: #fff; }
.text-gray { color: #9ca3af; }
.text-light { color: #495057; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-decoration-none { text-decoration: none; }
.bg-black { background: #000; }
.bg-black-06 { background: transparent; }
.bg-dark-03 { background: rgba(40, 44, 48, 0.3); }
.bg-gray-lighter { background: #f1f5f9; }
.bg-white { background: #fff; }
.bg-white-03 { background: rgba(255, 255, 255, 0.3); }
.bg-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax.bg-image {
  transition: background-position 0.6s ease-out;
}

/* === SPACING === */
.margin-0 { margin: 0; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-bottom-30 { margin-bottom: 30px; }
.padding-top-0 { padding-top: 0; }
.mt-4 { margin-top: 1.5rem; }
.mb-1 { margin-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pt-3 { padding-top: 1rem; }

/* === BORDERS === */
.border-top { border-top: 1px solid #dee2e6; }
.border-bottom { border-bottom: 1px solid #dee2e6; }
.border-top-0 { border-top: 0; }
.border-bottom-0 { border-bottom: 0; }
.border-radius { overflow: hidden; border-radius: 0.5em; }

/* === FOOTER === */
.section-sm.bg-black h3 { font-family: "Inter", sans-serif; font-weight: 500; margin-bottom: 0.8rem; }
.section-sm.bg-black p { margin-bottom: 0; }
.section-sm.bg-black { padding-bottom: 25px; }
.bg-gray-lighter h2, .bg-gray-lighter p { color: #6e6e6e; }
.section-sm.bg-black address { line-height: 2; }
.section-sm.bg-black a {
  transition: color 0.2s, transform 0.2s, padding-left 0.2s;
  display: inline-block;
}
.section-sm.bg-black a:hover { color: #fff; padding-left: 5px; }
.list-dash.list-compact li { min-height: auto; padding: 0; line-height: 2; }
@media (max-width: 991.98px) {
  .section-sm.bg-black .col-12 + .col-12 { margin-top: 10px; }
}
@media (min-width: 992px) {
  .section-sm.bg-black .pt-3 { padding-top: 0; }
}

/* === SECTIONS === */
.section, .section-md { padding: 100px 0; }
.section-xs { padding: 50px 0; }
.section-sm { padding: 70px 0; }
.section-lg { padding: 160px 0; }
.section-xl { padding: 200px 0; }
.section-2xl { padding: 240px 0; }

/* Section dividers */
.section-divider-wavesOpacity-top { position: relative; }
.section-divider-wavesOpacity-top::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 60px; background: #fff;
  clip-path: ellipse(55% 100% at 50% 0%);
}
.section-divider-curve-top { position: relative; overflow: hidden; }

/* === BUTTONS === */
.button, a.button {
  position: relative; display: inline-block; overflow: hidden;
  background: #e4e8ec; border: 1px solid #e4e8ec;
  padding: 5px 10px; color: #121518;
  font-weight: 500; text-decoration: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer;
}
.button:hover { opacity: 0.9; text-decoration: none; transform: scale(1.03); }
.button.button-md, a.button.button-md { padding: 14px 34px; }
.button.button-lg, a.button.button-lg { padding: 22px 56px; margin: 0 8px; min-width: 220px; text-align: center; }
.button.button-xl, a.button.button-xl { padding: 18px 50px; }
.button-radius { border-radius: 0.5em; }
.button-blue, a.button-blue { background: #0e4a5e; border-color: #0e4a5e; color: #fff; transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }
.button-blue:hover { background: #06303f; border-color: #06303f; box-shadow: 0 4px 14px rgba(14,74,94,0.35); transform: translateY(-2px); }
.button-dark, a.button-dark { background: #202428; border: 0; color: #fff; }
.button-outline-white, a.button-outline-white {
  background: transparent; border-color: rgba(255,255,255,0.3); color: #fff;
}
.button-outline-white:hover { background: rgba(255,255,255,0.1); }
.button-border-1px { border-width: 1px; }
.button-border-2 { border-width: 2px; }

/* Fancy button with slide effect */
.button-fancy-1-outline, a.button-fancy-1-outline {
  background: transparent; border: 1px solid rgba(255,255,255,0.3); color: #fff;
  position: relative; z-index: 1; overflow: hidden;
}
/* On light backgrounds: dark border + dark text */
.bg-gray-lighter .button-fancy-1-outline, .bg-gray-lighter a.button-fancy-1-outline,
.bg-white .button-fancy-1-outline, .bg-white a.button-fancy-1-outline {
  border-color: #1a7a9b; color: #1a7a9b; transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.bg-gray-lighter .button-fancy-1-outline:hover, .bg-white .button-fancy-1-outline:hover {
  color: #fff; box-shadow: 0 4px 14px rgba(26,122,155,0.35); transform: translateY(-2px);
}
.button-fancy-1-outline::after {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: #121518; z-index: -1;
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-fancy-1-outline:hover::after { transform: scaleX(1); transform-origin: left; }
.button-fancy-1-outline:hover { color: #fff; border-color: #fff; box-shadow: 0 0 12px rgba(255,255,255,0.6); }
.button-hover-shrink:hover { transform: scale(0.97); }

/* Button circle */
.button-circle, a.button-circle {
  display: inline-flex; align-items: center; justify-content: center;
  background: #e4e8ec; border: 1px solid #e4e8ec; border-radius: 50%;
  color: #121518; text-decoration: none; transition: all 0.2s ease-out;
}
.button-circle-md { width: 50px; height: 50px; }
.button-circle-xl { width: 70px; height: 70px; font-size: 1.2em; }
.button-circle-dark, a.button-circle-dark { background: #202428; border: 0; color: #fff; }
.button-circle-white-3, a.button-circle-white-3 {
  background: rgba(255,255,255,0.3); border-color: rgba(255,255,255,0.3); color: #fff;
}
.button-circle-animation-drop { position: relative; }
.button-circle-animation-drop::before {
  content: ""; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); width: 100%; height: 100%;
  border: 2px solid rgba(255,255,255,0.4); border-radius: 50%;
  animation: button-drop 2s ease-out infinite;
}
@keyframes button-drop {
  0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.6); }
}

/* === HEADER === */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 991;
  background: #fff; transition: all 0.3s ease-out;
}
.header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 80px;
}
.header.sticky-autohide {
  box-shadow: 0 2px 14px rgba(21,25,29,0.06);
}
.header.sticky-autohide.header-hide {
  transform: translateY(-100%);
}
.header.transparent-dark,
.header.transparent-light {
  background: transparent; box-shadow: none;
}
.header-logo { display: flex; align-items: center; }
.header-logo img { height: 32px; width: 133px; transition: opacity 0.3s ease; }
.header-logo a:hover img { opacity: 0.72; }
.header-menu { display: flex; align-items: center; }
.header-menu-extra { display: flex; align-items: center; margin-left: 15px; }
.header-menu-extra .list-inline { margin: 0; padding: 0; list-style: none; }
.header-menu-extra li { display: inline-block; }
.header-menu-extra a { color: inherit; font-size: 1.1em; padding: 5px; }

/* Toggle (mobile hamburger) */
.header-toggle {
  display: none; position: relative;
  width: 48px; height: 48px;
  z-index: 993; cursor: pointer;
  padding: 0; background: none; border: none;
  -webkit-tap-highlight-color: transparent;
}
.header-toggle span {
  display: block; position: absolute;
  width: 30px; height: 2px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: #121518; transition: all 0.3s;
}
.header-toggle span::before,
.header-toggle span::after {
  content: ""; display: block; position: absolute;
  width: 30px; height: 2px; left: 0;
  background: #121518; transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-toggle span::before { top: -8px; }
.header-toggle span::after { top: 8px; }

/* === NAVIGATION === */
.header .nav {
  display: flex; align-items: center; list-style: none;
  margin: 0; padding: 0; gap: 5px;
}
.header .nav-item { position: relative; }
.header .nav-link {
  display: block; padding: 8px 15px; color: #121518;
  font-weight: 500; text-decoration: none; transition: color 0.5s ease;
  white-space: nowrap;
}
.header .nav-link:hover { color: #1a7a9b; }

/* Dropdowns — desktop full-height chain */
@media (min-width: 992px) {
  .header-menu, .header .nav, .header .nav-item, .header .nav-link {
    height: 100%; display: flex; align-items: center;
  }
}
.header .nav-dropdown {
  position: absolute; top: 100%; left: 0;
  background: #fff; min-width: 220px; padding: 10px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  visibility: hidden; opacity: 0; transform: translateY(-8px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  list-style: none; margin: 0;
}
.header .nav-item:hover > .nav-dropdown {
  visibility: visible; opacity: 1; transform: translateY(0);
}
.header .nav-dropdown-item { list-style: none; }
.header .nav-dropdown-link {
  display: block; padding: 8px 20px; color: #121518; font-weight: 400;
  text-decoration: none; transition: all 0.4s ease; font-size: 1em;
}
.header .nav-dropdown-link:hover {
  color: #1a7a9b; background: #f8f9fa; padding-left: 28px;
}

/* Dark dropdown */
.header-menu.dropdown-dark .nav-dropdown { background: #181c20; }
.header-menu.dropdown-dark .nav-dropdown-link { color: #ccc; }
.header-menu.dropdown-dark .nav-dropdown-link:hover { color: #fff; background: rgba(255,255,255,0.05); }

/* d-toggle — dropdown indicator chevron on desktop */
.d-toggle { cursor: pointer; }
.nav-link.d-toggle::after {
  content: ""; display: inline-block; width: 6px; height: 6px;
  border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg); margin-left: 6px; vertical-align: 2px;
}
.nav-dropdown-toggle { display: none; }

/* Header right alignment */
.header.right .header-menu { margin-left: auto; }
.header.right .header-menu-extra { margin-left: 15px; }

/* === HEADER MOBILE === */
@media (max-width: 991.98px) {
  .header .container { height: 65px; }
  .header-toggle { display: block; touch-action: manipulation; position: relative; z-index: 995; }
  .header-menu {
    position: fixed; top: 0; right: -300px; width: 280px; height: 100vh;
    background: #fff; flex-direction: column; align-items: flex-start;
    padding: 80px 30px 30px; box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: right 1.6s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.6s; overflow-y: auto; z-index: 992;
    pointer-events: none; visibility: hidden;
  }
  .header-menu.show {
    right: 0; pointer-events: auto; visibility: visible;
  }
  .header-menu .nav {
    flex-direction: column; width: 100%; gap: 0;
  }
  .header-menu .nav-item { width: 100%; position: relative; }
  .header-menu .nav-link { padding: 10px 0; border-bottom: 1px solid #eee; }
  .header-menu .nav-dropdown {
    position: static; box-shadow: none; padding: 0 0 0 15px;
    visibility: visible; transform: none;
    display: block; max-height: 0; opacity: 0; overflow: hidden;
    transition: max-height 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s ease;
  }
  .header-menu .nav-dropdown.show { max-height: 600px; opacity: 1; }
  .header-menu.dropdown-dark .nav-dropdown { background: transparent; }
  .header-menu.dropdown-dark .nav-dropdown-link { color: #121518; }
  .header-menu.dropdown-dark .nav-dropdown-link:hover { color: #1a7a9b; background: #f8f9fa; }

  .header-toggle.toggle-close span { background: transparent; }
  .header-toggle.toggle-close span::before { top: 0; transform: rotate(45deg); }
  .header-toggle.toggle-close span::after { top: 0; transform: rotate(-45deg); }

  /* Submenu toggles — only on top-level nav-items */
  .header-menu > .nav > .nav-item > .nav-link.d-toggle {
    cursor: pointer; padding-right: 44px; position: relative;
  }
  .header-menu > .nav > .nav-item > .nav-link.d-toggle::after {
    content: "+"; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); border: none;
    width: 44px; height: auto; text-align: center;
    font-size: 1.2em; font-weight: 300; color: #121518;
    margin: 0; vertical-align: baseline;
  }
  .header-menu > .nav > .nav-item.active > .nav-link.d-toggle::after {
    content: "\2013";
  }
  /* Hide JS-generated toggles and sub-item pseudo-elements */
  .nav-dropdown-toggle, .nav-subdropdown-toggle { display: none; }
  .header-menu .nav-dropdown-link::after,
  .header-menu .sd-toggle::after,
  .header-menu .nav-dropdown-item *::after { display: none; content: none; }

  .header-menu-extra { display: none; }
}

/* === PARALLAX === */
.parallax {
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}
@supports (background-attachment: fixed) {
  @media (min-width: 992px) {
    .parallax { background-attachment: fixed; }
  }
}

/* === LISTS === */
.list-unstyled { padding-left: 0; list-style: none; }
.list-unstyled li { min-height: 44px; display: block; padding: 8px 0; }
.list-unstyled a { display: inline-block; min-height: 44px; padding: 8px 0; }
@media (min-width: 768px) {
  .list-unstyled.list-tight li { min-height: auto; padding: 2px 0; }
  .list-unstyled.list-tight a { min-height: auto; padding: 2px 0; }
}
.list-dash { padding-left: 0; list-style: none; }
.list-dash li { min-height: 44px; padding: 3px 0; }
.list-inline { padding-left: 0; list-style: none; margin: 0; }
.list-inline li { display: inline-block; margin-right: 10px; }
.list-dash li::before { content: "\2013"; margin-right: 8px; color: #9ca3af; }

/* === INLINE SVG ICONS === */
.scrolltotop svg, .header-menu-extra svg { width: 1em; height: 1em; vertical-align: -0.125em; }
.icon-5xl svg { width: 2.8em; height: 2.8em; }

/* === SCROLL TO TOP === */
.scrolltotop {
  position: fixed; right: 20px; bottom: 20px;
  transform: translateY(20px); z-index: 992;
  visibility: hidden; opacity: 0;
  transition: all 0.2s ease-out;
}
.scrolltotop.scrolltotop-show {
  transform: translateY(0); visibility: visible; opacity: 1;
}

/* === PAGE PROGRESS === */
.page-progress-container {
  position: fixed; bottom: 0; left: 0;
  z-index: 999; width: 100%; height: 8px;
}
.page-progress-bar { height: 8px; width: 0%; }
.page-progress-gradient-6 {
  background: linear-gradient(160deg, #1a7a9b 0%, #5ab8b0 100%);
}

/* === PRELOADER === */
.preloader {
  position: fixed; top: 0; left: 0; z-index: 9999;
  width: 100%; height: 100%; background: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.3s;
}

/* === CONTACT PAGE === */
.contact-section { padding: 60px 0 80px; }
.contact-intro {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}
.contact-intro h1 {
  font-size: 2.3rem;
  color: #0e4a5e;
  margin: 0 0 14px;
  font-weight: 600;
}
.contact-intro p {
  color: #495057;
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 0;
}
.contact-success-slot { margin: 0 0 20px; }

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: 36px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* Info panel (left) */
.contact-info-panel {
  background: #f4f7f9;
  border: 1px solid #dde5ea;
  border-radius: 12px;
  padding: 26px 26px;
}
.contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e6ecf0;
}
.contact-info-row:first-child { padding-top: 4px; }
.contact-info-row:last-child { padding-bottom: 4px; border-bottom: none; }
.contact-info-row .contact-info-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #e0f2f9;
  color: #0e4a5e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0 0;
  transition: background 0.3s ease, color 0.3s ease;
}
.contact-info-row .contact-info-icon svg { width: 20px; height: 20px; }
.contact-info-row:hover .contact-info-icon { background: #1a7a9b; color: #fff; }
.contact-info-text { flex: 1; min-width: 0; }
.contact-info-text h3 {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #0e4a5e;
  margin: 0 0 4px;
  font-family: "Inter", sans-serif;
}
.contact-info-text a {
  color: #121518;
  text-decoration: none;
  font-size: 0.96rem;
  transition: color 0.2s ease;
  word-break: break-word;
}
.contact-info-text a:hover { color: #1a7a9b; }
.contact-info-text p { margin: 2px 0; color: #495057; font-size: 0.92rem; line-height: 1.55; }

/* Contact form (right) */
.contact-form {
  background: #fff;
  padding: 32px 36px;
  border-radius: 12px;
  border: 1px solid #dde5ea;
  text-align: left;
}
.contact-form .form-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0e4a5e;
  margin: 0 0 6px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #c9d4dc;
  border-radius: 8px;
  font: inherit;
  font-size: 0.95rem;
  color: #121518;
  background: #fff;
  margin-bottom: 18px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #9ca3af; }
.contact-form input:hover,
.contact-form textarea:hover { border-color: #1a7a9b; }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1a7a9b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(26, 122, 155, 0.15);
}
.contact-form textarea { min-height: 160px; resize: vertical; }
.contact-form-row { display: flex; flex-wrap: wrap; gap: 18px; }
.contact-form-row > .contact-form-field { flex: 1; min-width: 220px; }
.contact-form-field { display: flex; flex-direction: column; }
.contact-form-field input,
.contact-form-field textarea { margin-bottom: 0; }
.contact-form-field + .contact-form-field { margin-top: 18px; }
.contact-form-actions { margin-top: 22px; text-align: center; }
.contact-form-actions .button { min-width: 180px; }
.contact-form-hint {
  font-size: 0.78rem;
  color: #6e6e6e;
  text-align: center;
  margin-top: 14px;
}
.contact-form-success {
  background: #e6f4ea;
  border: 1px solid #58b079;
  border-radius: 10px;
  padding: 18px 22px;
  color: #1b5e37;
  text-align: center;
  font-size: 0.95rem;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .contact-form { padding: 24px 22px; }
  .contact-form-row { flex-direction: column; gap: 0; }
  .contact-form-row > .contact-form-field + .contact-form-field { margin-top: 18px; }
}
.submit-result.show-result { display: block; }

/* === LIGHTBOX (Magnific Popup) === */
.lightbox-media-link { cursor: pointer; }
.mfp-bg {
  position: fixed; top: 0; left: 0; z-index: 1040;
  width: 100%; height: 100%; background: rgba(0,0,0,0.8);
}
.mfp-wrap {
  position: fixed; top: 0; left: 0; z-index: 1043;
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.mfp-container { position: relative; max-width: 90%; max-height: 90%; }
.mfp-content img { max-width: 100%; height: auto; }
.mfp-close {
  position: absolute; top: -40px; right: 0;
  color: #fff; font-size: 28px; cursor: pointer;
  background: none; border: none; padding: 0;
}

/* === GOOGLE MAPS === */
.gmap, .gmap-lg, .google-maps { width: 100%; }
.gmap { height: 300px; }
.gmap-lg { height: 450px; }

/* === MISC === */
.center { text-align: center; margin: 0 auto; }
.hide { display: none; }
.animated { animation-duration: 0.5s; animation-fill-mode: both; }
.disabled { opacity: 0.5; pointer-events: none; }

/* === SCROLL REVEAL === */
@keyframes revealUp {
  from { opacity: 0; transform: translateY(60px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes revealFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.reveal { opacity: 0; }
.reveal.revealed {
  animation: revealUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.reveal.revealed:nth-child(2) { animation-delay: 0.15s; }
.reveal.revealed:nth-child(3) { animation-delay: 0.3s; }
.reveal.revealed:nth-child(4) { animation-delay: 0.45s; }

/* Hero text entrance */
@keyframes heroReveal {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.section-2xl .font-family-tertiary {
  animation: heroReveal 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}
.section-2xl .button {
  opacity: 0;
  animation: revealUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.section-2xl .button:nth-child(1) { animation-delay: 0.8s; }
.section-2xl .button:nth-child(2) { animation-delay: 1.0s; }

/* Parallax hero text — no auto-animation, handled by scroll reveal */

/* === RESPONSIVE — blog hero zonder image op mobile/tablet === */
@media (max-width: 991.98px) {
  .blog-post-hero.bg-image {
    background-image: none;
    background-color: #181c20;
  }
}

/* === RESPONSIVE === */
@media (max-width: 767.98px) {
  .section, .section-md { padding: 60px 0; }
  .section-lg { padding: 100px 0; }
  .section-xl { padding: 120px 0; }
  .section-2xl { padding: 150px 0; }
  .display-3 { font-size: 2.5rem; }
  .display-5 { font-size: 1.5rem; }
  .display-6 { font-size: 1.25rem; }
  .prose h1 { font-size: 1.5rem; }
  .prose h2 { font-size: 1.25rem; }
  .prose h3 { font-size: 1.1rem; }

  /* Footer mobile */
  .section-sm .container { padding-left: 25px; padding-right: 25px; }
  .list-compact li { min-height: auto; padding: 2px 0; line-height: 1.3; }
}

/* === BLOG === */

/* Latest-3 block on homepage */
.blog-latest-section { background: #f1f5f9; }
.blog-latest-section .blog-latest-header { text-align: center; margin-bottom: 40px; }
.blog-latest-section .blog-latest-header h2 { color: #1a7a9b; margin: 0 0 10px; font-size: 1.75rem; font-weight: 600; }
.blog-latest-section .blog-latest-header p { color: #6e6e6e; margin: 0; }
.blog-latest-section .blog-latest-cta { text-align: center; margin-top: 30px; }

/* Blog index page */
.blog-index { padding: 60px 0 100px; background: #f1f5f9; }
.blog-index-intro { text-align: center; margin-bottom: 50px; }
.blog-index-intro h1 { font-size: 2rem; color: #0e4a5e; font-weight: 600; margin: 0 0 12px; }
.blog-index-intro p { color: #495057; max-width: 640px; margin: 0 auto; }
.blog-empty { text-align: center; color: #6e6e6e; padding: 40px 0; }

/* Card grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 991.98px) { .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; } }
@media (max-width: 600px)    { .blog-grid { grid-template-columns: 1fr; gap: 20px; } }

/* Card */
.blog-card {
  background: #fff;
  border: 1px solid #e4e8ec;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s, border-color 0.4s;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(26,122,155,0.12);
  border-color: #1a7a9b;
}
.blog-card-link {
  display: flex; flex-direction: column;
  padding: 28px 26px 24px;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.blog-card-link:hover { text-decoration: none; }
.blog-card-category {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a7a9b;
  margin-bottom: 14px;
}
.blog-card-title {
  font-family: Baskerville, "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #121518;
  line-height: 1.35;
  margin: 0 0 12px;
}
.blog-card:hover .blog-card-title { color: #1a7a9b; }
.blog-card-summary {
  color: #5e5e5e;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 22px;
  flex-grow: 1;
}
.blog-card-meta {
  display: flex; align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #eef2f6;
}
.blog-card-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
}
.blog-card-meta-text { display: flex; flex-direction: column; line-height: 1.3; }
.blog-card-author { font-size: 0.82rem; color: #121518; font-weight: 500; }
.blog-card-date   { font-size: 0.75rem; color: #6e6e6e; }

/* Pagination */
.blog-pagination {
  display: flex; justify-content: center; align-items: center;
  gap: 8px; margin-top: 50px; flex-wrap: wrap;
}
.blog-pagination a {
  min-width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 14px;
  border: 1px solid #e4e8ec;
  border-radius: 6px;
  color: #121518;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s;
}
.blog-pagination a:hover { border-color: #1a7a9b; color: #1a7a9b; }
.blog-pagination a.active {
  background: #1a7a9b; border-color: #1a7a9b; color: #fff;
  pointer-events: none;
}

/* ─── Blog post layout ─── */

/* Hero image met h1 overlay */
.blog-post-hero {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0 90px;
  overflow: hidden;
}
.blog-post-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.62) 100%);
  z-index: 1;
}
.blog-post-hero > .container { position: relative; z-index: 2; }
.blog-post-hero .blog-breadcrumb {
  color: rgba(255,255,255,0.88);
  margin: 0 0 22px;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.blog-post-hero .blog-breadcrumb a { color: rgba(255,255,255,0.88); text-decoration: none; }
.blog-post-hero .blog-breadcrumb a:hover { color: #fff; }
.blog-post-hero .blog-breadcrumb-sep { color: rgba(255,255,255,0.45); margin: 0 8px; }
.blog-post-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.22;
  margin: 60px 0 0;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0,0,0,0.55);
}
@media (max-width: 767.98px) {
  .blog-post-hero { padding: 80px 0 70px; }
  .blog-post-title { font-size: 1.6rem; margin-top: 50px; }
}

/* Body-sectie onder hero */
.blog-post-body-section { padding: 60px 0 90px; }
@media (max-width: 767.98px) { .blog-post-body-section { padding: 40px 0 60px; } }

/* Regular inline breadcrumb (fallback voor niet-hero pages) */
.blog-breadcrumb {
  font-size: 0.82rem;
  color: #6e6e6e;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.blog-breadcrumb a { color: #6e6e6e; text-decoration: none; }
.blog-breadcrumb a:hover { color: #1a7a9b; }
.blog-breadcrumb-sep { margin: 0 6px; color: #c2cbd3; }

/* Author/datum onder hero */
.blog-meta {
  display: flex; align-items: center; gap: 14px;
  margin: 0 0 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eef2f6;
}
.blog-meta-avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
.blog-meta-text { display: flex; flex-direction: column; line-height: 1.4; }
.blog-meta-author { font-size: 0.92rem; color: #121518; }
.blog-meta-author a { color: #1a7a9b; text-decoration: none; }
.blog-meta-author a:hover { text-decoration: underline; }
.blog-meta-author-title { color: #6e6e6e; }
.blog-meta-date { font-size: 0.82rem; color: #6e6e6e; }

/* Author card at bottom — gestippelde rand rondom */
.blog-author-card {
  display: flex; gap: 22px;
  margin-top: 60px;
  padding: 28px;
  background: #f1f5f9;
  border: 1px dotted #1a7a9b;
  border-radius: 6px;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.blog-author-card:hover {
  background: #e3ebf2;
  border-color: #145f78;
}
.blog-author-card-avatar-link {
  flex-shrink: 0;
  align-self: flex-start;
  display: block;
  width: 96px; height: 96px;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
}
.blog-author-card-avatar-link:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(26,122,155,0.25);
}
.blog-author-card-avatar-link:hover .blog-author-card-avatar {
  filter: brightness(1.08);
}
.blog-author-card-avatar {
  width: 96px; height: 96px;
  border-radius: 50%;
  display: block;
  transition: filter 0.4s ease;
}
.blog-author-card-body h3 { margin: 0 0 10px; color: #0e4a5e; font-size: 1.1rem; }
.blog-author-card-body p { margin: 0 0 14px; color: #495057; font-size: 0.95rem; }
.blog-author-card-body p:last-child { margin-bottom: 0; }
.blog-author-card-body a:not(.button) {
  color: #0e4a5e;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.blog-author-card-body a:not(.button):hover { color: #145f78; }
.button.button-outline-blue, a.button.button-outline-blue {
  background: transparent; border: 1px solid #1a7a9b; color: #1a7a9b;
}
.button.button-outline-blue:hover, a.button.button-outline-blue:hover {
  background: #1a7a9b; color: #fff;
}
@media (max-width: 576px) {
  .blog-author-card { flex-direction: column; text-align: center; align-items: center; padding: 24px 20px; }
  .blog-author-card .blog-author-card-avatar-link { align-self: center; }
  .blog-author-card-body p:last-child { margin-top: 24px; }
}

/* === FAQ ACCORDION === */
.faq-section { margin: 50px 0 16px; }
.faq-section > h2 {
  font-size: 1.5rem; font-weight: 600;
  color: #0e4a5e; margin: 0 0 22px;
  font-family: Baskerville, "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
.accordion-group { display: flex; flex-direction: column; gap: 12px; }
.accordion-item {
  position: relative;
  background: #f4f7f9;
  border: 1px solid #dde5ea;
  border-radius: 10px;
  overflow: hidden;
  transition: background-color 0.45s ease, border-color 0.45s ease;
}
.accordion-item::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #1a7a9b;
  border-radius: 10px 0 0 10px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.accordion-item.active::before { transform: scaleY(1); }
.accordion-item:hover { background: #ecf2f6; }
.accordion-item.active { background: #f4f7f9; border-color: #1a7a9b; }
.accordion-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: padding 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.accordion-item.active .accordion-header { padding-bottom: 12px; }
.accordion-header h3 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.98rem; font-weight: 600;
  color: #2d333b; line-height: 1.45;
  margin: 0; flex: 1; padding-right: 18px;
  transition: color 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.accordion-item.active .accordion-header h3 { color: #0e4a5e; }
.accordion-chevron {
  flex-shrink: 0;
  width: 30px; height: 30px;
  position: relative;
  margin-left: 16px;
  border-radius: 50%;
  background: #e1e8ed;
  transition: background-color 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.accordion-header:hover .accordion-chevron { background: #c9d4dc; transform: scale(1.08); }
.accordion-item.active .accordion-chevron {
  background: rgba(26, 122, 155, 0.12);
  box-shadow: 0 0 0 5px rgba(26, 122, 155, 0.08);
  transform: rotate(180deg);
}
.accordion-chevron::before,
.accordion-chevron::after {
  content: ""; position: absolute;
  background: #6b7280; border-radius: 2px;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.accordion-chevron::before { top: 50%; left: 8px; width: 14px; height: 2px; transform: translateY(-50%); }
.accordion-chevron::after { top: 8px; left: 50%; width: 2px; height: 14px; transform: translateX(-50%); }
.accordion-item.active .accordion-chevron::before { background-color: #0e4a5e; }
.accordion-item.active .accordion-chevron::after {
  transform: translateX(-50%) scaleY(0); opacity: 0; background-color: #0e4a5e;
}
.accordion-content {
  overflow: hidden; height: 0; opacity: 0;
  transition: height 1.0s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
  padding: 0 22px;
}
.accordion-item.active .accordion-content { opacity: 1; }
.accordion-content-inner {
  padding-bottom: 22px;
  transform: translateY(18px); opacity: 0;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.18s,
              opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}
.accordion-item.active .accordion-content-inner { transform: translateY(0); opacity: 1; }
.accordion-item.closing .accordion-content-inner {
  transform: translateY(-10px); opacity: 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 1, 1),
              opacity 0.35s cubic-bezier(0.4, 0, 1, 1);
}
.accordion-item.closing .accordion-content {
  transition: height 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.12s,
              opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-content-inner p {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.95rem; font-weight: 400;
  color: #495057; line-height: 1.8;
  margin: 0;
}

/* === PRINT === */
@media print {
  .header, .scrolltotop, .page-progress-container { display: none; }
  .section, .section-md, .section-sm, .section-lg, .section-xl, .section-2xl { padding: 20px 0; }
  body { font-size: 12pt; }
}

/* Visible breadcrumb + lastmod */
.section-breadcrumb { padding: 14px 0 0 0; background: transparent; }
.visible-breadcrumb { font-size: 0.85rem; color: #6e6e6e; font-family: "Inter", sans-serif; }
.visible-breadcrumb a { color: #1a7a9b; text-decoration: none; }
.visible-breadcrumb a:hover { color: #145f78; text-decoration: underline; }
.visible-breadcrumb .bc-sep { color: #c4c4c4; margin: 0 6px; }
.section-lastmod { padding: 10px 0 30px 0; margin-top: 30px; }
.lastmod-line, .lastmod-line small { color: #595959; font-size: 0.85rem; text-align: center; margin: 0; font-family: "Inter", sans-serif; }

/* Team cards (about us partner bios) */
.team-bio {
  display: flex; align-items: flex-start; gap: 24px;
  margin-bottom: 28px; padding: 28px 32px;
  background: #f4f7fa; border: 1px solid #e1e8ef; border-radius: 10px;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.team-bio:hover { background: #e3ebf2; border-color: #145f78; }
.team-bio a:has(.team-avatar) { flex-shrink: 0; display: block; cursor: pointer; }
.team-avatar {
  width: 130px; height: 130px; border-radius: 50%; display: block;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), filter 0.4s ease;
}
.team-avatar:hover { transform: scale(1.06); filter: brightness(1.08); }
.team-bio p { margin: 0; color: #495057; font-size: 0.95rem; line-height: 1.55; }
.team-bio a:not(:has(.team-avatar)) { color: #0e4a5e; text-decoration: underline dotted; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: rgba(14,74,94,0.35); }
.team-bio a:not(:has(.team-avatar)):hover { color: #145f78; text-decoration-color: rgba(20,95,120,0.55); }
@media (max-width: 576px) {
  .team-bio { flex-direction: column; text-align: center; align-items: center; padding: 24px 20px; }
  .team-bio p { text-align: left; }
}

/* Editor card (glossary pages) */
.editor-card {
  display: flex; align-items: flex-start; gap: 20px;
  margin: 40px 0 0; padding: 28px 32px;
  background: #f4f7fa; border: 1px solid #e1e8ef; border-radius: 10px;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.editor-card:hover { background: #e3ebf2; border-color: #145f78; }
.editor-card-avatar-link {
  flex-shrink: 0; display: block; width: 72px; height: 72px;
  border-radius: 50%; overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
}
.editor-card-avatar-link:hover { transform: scale(1.06); box-shadow: 0 4px 14px rgba(26,122,155,0.25); }
.editor-card-avatar { width: 72px; height: 72px; border-radius: 50%; display: block; transition: filter 0.4s ease; }
.editor-card-avatar-link:hover .editor-card-avatar { filter: brightness(1.08); }
.editor-card-initials {
  width: 72px; height: 72px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center;
  background: #0e4a5e; color: #fff; font-size: 1.3rem; font-weight: 600;
  font-family: "Inter", sans-serif; letter-spacing: 1px;
}
.editor-card-body h4 { margin: 0 0 6px; color: #0e4a5e; font-size: 1rem; font-weight: 600; }
.editor-card-body p { margin: 0 0 10px; color: #495057; font-size: 0.9rem; line-height: 1.55; }
.editor-card-body p:last-child { margin-bottom: 0; }
.editor-card-body a { color: #0e4a5e; text-decoration: underline dotted; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: rgba(14,74,94,0.35); }
.editor-card-body a:hover { color: #145f78; text-decoration-color: rgba(20,95,120,0.55); }
@media (max-width: 576px) {
  .editor-card { flex-direction: column; text-align: center; align-items: center; padding: 24px 20px; }
  .editor-card .editor-card-avatar-link { align-self: center; }
}

/* Portrait link hover (Meet Remko / avatar links) */
.portrait-link { display: inline-block; overflow: hidden; border-radius: 8px; }
.portrait-link img { display: block; transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), filter 0.4s ease; }
.portrait-link:hover img { transform: scale(1.03); filter: brightness(0.92); }

/* Blog index intro 2-column override (blog-index-intro is centered by default) */
.blog-index-intro-cols { text-align: left; }
.blog-index-intro-cols p { max-width: none; margin: 0 0 1rem; }
.blog-index-intro a { color: #156f8c; text-decoration: underline; text-decoration-color: rgba(21,111,140,0.3); text-underline-offset: 2px; text-decoration-thickness: 1px; }
.blog-index-intro a:hover { color: #0e4a5e; text-decoration-color: rgba(20,95,120,0.6); }
