:root {
  --header-bg-top: #001f3a;
  --header-bg-bottom: #022447;
  --accent: #17b4a6;
  --accent-deep: #10958a;
  --text-light: #ffffff;
  --text-soft: #dce6f2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: #f4f7fb;
  color: #0f2135;
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background:
    radial-gradient(120% 150% at 0% 0%, rgba(15, 180, 163, 0.15) 0%, rgba(15, 180, 163, 0) 45%),
    linear-gradient(90deg, var(--header-bg-top) 0%, #001a33 45%, var(--header-bg-bottom) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-inner {
  max-width: 1360px;
  margin: 0 auto;
  min-height: 110px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  color: var(--text-light);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-logo {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: 0.06em;
}

.brand-main {
  font-size: clamp(1.1rem, 1.9vw, 1.75rem);
  font-weight: 800;
}

.brand-sub {
  margin-top: 6px;
  font-size: clamp(0.68rem, 1vw, 0.92rem);
  font-weight: 600;
  color: var(--text-soft);
}

.top-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1.8vw, 36px);
}

.nav-link {
  color: var(--text-light);
  text-decoration: none;
  font-size: clamp(0.82rem, 1.2vw, 1.05rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 8px 0;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  opacity: 0.9;
}

.nav-link.active {
  border-bottom-color: var(--accent);
}

.cta {
  flex-shrink: 0;
  color: var(--text-light);
  text-decoration: none;
  font-size: clamp(0.76rem, 1.05vw, 0.95rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: 2px solid #24cbbb;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  padding: 14px 26px;
  border-radius: 6px;
  white-space: nowrap;
}

main {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px 70px;
}

.content-section {
  min-height: 70vh;
  scroll-margin-top: 130px;
  border-bottom: 1px solid #dce4ef;
  padding-top: 22px;
}

.hero-wie-wij-zijn {
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  min-height: calc(100vh - 142px);
  border-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 21, 43, 0.82) 0%, rgba(2, 21, 43, 0.56) 42%, rgba(2, 21, 43, 0.36) 65%, rgba(2, 21, 43, 0.2) 100%),
    rgba(0, 0, 0, 0.14);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(32px, 8vw, 110px) 24px;
}

.hero-copy h1 {
  margin: 0;
  max-width: 900px;
  text-transform: none;
  font-size: clamp(2rem, 5.3vw, 4.6rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.hero-copy p {
  margin: clamp(14px, 1.8vw, 24px) 0 0;
  max-width: 760px;
  font-size: clamp(1rem, 1.65vw, 1.65rem);
  line-height: 1.4;
  font-weight: 600;
  color: #e9f1fb;
}

.content-section h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #0f2135;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.expertises-section {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background: #f3f6f8;
  border-bottom: 1px solid #d9e2ea;
  margin-top: 0;
  padding: 42px 8px 48px;
}

.expertises-head {
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
  padding: 0 8px;
}

.expertises-kicker {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent) !important;
}

.expertises-head h2 {
  margin: 8px 0 18px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  color: #0b1f36;
  text-transform: none;
  letter-spacing: 0;
}

.expertises-head h2::after {
  content: "";
  display: block;
  width: 82px;
  height: 4px;
  border-radius: 999px;
  margin: 14px auto 0;
  background: #50d0c3;
}

.expertises-head p {
  margin: 0;
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  line-height: 1.75;
  color: #2f4357;
}

.expertises-head p + p {
  margin-top: 12px;
}

.expertises-grid {
  max-width: 1680px;
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 0 8px;
}

.expertise-card {
  border: 1px solid #e4e9ee;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 16px 18px;
  box-shadow: 0 3px 10px rgba(7, 28, 56, 0.04);
  display: flex;
  flex-direction: column;
}

.expertise-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.expertise-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.expertise-card h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.2;
  color: #0d243d;
}

.expertise-card p {
  margin: 0 0 12px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #344a61;
}

.expertise-link {
  margin-top: auto;
  text-decoration: none;
  color: var(--accent);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.expertise-link:hover,
.expertise-link:focus-visible {
  color: var(--accent-deep);
}

.certificeringen-wrap {
  max-width: 1360px;
  margin: 34px auto 0;
  padding: 20px;
  border: 1px solid #c8e0d9;
  border-radius: 14px;
  background: #e8f5f0;
  position: relative;
}

.certificeringen-wrap::before,
.certificeringen-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  background: #1b9a8f;
  border-radius: 14px;
  z-index: 0;
}

.certificeringen-wrap::before {
  left: -80px;
}

.certificeringen-wrap::after {
  right: -80px;
}

.certificeringen-wrap h3,
.certificeringen-wrap .certificeringen-grid {
  position: relative;
  z-index: 1;
}

.certificeringen-wrap h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: #0b1f36;
  letter-spacing: 0.01em;
}

.certificeringen-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.certificering-card {
  border: 2px solid #b8ddd3;
  border-left: 4px solid var(--accent);
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: 0 6px 16px rgba(8, 30, 58, 0.08);
}

.certificering-card h4 {
  margin: 0;
  color: #0d243d;
  font-size: clamp(1.1rem, 1.65vw, 1.45rem);
  line-height: 1.2;
}

.certificering-card p {
  margin: 12px 0 0;
  color: #344a61;
  font-size: 0.99rem;
  line-height: 1.66;
}

.certificering-safety-box {
  margin: 24px auto 0;
  max-width: 1360px;
  border: 1px solid #1f4f73;
  border-radius: 16px;
  background: linear-gradient(160deg, #f5fbff 0%, #ecf6ff 56%, #e4f1ff 100%);
  padding: 28px 26px;
  box-shadow: 0 10px 28px rgba(10, 35, 66, 0.11);
}

.certificering-safety-box h3 {
  margin: 0;
  color: #0a2944;
  font-size: clamp(1.16rem, 1.75vw, 1.56rem);
  line-height: 1.52;
}

.safety-points {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.safety-points li {
  position: relative;
  padding-left: 30px;
  color: #173b58;
  font-size: 1.04rem;
  line-height: 1.58;
}

.safety-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #00a896;
  font-weight: 800;
}

.certificering-safety-box p {
  margin: 18px 0 0;
  color: #244864;
  font-size: 1.02rem;
  line-height: 1.8;
}

.certificering-safety-box .safety-strong {
  font-weight: 800;
  color: #0a2944;
}

.certificering-highlight {
  margin: 22px auto 0;
  max-width: 1360px;
  border: 1px solid #1c4a6a;
  border-radius: 16px;
  background: linear-gradient(120deg, #f4faff 0%, #e9f4ff 100%);
  padding: 30px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.65fr);
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
  box-shadow: 0 10px 28px rgba(10, 35, 66, 0.11);
}

.certificering-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.88rem;
  color: #1e597d;
  font-weight: 800;
}

.certificering-highlight-copy h3 {
  margin: 10px 0 0;
  color: #0a2944;
  font-size: clamp(1.52rem, 2.4vw, 2.3rem);
  line-height: 1.2;
}

.certificering-highlight-copy p {
  margin: 14px 0 0;
  color: #244864;
  font-size: 1.03rem;
  line-height: 1.75;
}

.certificering-highlight-image {
  margin: 0;
  justify-self: center;
}

.certificering-highlight-image img {
  display: block;
  width: min(100%, 270px);
  border-radius: 14px;
  border: 6px solid #ffffff;
  box-shadow: 0 14px 30px rgba(8, 30, 58, 0.22);
}

.wie-zijn-section {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #d9e2ea;
  padding: 0;
  min-height: auto;
  scroll-margin-top: 130px;
}

.wie-zijn-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.25fr);
  min-height: 610px;
}

.wie-zijn-left {
  background: linear-gradient(145deg, #0e8b8c 0%, #0a7e81 58%, #06696d 100%);
  color: #ffffff;
  padding: clamp(32px, 4.8vw, 54px) clamp(20px, 3vw, 48px);
}

.wie-zijn-kicker {
  margin: 0;
  color: #96f0e4;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wie-zijn-left h2 {
  margin: 12px 0 0;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.1;
  font-size: clamp(2rem, 4.1vw, 3.65rem);
}

.wie-zijn-intro {
  margin: 18px 0 0;
  max-width: 760px;
  color: #d6f2ef;
  font-size: clamp(1rem, 1.1vw, 1.16rem);
  line-height: 1.72;
}

.wie-zijn-pillars {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pillar-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pillar-item img {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

.pillar-item h3 {
  margin: 0;
  font-size: 1.23rem;
  color: #ffffff;
}

.pillar-item p {
  margin: 6px 0 0;
  color: #d5ecea;
  font-size: 0.96rem;
  line-height: 1.55;
}

.wie-zijn-right {
  position: relative;
  min-height: 420px;
}

.wie-zijn-photo {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(6, 20, 36, 0.16) 0%, rgba(6, 20, 36, 0.28) 100%),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
}

.stats-card {
  position: absolute;
  right: clamp(16px, 3vw, 44px);
  top: 50%;
  transform: translateY(-50%);
  width: min(290px, calc(100% - 36px));
  border-radius: 12px;
  background: rgba(4, 21, 44, 0.92);
  border: 1px solid rgba(38, 201, 186, 0.24);
  padding: 18px 18px;
  box-shadow: 0 14px 36px rgba(3, 10, 21, 0.38);
}

.stat-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-row + .stat-row {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.stat-row img {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.stat-row strong {
  display: block;
  color: #ffffff;
  font-size: 2.1rem;
  line-height: 1;
}

.stat-row span {
  display: block;
  margin-top: 4px;
  color: #d8e4f1;
  font-size: 1.01rem;
  font-weight: 600;
}

.recente-projecten-section {
  min-height: auto;
  border-bottom: 1px solid #dce4ef;
  padding: 42px 0 48px;
}

.recente-projecten-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.recente-projecten-kicker {
  margin: 0;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #0f9f91;
  text-transform: uppercase;
}

.recente-projecten-head h2 {
  margin: 8px 0 0;
  color: #0c223a;
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  line-height: 1.18;
}

.recente-projecten-cta {
  flex-shrink: 0;
  text-decoration: none;
  border: 2px solid rgba(23, 180, 166, 0.45);
  color: #13776d;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 12px 18px;
  border-radius: 8px;
  background: #f7fffd;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.recente-projecten-cta:hover,
.recente-projecten-cta:focus-visible {
  transform: translateY(-1px);
  border-color: var(--accent);
}

.recente-projecten-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.project-card {
  border-radius: 12px;
}

.project-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(7, 28, 56, 0.12);
}

.project-card h3 {
  margin: 12px 0 0;
  color: #10263e;
  font-size: 1.2rem;
  line-height: 1.2;
}

.project-card p {
  margin: 6px 0 0;
  color: #4a6075;
  font-size: 0.95rem;
  font-weight: 600;
}

.projecten-coming-card {
  max-width: 680px;
}

.projecten-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
}

.projecten-icon img {
  width: 100%;
  height: 100%;
}

.projecten-tagline {
  margin-top: 14px !important;
  padding-top: 14px;
  border-top: 1px solid #d8e6ee;
}

.projecten-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.projecten-actions .back-home {
  margin-top: 0;
}

.projecten-cta {
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 0.92rem;
}

.contact-section {
  min-height: auto;
  border-bottom: 0;
  padding: 44px 0 56px;
}

.contact-head {
  text-align: center;
}

.contact-head h2 {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  color: #0c223a;
  font-size: clamp(1.7rem, 2.9vw, 2.55rem);
}

.contact-head p {
  margin: 10px 0 0;
  color: #4f6478;
  font-size: 1rem;
}

.contact-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-card {
  border-radius: 12px;
  background: linear-gradient(165deg, #21394f 0%, #162d43 100%);
  border: 1px solid rgba(36, 203, 187, 0.28);
  color: #e8f1f9;
  box-shadow: 0 12px 24px rgba(8, 22, 40, 0.2);
  padding: 18px;
}

.contact-kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #9feee7;
  text-transform: uppercase;
}

.contact-card h3 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.2;
}

.contact-card-text {
  margin: 10px 0 0;
  color: #cbdae8;
  font-size: 0.95rem;
  line-height: 1.65;
}

.contact-form {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(36, 203, 187, 0.28);
  background: #0f2337;
  color: #ffffff;
  border-radius: 8px;
  padding: 11px 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.93rem;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8ca5bb;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #36dacb;
  box-shadow: 0 0 0 3px rgba(54, 218, 203, 0.15);
}

.contact-submit {
  justify-self: start;
  border: 2px solid #24cbbb;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  filter: brightness(1.08);
}

.contact-info-block {
  margin-top: 14px;
  border: 1px solid rgba(36, 203, 187, 0.18);
  border-radius: 8px;
  background: rgba(7, 24, 40, 0.34);
  padding: 12px;
}

.contact-info-block p {
  margin: 0;
  color: #dbebf7;
  font-size: 0.92rem;
  line-height: 1.62;
}

.contact-info-block p + p {
  margin-top: 9px;
}

.contact-map-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.88fr) minmax(0, 1.12fr);
  gap: 14px;
  align-items: stretch;
}

.contact-map-copy h3 {
  margin: 0;
}

.contact-map-copy p {
  margin: 14px 0 0;
  color: #cbdae8;
  line-height: 1.68;
  font-size: 0.94rem;
}

.contact-map-copy a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #8ff5ec;
  font-weight: 800;
}

.contact-map-copy a:hover,
.contact-map-copy a:focus-visible {
  color: #b9fff8;
}

.contact-map-embed iframe {
  width: 100%;
  min-height: 210px;
  border: 1px solid rgba(36, 203, 187, 0.28);
  border-radius: 8px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-form-feedback {
  margin: 2px 0 0;
  min-height: 20px;
  font-size: 0.85rem;
  color: #a9f6ee;
}

.contact-form-feedback.is-error {
  color: #ffd3d3;
}

.site-footer {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(80% 130% at 0% 0%, rgba(23, 180, 166, 0.18) 0%, rgba(23, 180, 166, 0) 48%),
    linear-gradient(90deg, #03162c 0%, #001931 100%);
  color: #d6e6f3;
  border-top: 1px solid rgba(38, 201, 186, 0.2);
}

.footer-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 26px 24px 18px;
  display: grid;
  grid-template-columns: minmax(230px, 1.25fr) repeat(3, minmax(150px, 1fr)) auto;
  gap: 20px;
  align-items: start;
}

.footer-brand-col {
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-brand-col img {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.24);
}

.footer-brand-col h3 {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 1.28rem;
}

.footer-brand-col p {
  margin: 10px 0 0;
  color: #a8bfd3;
  line-height: 1.5;
  font-size: 0.9rem;
}

.footer-socials {
  margin-top: 14px;
  display: flex;
  gap: 8px;
}

.footer-socials a {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  text-decoration: none;
  background: rgba(23, 180, 166, 0.17);
  color: #a7fff6;
  border: 1px solid rgba(36, 203, 187, 0.42);
  font-size: 0.8rem;
  font-weight: 800;
}

.footer-col h4 {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-col a,
.footer-col p {
  display: block;
  margin: 8px 0 0;
  color: #c6d9e8;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: #aaf6ee;
}

.footer-cta-col {
  justify-self: end;
  align-self: center;
}

.footer-cta {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 800;
  color: #ffffff;
  border: 2px solid #24cbbb;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  padding: 13px 22px;
}

.footer-bottom {
  max-width: 1360px;
  margin: 0 auto;
  padding: 13px 24px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  color: #9eb3c6;
  font-size: 0.88rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  text-decoration: none;
  color: #aac4d9;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #ccedf9;
}

@media (max-width: 1480px) {
  .expertises-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .certificeringen-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .expertises-section {
    padding: 54px 16px 60px;
  }

  .expertises-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .certificeringen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .certificering-safety-box {
    padding: 22px 18px;
  }

  .certificering-highlight {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .certificering-highlight-image {
    justify-self: start;
  }

  .wie-zijn-grid {
    grid-template-columns: 1fr;
  }

  .recente-projecten-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-card {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand-col {
    border-right: 0;
    padding-right: 0;
  }

  .footer-cta-col {
    justify-self: start;
  }

  .wie-zijn-right {
    min-height: 440px;
  }

  .stats-card {
    top: auto;
    bottom: 18px;
    transform: none;
  }
}

@media (max-width: 1024px) {
  .header-inner {
    flex-wrap: wrap;
    row-gap: 14px;
    min-height: auto;
  }

  .brand {
    min-width: 0;
    flex: 1;
  }

  .cta {
    margin-left: auto;
  }

  .top-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .top-nav::-webkit-scrollbar {
    height: 4px;
  }

  .top-nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.28);
    border-radius: 999px;
  }
}

@media (max-width: 680px) {
  .header-inner {
    padding: 14px 14px 12px;
    gap: 10px;
  }

  .brand-main {
    font-size: 1.05rem;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }

  .brand-sub {
    font-size: 0.62rem;
    margin-top: 4px;
  }

  .cta {
    width: 100%;
    text-align: center;
    padding: 12px 14px;
  }

  .top-nav {
    justify-content: flex-start;
    gap: 18px;
  }

  .nav-link {
    font-size: 0.76rem;
  }

  main {
    padding: 0 14px 60px;
  }

  .hero-wie-wij-zijn {
    min-height: calc(100vh - 166px);
    margin-bottom: 26px;
  }

  .hero-copy {
    padding: 26px 14px;
  }

  .hero-copy h1 {
    font-size: clamp(1.7rem, 9vw, 2.5rem);
  }

  .hero-copy p {
    font-size: clamp(0.95rem, 4.4vw, 1.08rem);
  }

  .expertises-section {
    padding: 42px 0 50px;
  }

  .recente-projecten-section {
    padding: 34px 0 40px;
  }

  .contact-section {
    padding: 34px 8px 44px;
  }

  .contact-head h2 {
    font-size: clamp(1.35rem, 7.8vw, 1.95rem);
  }

  .contact-head p {
    font-size: 0.92rem;
  }

  .contact-grid {
    margin-top: 16px;
    gap: 12px;
  }

  .contact-card {
    padding: 14px;
  }

  .contact-card h3 {
    font-size: 1.34rem;
  }

  .contact-card-text {
    font-size: 0.9rem;
  }

  .contact-map-copy p,
  .contact-info-block p {
    font-size: 0.88rem;
  }

  .contact-map-embed iframe {
    min-height: 190px;
  }

  .site-footer {
    margin-top: 6px;
  }

  .footer-inner {
    padding: 22px 14px 14px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-brand-col h3 {
    font-size: 1.12rem;
  }

  .footer-brand-col p,
  .footer-col a,
  .footer-col p {
    font-size: 0.9rem;
  }

  .footer-cta {
    width: 100%;
    text-align: center;
  }

  .footer-bottom {
    padding: 12px 14px 16px;
    gap: 10px;
    font-size: 0.82rem;
  }

  .recente-projecten-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 8px;
  }

  .recente-projecten-head h2 {
    font-size: clamp(1.3rem, 7.3vw, 1.95rem);
  }

  .recente-projecten-cta {
    font-size: 0.78rem;
    padding: 10px 14px;
  }

  .recente-projecten-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 8px;
  }

  .project-card h3 {
    font-size: 1.06rem;
  }

  .project-card p {
    font-size: 0.9rem;
  }

  .expertises-head {
    text-align: left;
    padding: 0 8px;
  }

  .expertises-head h2 {
    font-size: clamp(1.55rem, 7.6vw, 2.1rem);
  }

  .expertises-head h2::after {
    margin-left: 0;
  }

  .expertises-grid {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .certificeringen-wrap {
    margin-top: 28px;
    padding: 14px;
  }

  .certificering-safety-box {
    margin-top: 16px;
    padding: 18px 14px;
  }

  .certificering-safety-box h3 {
    font-size: 1.06rem;
    line-height: 1.5;
  }

  .safety-points {
    margin-top: 16px;
    gap: 10px;
  }

  .safety-points li {
    font-size: 0.96rem;
    line-height: 1.58;
    padding-left: 25px;
  }

  .certificering-safety-box p {
    margin-top: 14px;
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .certificering-highlight {
    margin-top: 16px;
    padding: 18px 14px;
    gap: 14px;
  }

  .certificering-kicker {
    font-size: 0.77rem;
  }

  .certificering-highlight-copy h3 {
    font-size: clamp(1.24rem, 7vw, 1.7rem);
  }

  .certificering-highlight-copy p {
    margin-top: 10px;
    font-size: 0.93rem;
    line-height: 1.65;
  }

  .certificering-highlight-image img {
    width: min(100%, 220px);
    border-width: 4px;
  }

  .certificeringen-wrap h3 {
    font-size: clamp(1.3rem, 6vw, 1.75rem);
  }

  .certificeringen-grid {
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .certificering-card {
    padding: 18px 16px;
  }

  .certificering-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .expertise-card {
    padding: 20px 16px;
  }

  .expertise-icon {
    width: 50px;
    height: 50px;
  }

  .expertise-card h3 {
    font-size: 1.22rem;
  }

  .expertise-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .wie-zijn-left {
    padding: 34px 14px 30px;
  }

  .wie-zijn-left h2 {
    font-size: clamp(1.7rem, 8.7vw, 2.3rem);
  }

  .wie-zijn-intro {
    margin-top: 16px;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .wie-zijn-pillars {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pillar-item img {
    width: 46px;
    height: 46px;
  }

  .pillar-item h3 {
    font-size: 1.1rem;
  }

  .pillar-item p {
    font-size: 0.92rem;
  }

  .wie-zijn-right {
    min-height: 390px;
  }

  .stats-card {
    left: 12px;
    right: 12px;
    width: auto;
    padding: 14px 14px;
  }

  .stat-row strong {
    font-size: 1.62rem;
  }

  .stat-row span {
    font-size: 0.92rem;
  }
}

.offerte-page {
  min-height: 100vh;
  display: block;
  background:
    radial-gradient(80% 120% at 0% 0%, rgba(23, 180, 166, 0.2) 0%, rgba(23, 180, 166, 0) 48%),
    linear-gradient(135deg, var(--header-bg-top) 0%, #001a33 55%, var(--header-bg-bottom) 100%);
  color: var(--text-light);
  padding: 32px 0;
}

.offerte-main {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 24px;
}

.offerte-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
  padding: clamp(24px, 6vw, 42px);
}

.offerte-intro {
  margin-top: 18px;
}

.offerte-intro h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.3vw, 1.7rem);
  text-transform: none;
  letter-spacing: 0;
  color: #ffffff;
}

.offerte-intro p {
  margin: 8px 0 0;
  font-size: 0.95rem;
  color: #d6e8f5;
}

.offerte-form {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.offerte-form label,
.offerte-types legend {
  font-size: 0.92rem;
  font-weight: 700;
  color: #dff0ff;
}

.offerte-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.offerte-field {
  display: grid;
  gap: 8px;
}

.offerte-field-full {
  grid-column: 1 / -1;
}

.offerte-form input[type="text"],
.offerte-form input[type="email"],
.offerte-form input[type="tel"],
.offerte-form input[type="file"],
.offerte-form textarea {
  width: 100%;
  border: 1px solid rgba(36, 203, 187, 0.28);
  background: #0f2337;
  color: #ffffff;
  border-radius: 8px;
  padding: 11px 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.93rem;
}

.offerte-form input[type="file"] {
  padding: 10px;
}

.offerte-form textarea {
  resize: vertical;
  min-height: 140px;
}

.offerte-form input:focus,
.offerte-form textarea:focus {
  outline: none;
  border-color: #36dacb;
  box-shadow: 0 0 0 3px rgba(54, 218, 203, 0.15);
}

.offerte-types {
  margin: 2px 0 0;
  border: 1px solid rgba(36, 203, 187, 0.22);
  border-radius: 10px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.offerte-types legend {
  padding: 0 6px;
}

.offerte-types label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #d6e8f5;
}

.offerte-upload-help {
  margin-top: -4px;
  border: 1px solid rgba(36, 203, 187, 0.18);
  border-radius: 8px;
  background: rgba(7, 24, 40, 0.34);
  padding: 10px 12px;
}

.offerte-upload-help p {
  margin: 0;
  color: #cbdae8;
  font-size: 0.86rem;
  line-height: 1.55;
}

.offerte-upload-help p + p {
  margin-top: 6px;
}

.offerte-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 500;
  line-height: 1.55;
  color: #cfe1f1;
  font-size: 0.88rem;
}

.offerte-consent a {
  color: #bafaf4;
}

.offerte-consent a:hover,
.offerte-consent a:focus-visible {
  color: #ffffff;
}

.offerte-actions {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.offerte-submit {
  border: 2px solid #24cbbb;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 999px;
  padding: 11px 18px;
  cursor: pointer;
}

.offerte-submit:hover,
.offerte-submit:focus-visible {
  filter: brightness(1.08);
}

.offerte-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.offerte-form-feedback {
  margin: 2px 0 0;
  min-height: 20px;
  font-size: 0.86rem;
  color: #a9f6ee;
}

.offerte-form-feedback.is-error {
  color: #ffd3d3;
}

.offerte-form-feedback.is-success {
  color: #a9f6ee;
}

.offerte-kicker {
  margin: 0 0 10px;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 700;
  color: #b9fff8;
}

.offerte-card h1 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
}

.offerte-text {
  margin: 14px 0 26px;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: var(--text-soft);
}

.offerte-text a {
  color: #e6fffb;
  font-weight: 700;
}

.offerte-text a:hover,
.offerte-text a:focus-visible {
  color: #b9fff8;
}

.back-home {
  display: inline-block;
  color: var(--text-light);
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: 2px solid #24cbbb;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  padding: 12px 20px;
}

.back-home:hover,
.back-home:focus-visible {
  filter: brightness(1.07);
}

@media (max-width: 780px) {
  .offerte-main {
    padding: 14px;
  }

  .offerte-page {
    padding: 14px 0;
  }

  .offerte-grid {
    grid-template-columns: 1fr;
  }

  .offerte-field-full {
    grid-column: auto;
  }

  .offerte-types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .offerte-types {
    grid-template-columns: 1fr;
  }

  .offerte-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .offerte-submit,
  .back-home {
    width: 100%;
    text-align: center;
  }
}

.expertise-detail {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: #f4f7fb;
  color: #0f2135;
}

.expertise-detail-main {
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.expertise-hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expertise-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 12, 26, 0.22) 0%, rgba(3, 12, 26, 0.38) 100%);
}

.expertise-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: clamp(32px, 8vw, 60px) 24px;
}

.expertise-hero-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.expertise-body {
  background: #f4f7fb;
  padding: clamp(42px, 6vw, 80px) 20px;
}

.expertise-text-panel {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 12px;
  background: rgba(4, 21, 44, 0.92);
  border: 1px solid rgba(38, 201, 186, 0.2);
  padding: clamp(28px, 5vw, 48px);
  color: #d6e8f5;
  box-shadow: 0 12px 32px rgba(3, 10, 21, 0.28);
}

.expertise-text-panel p {
  margin: 0;
  font-size: clamp(0.98rem, 1.1vw, 1.1rem);
  line-height: 1.78;
  color: #d6e8f5;
}

.expertise-text-panel p + p {
  margin-top: 16px;
}

.back-expertise {
  display: inline-block;
  margin-top: 22px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.95rem;
  border: 2px solid #24cbbb;
  border-radius: 6px;
  padding: 10px 18px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
}

.back-expertise:hover,
.back-expertise:focus-visible {
  filter: brightness(1.08);
}

@media (max-width: 768px) {
  .expertise-hero {
    min-height: 55vh;
  }

  .expertise-hero-content h1 {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }

  .expertise-body {
    padding: 32px 14px;
  }

  .expertise-text-panel {
    padding: 22px 18px;
  }

  .expertise-text-panel p {
    font-size: 0.95rem;
  }
}
