/*
Theme Name: iGiSNext
Description: One-page WordPress theme for iGiSNext
Version: 3.4
*/

:root {
  --blue: #033dff;
  --blue-dark: #0f1e4f;
  --green: #52ffa8;
  --green-soft: #dfffee;
  --white: #eae6dc;
  --offwhite: #f4eff2;
  --surface: #f6f6f8;
  --text: #1f2430;
  --text-soft: #40444f;
  --home-shell: min(1120px, calc(100% - 3rem));
  --home-copy: 35rem;
  --panel-width: 52.5rem;
  --line: rgba(3, 61, 255, 0.12);
  --shadow: 0 18px 54px rgba(9, 25, 70, 0.08);
  --radius-lg: 1.9rem;
  --radius-md: 1.15rem;
  --radius-sm: 0.85rem;
  --illus-col: 18.75rem;
  --content-col: 16.25rem;
  --text-col: 50rem;
  --layout-gap: 1.25rem;
  --container: min(var(--panel-width), calc(100% - 2rem));
  --header-height: 5.8rem;
  --header-offset-y: 2rem;
  --header-blur-zone-height: 170px;
  --header-blur-activate: 420px;
  --header-blur-strength: 4px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  line-height: 1.45;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

[hidden] {
  display: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-main {
  padding-top: 0;
}

.header-container,
.section__inner,
.footer-container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: var(--header-offset-y);
}

.header-blur-zone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-blur-zone-height);
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(var(--header-blur-strength)) saturate(1.04);
  backdrop-filter: blur(var(--header-blur-strength)) saturate(1.04);
  transition: opacity 220ms ease;
}

.header-blur-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.12) 38%, rgba(255, 255, 255, 0.06) 100%);
}

.header-blur-zone::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.03) 55%, rgba(255, 255, 255, 0) 100%);
}

body.header-blur-active .header-blur-zone {
  opacity: 1;
}

.admin-bar .site-header {
  top: 32px;
}

.admin-bar .header-blur-zone {
  top: 32px;
}

.header-container {
  min-height: var(--header-height);
  width: var(--home-shell);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 0;
  transform: translateX(40px);
}

.header-brand,
.header-actions {
  min-width: 0;
}

.header-brand a {
  display: inline-flex;
  align-items: center;
}

.logo-image {
  width: clamp(252px, 25.2vw, 384px);
}

.logo-image--menu {
  display: none;
}

body.menu-open .logo-image--default {
  display: none;
}

body.menu-open .logo-image--menu {
  display: block;
}

.logo-fallback {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--blue);
}

.header-breadcrumb {
  display: none;
}

.header-actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

.header-cta,
.language-toggle,
.hamburger-menu,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  border-radius: 999px;
  font-weight: 600;
}

.header-cta {
  padding: 0.55rem 1.35rem;
  background: var(--green);
  color: var(--blue);
  box-shadow: none;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.language-toggle {
  width: 2.8rem;
  padding: 0;
  border: none;
  background: var(--green);
  color: var(--blue-dark);
  cursor: pointer;
  box-shadow: none;
  font-size: 0;
  position: relative;
  overflow: visible;
  z-index: 101;
}

.language-toggle__icon {
  width: 1.725rem;
  height: 1.725rem;
  position: relative;
  z-index: 2;
}

.language-toggle.is-lottie-active {
  background: transparent;
  border: none;
  box-shadow: none;
}

.language-lottie-container {
  position: absolute;
  width: 350px;
  height: 350px;
  top: 50%;
  left: 50%;
  transform: translate(-295px, -93px) scale(0.75);
  transform-origin: 291px 93px;
  pointer-events: none;
  z-index: 1;
}

.language-lottie-container svg {
  width: 100%;
  height: 100%;
  display: block;
}

.language-panel {
  position: absolute;
  top: 65px;
  right: 45px;
  width: 180px;
  padding: 10px 20px;
  background: transparent;
  box-shadow: none;
  border: none;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.language-panel.is-active {
  opacity: 1;
  visibility: visible;
}

.language-panel a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  text-align: right;
  transition: opacity 0.2s ease;
}

.language-panel a:hover {
  opacity: 0.7;
}

.language-panel .is-active,
.language-panel a.is-active {
  color: var(--blue-dark);
  background: transparent;
}

/* ==========================================================================
   HAMBURGER MENU
   ========================================================================== */
.hamburger-menu {
  width: 2.8rem;
  padding: 0;
  border: 0;
  background: var(--green);
  color: var(--blue-dark);
  cursor: pointer;
  box-shadow: none;
  position: relative;
  flex-direction: column;
  gap: 0.22rem;
}

.hamburger-line {
  width: 0.95rem;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hamburger-menu[aria-expanded="true"] {
  gap: 0;
}

.hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(1) {
  transform: translateY(2px) rotate(45deg);
}

.hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(3) {
  transform: translateY(-2px) rotate(-45deg);
}

.fullscreen-nav {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  align-items: start;
  padding: calc(var(--header-height) + 1rem) 0 2rem;
  background: rgba(3, 61, 255, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.fullscreen-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}

.nav-container {
  width: var(--home-shell);
  margin: 130px auto 0;
  color: var(--white);
  display: grid;
  grid-template-columns: clamp(252px, 25.2vw, 384px) 1fr;
  gap: 2rem;
  align-items: start;
  transform: translateX(-30px);
}

.nav-branding {
  display: block;
  min-height: 1px;
}

.nav-branding .nav-logo {
  display: none;
}

.fullscreen-nav .menu,
.fullscreen-nav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu {
  display: grid;
  gap: 0.35rem;
}

.primary-menu > .menu-item > a {
  display: block;
  padding: 0.4rem 0;
  font-size: clamp(1.85rem, 3.2vw, 2.4rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--white);
}

.primary-menu > .menu-item-has-children > a {
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.primary-menu > .menu-item-has-children > a::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 1.6rem;
  background: center / contain no-repeat url("img/figree-pijl.svg");
  transform: translateY(3px);
  transition: transform 0.2s ease;
}

.primary-menu > .menu-item-has-children.is-expanded > a,
.primary-menu > .menu-item-has-children > a[aria-expanded="true"] {
  color: var(--green);
}

.primary-menu > .menu-item-has-children.is-expanded > a::after {
  transform: translateY(2px) rotate(180deg);
}

.primary-menu li > .sub-menu {
  display: none;
  gap: 0.1rem;
  padding: 0 0 0.4rem 1.5rem;
}

.primary-menu li.is-expanded > .sub-menu {
  display: grid;
}

.primary-menu .sub-menu a {
  display: block;
  padding: 0.18rem 0;
  color: var(--white);
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  font-weight: 400;
  line-height: 1.15;
}

.primary-menu .sub-menu .menu-item {
  position: relative;
}

.primary-menu .sub-menu .menu-item::before {
  content: "•";
  position: absolute;
  left: -0.9rem;
  top: calc(0.3rem + 12px);
  color: var(--white);
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--white);
  font-size: 0;
  line-height: 0;
}

.submenu-toggle {
  display: none;
}

.primary-menu .menu-item-has-children > .submenu-toggle {
  display: none;
}

.section {
  --section-space-y: 5.25rem;
  padding-block: var(--section-space-y);
  scroll-margin-top: 6rem;
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading--left {
  text-align: left;
}

.section-heading--flat {
  margin-bottom: 0;
}

.section-heading--narrow {
  max-width: var(--text-col);
}

.section-kicker {
  margin-bottom: calc(0.6rem - 10px);
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.section-kicker::before {
  content: "_ ";
}

.section-heading h2,
.overview-intro h2,
.contact-layout h2 {
  margin-bottom: 0.8rem;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1667;
  letter-spacing: 0.03em;
}

.section-heading p:not(.section-kicker),
.overview-intro p,
.card p,
.panel-list-item p,
.founder-card p,
.faq-panel p,
.contact-links a {
  font-size: 1.125rem;
  line-height: 1.1667;
  letter-spacing: 0.03em;
  color: #1f2a44;
}

.section-hero {
  padding: 0;
  margin-top: -6rem;
}

.hero-stage {
  position: relative;
  min-height: min(44vw, 480px);
  overflow: hidden;
  isolation: isolate;
}

.hero-stage__backdrop,
.hero-stage__image,
.hero-stage__overlay,
.hero-stage__sky,
.hero-stage__city,
.hero-stage__canopy {
  position: absolute;
  inset: 0;
}

.hero-stage__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-stage__overlay {
  background: linear-gradient(180deg, rgba(10, 17, 35, 0.12) 0%, rgba(10, 17, 35, 0.08) 45%, rgba(10, 17, 35, 0.34) 100%);
}

.hero-stage__sky {
  background: linear-gradient(180deg, rgba(174, 202, 255, 0.9), rgba(203, 217, 245, 0.65)),
              linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
}

.hero-stage__city {
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(14, 33, 82, 0.35)),
              repeating-linear-gradient(90deg, rgba(28, 48, 93, 0.18) 0 28px, rgba(255, 255, 255, 0.06) 28px 42px, rgba(14, 33, 82, 0.18) 42px 70px);
  opacity: 0.9;
}

.hero-stage__canopy {
  top: 2.4rem;
  left: 50%;
  width: min(72vw, 56rem);
  height: min(48vw, 34rem);
  transform: translateX(-50%);
  border-radius: 50% 50% 44% 44% / 42% 42% 58% 58%;
  background: radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.38) 0 8%, transparent 9%),
              linear-gradient(180deg, rgba(29, 106, 255, 0.92), rgba(6, 56, 167, 0.96));
  box-shadow: 0 30px 90px rgba(5, 35, 126, 0.36);
}

.hero-stage__canopy::before,
.hero-stage__canopy::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.hero-stage__canopy::before {
  background: linear-gradient(78deg, transparent 46%, rgba(255, 255, 255, 0.14) 47%, transparent 48%),
              linear-gradient(102deg, transparent 46%, rgba(255, 255, 255, 0.14) 47%, transparent 48%),
              linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.18) 50%, transparent 51%);
  opacity: 0.95;
}

.hero-stage__canopy::after {
  inset: auto 50% 20%;
  width: 0.55rem;
  height: 0.55rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #0d1540;
}

.hero-stage__content {
  position: relative;
  width: var(--home-shell);
  min-height: min(44vw, 480px);
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 1fr);
  align-items: start;
  justify-items: stretch;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
}

.hero-title-block {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  width: min(100%, 520px);
  text-align: center;
  color: var(--white);
}

.hero-mission {
  display: none;
}

.hero-title-block h1 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1667;
  letter-spacing: 0.03em;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}

.hero-intro-block {
  --single-col-offset-x: 30px;
  width: var(--container);
  display: grid;
  grid-template-columns: clamp(90px, 12vw, 150px) minmax(20rem, 28rem) 1fr;
  column-gap: 1.5rem;
  row-gap: 1.6rem;
  align-items: start;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}

.home-middle-column {
  grid-column: 2;
  min-width: 0;
}

.home-middle-illustration {
  width: min(100%, 28rem);
  height: auto;
  margin: 0 0 1.6rem;
  display: block;
}

.overview-intro {
  margin-inline: 0;
  text-align: left;
}

.home-overview-illustration {
  display: block;
  width: min(100%, 28em);
  height: auto;
  margin: 0 0 1.2rem;
}

.overview-intro h2 {
  margin-bottom: 1rem;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1667;
  letter-spacing: 0.03em;
}

.overview-intro p {
  color: #1f2a44;
  font-size: 1.125rem;
  line-height: 1.1667;
  letter-spacing: 0.03em;
}

.section-problem {
  padding-block: var(--section-space-y);
}

.cards {
  display: grid;
  gap: 1rem;
}

.cards-problem,
.what-cards,
.cards-three,
.process-grid {
  --three-col-gap: 1.3rem;
  --three-col-inset: 1.45rem;
  gap: var(--three-col-gap);
  padding-inline: var(--three-col-inset);
}

.cards-problem {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  padding-block: var(--text-panel-pad-y);
  border-radius: 1.15rem;
  background: #f7eef3;
}

.cards-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: 1rem;
  border-radius: 0;
}

.card-plain {
  background: transparent;
  border: 0;
}

.card-soft {
  background: #f7eef3;
  border: 0;
}

.card h3,
.safety-list h3,
.safety-list h4 {
  margin-bottom: 0.5rem;
  color: var(--blue);
  font-size: 1.18rem;
  line-height: 1.15;
}

.founder-card h3 {
  margin-bottom: 0.3rem;
  color: var(--blue);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.1;
}

.section-problem .section-heading p:not(.section-kicker) {
  max-width: 42rem;
}

.section-problem .card {
  padding: 0;
}

.section-problem .card h3 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.05;
}

.section-problem .card p {
  font-size: 12px;
  line-height: 1.26;
}

.section-what {
  padding-block: var(--section-space-y);
}

.section-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.section-layout--with-illustration {
  grid-template-columns: clamp(90px, 12vw, 150px) minmax(0, 1fr);
}

.section-illustration-column {
  display: block;
  width: calc(100% + 50px);
  margin-left: -50px;
}

.section-illustration-column--empty {
  min-height: 1px;
}

.section-illustration-frame {
  position: relative;
  padding-top: 1rem;
}

/* Schuif de cloud animatie in 'Wat we doen' 50px omhoog */
#wat-we-doen .section-illustration-frame {
  transform: translateY(-50px);
}

.section-illustration-frame--lottie {
  min-height: 9rem;
}

.section-illustration-image {
  display: block;
  width: 100%;
  height: auto;
}

.section-illustration-image--poster {
  transition: opacity 220ms ease;
}

.section-illustration-frame--lottie.is-ready .section-illustration-image--poster {
  opacity: 0;
}

.section-lottie {
  position: relative;
  width: 100%;
  min-height: 9rem;
  aspect-ratio: 1 / 1.18;
}

.section-illustration-image--poster + .section-lottie {
  position: absolute;
  inset: 1rem 0 0;
}

.section-lottie svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.section-content-column {
  min-width: 0;
  --text-col-stack-space: 1.8rem;
  --text-panel-pad-y: 1.35rem;
  --single-col-offset-x: 30px;
}

.section-content-column > * + * {
  margin-top: var(--text-col-stack-space);
}

.section-content-column > .section-heading,
.section-content-column > .what-heading,
.section-content-column > .contact-layout > .section-heading {
  margin-bottom: 0;
}

.section-content-column > .cards-problem,
.section-content-column > .what-cards,
.section-content-column > .pillars-panel,
.section-content-column > .outcomes-panel,
.section-content-column > .cards-three,
.section-content-column > .panel-list--box,
.section-content-column > .process-grid,
.section-content-column > .founders-grid,
.section-content-column > .safety-list,
.section-content-column > .faq-accordion {
  margin-top: var(--text-col-stack-space);
}

.section-content-column .contact-layout > * + * {
  margin-top: var(--text-col-stack-space);
}

.section-content-column > .section-heading,
.section-content-column > .what-heading,
.section-content-column > .contact-layout > .section-heading {
  margin-inline: var(--single-col-offset-x);
}

.what-heading {
  margin-bottom: 0;
}

.what-heading > p:not(.section-kicker) {
  max-width: 50rem;
}

.what-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  padding-block: var(--text-panel-pad-y);
  border-radius: 1.15rem;
  background: #f7eef3;
}

.what-cards .card-soft {
  min-height: 7.6rem;
  padding: 1.1rem 0.95rem 1rem;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.what-cards .card-soft h3 {
  margin-bottom: 0.2rem;
  font-size: 1.05rem;
  line-height: 1.1;
}

.what-cards .card-soft p {
  font-size: 12px;
  line-height: 1.35;
}

.founder-role {
  margin-bottom: 0.7rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
}

.pillars-panel,
.outcomes-panel {
  margin-top: 0;
  padding: var(--text-panel-pad-y) 1.45rem;
  border-radius: 1.15rem;
  background: #f7eef3;
}

.pillars-model-image {
  width: min(100%, 28rem);
  height: auto;
  margin: 0 auto 1.2rem;
  display: block;
}

.pillars-outro {
  max-width: 42rem;
  margin-inline: var(--single-col-offset-x);
}

.outcomes-outro {
  max-width: 42rem;
  margin-inline: var(--single-col-offset-x);
}

.audience-outro {
  max-width: 42rem;
  margin-inline: var(--single-col-offset-x);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
}

.pillars-column {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.pillar-item h3 {
  margin-bottom: 0.2rem;
  color: var(--blue);
  font-size: 1.05rem;
  line-height: 1.08;
}

.pillar-item p {
  max-width: 16rem;
  font-size: 12px;
  line-height: 1.28;
}

.outcomes-panel .card p {
  font-size: 12px;
  line-height: 1.28;
}

.contact-layout {
  display: block;
}

.panel-list--box {
  margin-top: 0;
  padding: var(--text-panel-pad-y) 1.5rem;
  border-radius: 1.15rem;
  background: #f7eef3;
}

.panel-list--box h3 {
  margin-bottom: 0.7rem;
  color: var(--blue);
}

.panel-list--box .panel-list-item {
  border-bottom: 0;
}

.panel-list--box .panel-list-item:first-child {
  padding-top: 0;
}

.panel-list--box .panel-list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.panel-list {
  display: grid;
  gap: 0.85rem;
}

.panel-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.75rem;
  padding: 0.35rem 1rem;
  border-bottom: 1px solid rgba(3, 61, 255, 0.1);
}

.panel-list--box .panel-list-item p {
  line-height: 1.08;
}

.panel-list-dot {
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.42rem;
  border-radius: 999px;
  background: var(--green);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  padding-block: var(--text-panel-pad-y);
  border-radius: 1.15rem;
  background: #f7eef3;
}

.process-card {
  padding: 1.1rem 0.95rem 1rem;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.process-card h3 {
  margin-bottom: 0.2rem;
  font-size: 1.05rem;
  line-height: 1.1;
}

.process-card p {
  font-size: 12px;
  line-height: 1.35;
}

.founders-grid {
  display: grid;
  gap: 2.5rem;
  margin-top: 0;
  margin-inline: var(--single-col-offset-x);
}

.founder-card {
  display: flex;
  flex-direction: column;
}

.founder-card__media {
  order: -1;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
  width: 11rem;
  height: 11rem;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(3, 61, 255, 0.08), rgba(82, 255, 168, 0.3));
}

.founder-card__content {
  min-width: 0;
}

.founder-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.founder-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 3rem;
  font-weight: 700;
}

.safety-list {
  margin-inline: var(--single-col-offset-x);
}

.safety-list h3 {
  margin-bottom: 0.8rem;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1667;
  letter-spacing: 0.03em;
}

.safety-accordion {
  display: grid;
}

.safety-item {
  padding-bottom: 0.55rem;
  border-bottom: 0;
  background-image: url("img/lijn-regular-blue.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

.safety-item h4,
.faq-item h4 {
  margin: 0;
}

.safety-item + .safety-item {
  margin-top: 0.55rem;
}

.safety-trigger {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.35rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #11151f;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
}

.safety-trigger > span:first-child {
  min-width: 0;
}

.safety-icon {
  display: block;
  flex: 0 0 auto;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.42rem;
  background-color: currentColor;
  -webkit-mask: center / contain no-repeat url("img/figree-pijl.svg");
  mask: center / contain no-repeat url("img/figree-pijl.svg");
  transform: rotate(0deg);
  opacity: 0.95;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.safety-trigger[aria-expanded="true"] .safety-icon {
  transform: rotate(180deg);
}

.safety-panel {
  padding: 0.25rem 1.8rem 0.9rem 0;
}

.safety-panel p {
  font-size: 12px;
  line-height: 1.28;
}

.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease;
}

.accordion-panel.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.accordion-panel__inner {
  min-height: 0;
  overflow: hidden;
}

.faq-list {
  margin-inline: var(--single-col-offset-x);
}

.faq-list h3 {
  margin-bottom: 0.8rem;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1667;
  letter-spacing: 0.03em;
}

.faq-accordion {
  display: grid;
}

.faq-item {
  padding-bottom: 0.55rem;
  border-bottom: 0;
  background-image: url("img/lijn-regular-blue.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

.faq-item + .faq-item {
  margin-top: 0.55rem;
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.35rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #11151f;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
}

.faq-trigger > span:first-child {
  min-width: 0;
}

.faq-icon {
  display: block;
  flex: 0 0 auto;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.42rem;
  background-color: currentColor;
  -webkit-mask: center / contain no-repeat url("img/figree-pijl.svg");
  mask: center / contain no-repeat url("img/figree-pijl.svg");
  transform: rotate(0deg);
  opacity: 0.95;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.faq-trigger[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-panel {
  padding: 0.25rem 1.8rem 0.9rem 0;
}

.faq-panel p {
  font-size: 12px;
  line-height: 1.28;
}

.section-contact {
  padding: 0 0 var(--section-space-y);
  scroll-margin-top: 0;
  background: var(--white);
}

.contact-top-band {
  display: block;
  width: 100%;
  height: clamp(8.5rem, calc(18vw + 0rem), 12rem);
  overflow: hidden;
}

.contact-top-band__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-links {
  display: grid;
  gap: 0.55rem;
}

.contact-card {
  margin-top: 0;
  padding: 1.15rem 1.1rem 1rem;
  background: var(--white);
  border-radius: 1.15rem;
  box-shadow: none;
  border: 0;
}

.contact-form {
  display: grid;
  gap: 0.7rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
}

.contact-form label {
  display: block;
}

.contact-form label span {
  display: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1.25rem;
  border: 0;
  border-radius: 1rem;
  background: #f7eef3;
  color: var(--text);
  font-size: 1rem;
}

.contact-form input {
  height: 55px;
  min-height: 55px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--blue);
  opacity: 0.85;
}

.contact-form textarea {
  min-height: 3.75rem;
  resize: vertical;
}

.contact-form-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.15rem;
}

.button {
  padding: 0.62rem 1.15rem;
  min-height: 55px;
}

.contact-form-actions .button {
  padding: 0.55rem 1.35rem;
  min-height: 2.8rem;
}

.button-accent {
  border: 0;
  background: var(--green);
  color: var(--blue);
  box-shadow: none;
}

.button-ghost {
  border: 1.5px solid var(--blue);
  color: var(--blue);
  background: transparent;
}

.form-notice {
  display: block;
  margin-bottom: 0.9rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  font-weight: 600;
}

.form-notice-success {
  background: rgba(82, 255, 168, 0.16);
  color: #0b6a3b;
}

.form-notice-error {
  background: rgba(255, 92, 92, 0.12);
  color: #a32020;
}

.site-footer {
  padding: 0;
  background: var(--green);
}

.footer-band {
  background: var(--green);
}

.footer-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 150px) repeat(4, minmax(0, 1fr));
  gap: 1rem 1rem;
  align-items: start;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.footer-band__brand {
  display: flex;
  align-items: flex-start;
  padding-top: 0;
  min-height: 0;
  overflow: hidden;
}

.footer-band__logo {
  width: min(100%, 11.25rem);
  display: block;
  transform: translateY(-2.25rem);
  transform-origin: top left;
}

.footer-band__item,
.footer-band__item a,
.footer-band__item p {
  color: var(--blue);
}

.footer-band__title {
  margin-bottom: 0.25rem;
  color: var(--blue);
  font-size: 0.95rem;
  font-weight: 700;
}

.footer-band__item {
  min-width: 0;
  font-size: 0.95rem;
  line-height: 1.2;
  padding-top: 2px;
}

.footer-band__item p + p,
.footer-band__item p + a,
.footer-band__item a + a {
  margin-top: 0.1rem;
}

.footer-band__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.footer-band__link::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  flex: 0 0 0.7rem;
  background-color: currentColor;
  -webkit-mask: center / contain no-repeat url("img/figree-pijl.svg");
  mask: center / contain no-repeat url("img/figree-pijl.svg");
  transform: translateY(1px) rotate(-90deg);
}

.footer-band__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  grid-column: 1 / -1;
  padding-top: 0.35rem;
  margin-top: 0.15rem;
  border-top: 0;
  color: rgba(3, 61, 255, 0.85);
  font-size: 0.82rem;
}

.footer-band__meta a,
.footer-band__meta p {
  color: rgba(3, 61, 255, 0.85);
}

.page-shell,
.error-404-wrapper {
  padding: 8rem 0 4rem;
}

.page-shell--legal {
  padding-top: 2.75rem;
}

.page-shell__inner,
.error-404-content {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.page-shell__content > * + *,
.error-404-content > * + * {
  margin-top: 1rem;
}

.page-shell--legal .page-shell__inner {
  width: min(760px, calc(100% - 2rem));
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-shell__content--legal {
  max-width: 42rem;
  margin: 0 auto;
}

.page-shell__content--legal > * + * {
  margin-top: 1rem;
}

.legal-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.legal-breadcrumb__current::before {
  content: "__";
  margin-right: 0.35rem;
}

.page-shell__content--legal h1,
.page-shell__content--legal h2 {
  color: var(--blue);
  font-weight: 500;
  line-height: 1.1667;
  letter-spacing: 0.03em;
}

.page-shell__content--legal h1 {
  font-size: 1.5rem;
}

.page-shell__content--legal h2 {
  font-size: 1.05rem;
  color: var(--text);
  font-weight: 700;
}

.legal-intro,
.legal-richtext,
.legal-richtext p,
.legal-richtext li {
  color: #1f2a44;
  font-size: 1.125rem;
  line-height: 1.1667;
  letter-spacing: 0.03em;
}

.legal-intro {
  max-width: 42rem;
}

.legal-richtext > * + * {
  margin-top: 1rem;
}

.legal-richtext ul,
.legal-richtext ol {
  padding-left: 1.2rem;
}

/* ==========================================================================
   LAZY LOAD / FADE-IN UP ANIMATIE
   ========================================================================== */
.fade-in-up {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  visibility: hidden; 
}
  
.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
  
.cards > .fade-in-up:nth-child(1) { transition-delay: 0.10s; }
.cards > .fade-in-up:nth-child(2) { transition-delay: 0.25s; }
.cards > .fade-in-up:nth-child(3) { transition-delay: 0.40s; }
.cards > .fade-in-up:nth-child(4) { transition-delay: 0.55s; }
  
.hero-title-block.fade-in-up {
  transform: translate(-50%, 80px);
}
  
.hero-title-block.fade-in-up.is-visible {
  transform: translate(-50%, 0);
}

/* ==========================================================================
   MEDIA QUERIES - DESKTOP (Minimaal 721px breed)
   ========================================================================== */
@media (min-width: 721px) {
  #home .section-illustration-frame--lottie {
    padding-top: 7.5rem;
  }

  .contact-layout {
    margin-inline: 0;
    max-width: 42rem;
  }

  .contact-card {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-contact .section-heading {
    text-align: left;
  }
}

/* ==========================================================================
   MEDIA QUERIES - TABLET (Maximaal 980px breed)
   ========================================================================== */
@media (max-width: 980px) {
  :root {
    --home-shell: calc(100% - 1.5rem);
  }

  .header-container,
  .footer-band__inner,
  .cards-problem,
  .cards-three,
  .section-layout,
  .hero-intro-block,
  .what-cards,
  .pillars-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .home-middle-column,
  .overview-intro {
    grid-column: 1;
  }

  .overview-intro {
    margin-inline: 0;
  }

  .section-illustration-frame {
    max-width: 18rem;
    margin: 0 auto;
    padding-top: 0;
  }

  .section-illustration-column {
    width: 100%;
    margin-left: 0;
  }

  .founder-card__media {
    width: 8rem;
    height: 8rem;
  }

  .hero-stage {
    min-height: min(52vw, 360px);
  }

  .hero-stage__content {
    grid-template-columns: 1fr;
    min-height: min(52vw, 360px);
    padding-top: 1.25rem;
  }

  .hero-title-block {
    bottom: 1rem;
    width: min(58%, 420px);
  }

  .header-breadcrumb {
    display: none;
  }

  .footer-band__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================================================
   MEDIA QUERIES - MOBIEL (Maximaal 720px breed)
   ========================================================================== */
@media (max-width: 720px) {
  :root {
    --header-height: 4.7rem;
    --header-offset-y: 0.75rem;
    --header-blur-strength: 3px;
    --header-blur-zone-height: 85px; 
    --header-blur-activate: 200px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .header-blur-zone {
    top: 46px;
  }

  .site-header {
    padding-top: var(--header-offset-y);
  }

  .logo-image {
    width: min(200px, 45vw);
  }

  .header-brand {
    transform: none;
  }

  .header-container {
    width: 100%;
    min-height: var(--header-height);
    padding: 0 1rem;
    align-items: center;
    justify-content: space-between;
  }

  .header-cta {
    padding: 0.55rem 0.75rem;
    font-size: 0.85rem;
  }

  .hero-stage {
    min-height: 300px;
  }

  .hero-stage__content {
    width: 100%;
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-title-block {
    bottom: 0.9rem;
    width: calc(100% - 2rem);
  }

  .hero-title-block h1 {
    font-size: 1.5rem;
    line-height: 1.1667;
  }

  .section__inner.hero-intro-block {
    padding: 2em;
  }

  .section {
    --section-space-y: 3.8rem;
    padding-block: var(--section-space-y);
  }

  .footer-band__inner {
    grid-template-columns: 1fr 1fr;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .footer-band__brand {
    grid-column: 1 / -1;
  }

  .section-heading h2,
  .overview-intro h2,
  .contact-layout h2 {
    font-size: 2rem;
  }

  .faq-trigger {
    font-size: 1.1rem;
  }

  .nav-container {
    width: calc(100% - 60px);
    margin: 80px 50px 0;
    transform: none;
    grid-template-columns: 1fr;
  }

  .nav-branding {
    display: none;
  }

  .primary-menu > .menu-item > a {
    font-size: 1.5rem;
  }

  .primary-menu .sub-menu a {
    font-size: 1.2rem;
  }
}