﻿:root {
  --blue: #269bbe;
  --teal: #166675;
  --forest: #103936;
  --gold: #a18653;
  --green: #379f82;
  --sand: #edf7f4;
  --cream: #f7fbf8;
  --terra: #a18653;
  --dark: #103936;
  --muted: #166675;
  --line: rgba(16, 57, 54, .16);
  --shadow: 0 24px 70px rgba(16, 57, 54, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--dark);
  background: var(--cream);
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(247, 251, 248, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: white;
  border: 2px solid var(--forest);
  overflow: hidden;
}


.brand-mark img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.nav { display: flex; gap: 22px; font-weight: 600; font-size: 15px; color: #166675; }
.nav a:hover { color: var(--terra); }
.header-cta {
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--terra);
  color: #ffffff;
  font-weight: 800;
}

.section { padding: clamp(64px, 9vw, 116px) clamp(20px, 5vw, 72px); }
.hero {
  min-height: 84vh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  background:
    radial-gradient(circle at top left, rgba(38,155,190,.18), transparent 32%),
    linear-gradient(135deg, var(--cream), var(--sand));
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--terra);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 13px;
}
.eyebrow.light { color: #edf7f4; }

h1, h2, h3 { margin: 0; line-height: 1.05; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { font-size: clamp(48px, 7.4vw, 98px); max-width: 900px; }
h2 { font-size: clamp(34px, 4.8vw, 62px); max-width: 980px; }
h3 { font-size: 24px; }
p { font-size: 18px; color: #166675; }
.lead { font-size: clamp(20px, 2vw, 25px); max-width: 760px; color: #166675; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 24px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 999px;
  padding: 15px 24px;
  font-weight: 800;
  cursor: pointer;
  font-size: 16px;
}
.button.primary { background: var(--forest); color: white; box-shadow: var(--shadow); }
.button.secondary { background: white; border: 1px solid var(--line); color: var(--forest); }
.button.dark { background: var(--cream); color: var(--forest); width: 100%; }

.info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.info-strip span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  font-weight: 700;
}

.hero-card {
  position: relative;
  min-height: 620px;
  border-radius: 44px;
  overflow: hidden;
  background:
    linear-gradient(to top, rgba(16,57,54,.78), rgba(16,57,54,.08)),
    linear-gradient(135deg, #269bbe, #379f82 48%, #a18653);
  box-shadow: var(--shadow);
}
.hero-card::before {
  content: "";
  position: absolute;
  left: -12%;
  bottom: -5%;
  width: 128%;
  height: 42%;
  border-radius: 50% 50% 0 0;
  background: #379f82;
}
.sun {
  position: absolute;
  right: 62px;
  top: 68px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #a18653;
  box-shadow: 0 0 80px rgba(161,134,83,.55);
}
.path {
  position: absolute;
  left: 37%;
  bottom: -12%;
  width: 190px;
  height: 70%;
  transform: rotate(9deg);
  background: linear-gradient(to top, #a18653, rgba(161,134,83,.18));
  clip-path: polygon(40% 100%, 60% 100%, 100% 0, 0 0);
}
.runner {
  position: absolute;
  width: 42px;
  height: 88px;
  border-radius: 22px 22px 8px 8px;
  background: var(--terra);
}
.runner::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #edf7f4;
}
.runner::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 38px;
  width: 74px;
  height: 8px;
  border-radius: 999px;
  background: #103936;
  transform: rotate(-18deg);
}
.runner-one { left: 43%; bottom: 168px; transform: scale(1.05); }
.runner-two { left: 30%; bottom: 126px; transform: scale(.78); background: #103936; }
.runner-three { right: 26%; bottom: 108px; transform: scale(.86); background: #a18653; }
.card-text {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 32px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
}
.card-text strong { display: block; font-size: 27px; }
.card-text span { color: var(--muted); font-weight: 700; }

.intro { max-width: 1060px; margin: 0 auto; }
.intro p { max-width: 860px; }

.split {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
  background: #ffffff;
}
.split.reverse { grid-template-columns: .8fr 1fr; background: var(--sand); }
.quote-card,
.origin-card,
.visual-block,
.card {
  border-radius: 34px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow: var(--shadow);
}
.quote-card { background: var(--forest); color: white; }
.quote-card p { color: white; font-family: "Playfair Display", Georgia, serif; font-size: clamp(32px, 4vw, 54px); line-height: 1.08; }
.quote-card span { color: #d8eee8; font-weight: 800; }
.origin { background: var(--forest); }
.origin-card { max-width: 1100px; margin: 0 auto; background: var(--cream); }
.visual-block {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(to top, rgba(16,57,54,.86), rgba(16,57,54,.16)),
    linear-gradient(135deg, #379f82, #a18653);
  color: white;
}
.visual-block span { color: #edf7f4; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.visual-block strong { margin-top: 12px; font-size: clamp(40px, 5vw, 70px); line-height: 1; }

.cards { background: #ffffff; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 32px; }
.card { background: var(--sand); box-shadow: none; border: 1px solid var(--line); }
.card p { margin-bottom: 0; }

.path-section {
  background:
    linear-gradient(90deg, rgba(247,251,248,.96), rgba(237,247,244,.72)),
    radial-gradient(circle at right, rgba(55,159,130,.28), transparent 38%),
    var(--sand);
}
.path-copy { max-width: 900px; }

.signup {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 460px);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
  background: var(--forest);
  color: white;
}
.signup p { color: #d8eee8; }
.signup-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border-radius: 32px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
}
label { display: grid; gap: 8px; color: white; font-weight: 800; }
input, textarea {
  width: 100%;
  border: 0;
  border-radius: 18px;
  padding: 15px 16px;
  font: inherit;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 72px);
  background: #103936;
  color: white;
  font-weight: 800;
}

@media (max-width: 920px) {
  
.brand-mark img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.nav { display: none; }
  .hero, .split, .split.reverse, .signup { grid-template-columns: 1fr; }
  .hero-card { min-height: 520px; }
  .card-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { padding: 14px 18px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-mark img { width: 33px; height: 33px; }
  .brand span:last-child { display: none; }
  .header-cta { padding: 10px 14px; }
  .section { padding-left: 18px; padding-right: 18px; }
  .hero-card { min-height: 430px; border-radius: 28px; }
  .footer { flex-direction: column; gap: 10px; }
}

.hero-answers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.hero-answers div {
  min-height: 104px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
}

.hero-answers span {
  display: block;
  margin-bottom: 6px;
  color: var(--terra);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-answers strong {
  display: block;
  color: var(--dark);
  font-size: 17px;
  line-height: 1.3;
}

.footer span + span {
  color: #d8eee8;
}

@media (max-width: 720px) {
  .hero-answers {
    grid-template-columns: 1fr;
  }

  .hero-answers div {
    min-height: auto;
  }
}

.signup-panel h3 {
  margin: 0;
  color: white;
}

.signup-panel p {
  margin-top: 10px;
}

.signup-panel .button {
  margin-top: 18px;
}

.privacy-note {
  font-size: 14px;
  color: #d8eee8;
}


.photo-card {
  display: grid;
  place-items: stretch;
  background: var(--forest);
}

.photo-card::before,
.photo-card .sun,
.photo-card .path,
.photo-card .runner {
  display: none;
}

.hero-photo {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.photo-card .card-text {
  background: rgba(255,255,255,.92);
}

.flyer-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(300px, .55fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  background: #ffffff;
}

.flyer-points {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.flyer-points li {
  position: relative;
  padding-left: 28px;
  color: #166675;
  font-size: 18px;
  font-weight: 700;
}

.flyer-points li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--leaf);
  content: "";
}

.flyer-preview {
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

@media (max-width: 920px) {
  .flyer-section {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    min-height: 520px;
  }
}

@media (max-width: 560px) {
  .hero-photo {
    min-height: 430px;
  }

  .flyer-preview {
    border-radius: 18px;
  }
}





/* Mobile polish */
@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    gap: 10px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand span:last-child {
    display: inline;
    font-size: 17px;
    white-space: nowrap;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .brand-mark img {
    width: 31px;
    height: 31px;
  }

  .header-cta {
    min-width: auto;
    padding: 9px 12px;
    font-size: 14px;
  }

  .section {
    padding: 44px 16px;
  }

  .hero {
    min-height: auto;
    gap: 24px;
    padding-top: 32px;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: .08em;
  }

  h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  h2 {
    font-size: 31px;
  }

  .lead {
    font-size: 18px;
    line-height: 1.45;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin: 24px 0 18px;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
  }

  .hero-answers {
    gap: 8px;
    margin-top: 18px;
  }

  .hero-answers div {
    padding: 12px 13px;
    border-radius: 14px;
  }

  .hero-answers span {
    font-size: 10px;
  }

  .hero-answers strong {
    font-size: 15px;
    line-height: 1.25;
  }

  .hero-card {
    min-height: 300px;
    border-radius: 22px;
  }

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

  .card-text {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
    border-radius: 16px;
  }

  .card-text strong {
    font-size: 18px;
    line-height: 1.18;
  }

  .card-text span {
    font-size: 14px;
  }

  .quote-card,
  .origin-card,
  .visual-block,
  .card {
    border-radius: 18px;
    padding: 22px;
  }

  .quote-card p {
    font-size: 26px;
  }

  .visual-block {
    min-height: 260px;
  }

  .visual-block strong {
    font-size: 38px;
  }

  .flyer-preview {
    display: none;
  }

  .signup-form {
    padding: 20px;
    border-radius: 18px;
  }

  .footer {
    padding: 24px 16px;
  }
}

/* Header logo correction */
.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 4px;
  border: 2px solid var(--forest);
  background: white;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 52px;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

@media (max-width: 640px) {
  .brand-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    padding: 3px;
  }

  .brand-mark img {
    width: 100%;
    height: 100%;
  }
}

/* Final mobile header fix */
.site-header .brand-mark {
  display: grid !important;
  place-items: center !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  padding: 2px !important;
  border: 2px solid var(--forest) !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.site-header .brand-mark img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 50% !important;
}

@media (max-width: 640px) {
  .site-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 12px !important;
  }

  .site-header .brand {
    min-width: 0 !important;
    gap: 8px !important;
  }

  .site-header .brand-mark {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    padding: 2px !important;
  }

  .site-header .brand span:last-child {
    display: inline !important;
    overflow: hidden !important;
    font-size: 17px !important;
    line-height: 1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .site-header .header-cta {
    min-height: 40px !important;
    padding: 8px 11px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }
}


/* Mobile logo only */
@media (max-width: 640px) {
  .site-header .brand-mark {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .site-header .brand-mark img {
    width: 46px !important;
    height: 46px !important;
    object-fit: contain !important;
    border-radius: 50% !important;
  }
}

/* Header logo only */
.site-header .brand-mark {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 50% !important;
  overflow: hidden !important;
}

.site-header .brand-mark img {
  display: block !important;
  width: 52px !important;
  height: 52px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
}

@media (max-width: 640px) {
  .site-header .brand-mark {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
  }

  .site-header .brand-mark img {
    width: 46px !important;
    height: 46px !important;
  }
}


/* Fresh active color direction */
.hero {
  background:
    radial-gradient(circle at top left, rgba(38,155,190,.24), transparent 34%),
    linear-gradient(135deg, #f7fbf8 0%, #edf7f4 48%, rgba(55,159,130,.18) 100%);
}

.eyebrow,
.section-kicker {
  color: #269bbe;
}

.header-cta,
.button.primary {
  background: #269bbe;
}

.button.primary:hover,
.header-cta:hover {
  background: #166675;
}

.button.secondary:hover {
  border-color: #269bbe;
  color: #269bbe;
}

.hero-answers div {
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(237,247,244,.9));
  border-color: rgba(38,155,190,.24);
}

.hero-answers span,
.card-number {
  color: #269bbe;
}

.card {
  background: linear-gradient(135deg, #edf7f4, rgba(55,159,130,.14));
  border-color: rgba(38,155,190,.18);
}

.quote-card,
.offer,
.signup,
.footer {
  background: linear-gradient(135deg, #103936, #166675);
}

.visual-block {
  background:
    linear-gradient(to top, rgba(16,57,54,.76), rgba(38,155,190,.12)),
    linear-gradient(135deg, #269bbe, #379f82 54%, #a18653);
}

.path-section {
  background:
    linear-gradient(90deg, rgba(247,251,248,.96), rgba(237,247,244,.76)),
    radial-gradient(circle at right, rgba(38,155,190,.24), transparent 36%),
    #edf7f4;
}

.flyer-points li::before,
.steps span {
  background: #269bbe;
}

.photo-card .card-text {
  border-left: 5px solid #269bbe;
}

@media (max-width: 640px) {
  .hero {
    background:
      radial-gradient(circle at top left, rgba(38,155,190,.22), transparent 34%),
      linear-gradient(135deg, #f7fbf8, #edf7f4);
  }
}

.footer a[href^="https://www.wandelnaarmeer.nl"] {
  color: #ffffff;
  text-decoration: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Instructors section */
.instructors {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .5fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  background:
    radial-gradient(circle at right, rgba(38,155,190,.18), transparent 34%),
    #edf7f4;
}

.instructors-copy p {
  max-width: 860px;
}

.instructors-card {
  padding: clamp(26px, 4vw, 42px);
  border-radius: 28px;
  background: linear-gradient(135deg, #103936, #166675);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.instructors-card span {
  display: block;
  margin-bottom: 12px;
  color: #edf7f4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.instructors-card strong {
  display: block;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.instructors-card ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.instructors-card li {
  position: relative;
  padding-left: 26px;
  color: #ffffff;
  font-weight: 700;
}

.instructors-card li::before {
  position: absolute;
  top: .58em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #269bbe;
  content: "";
}

@media (max-width: 920px) {
  .instructors {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .instructors-card {
    border-radius: 18px;
    padding: 22px;
  }
}

.instructors-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 22px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 38px rgba(16, 57, 54, .22);
}

@media (max-width: 640px) {
  .instructors-photo {
    border-radius: 16px;
    margin-bottom: 18px;
  }
}

/* Compact instructor card */
.instructors {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.instructors-card {
  align-self: start;
  max-width: 420px;
  padding: 24px;
}

.instructors-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 230px;
  margin-bottom: 18px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center top;
}

.instructors-card strong {
  font-size: clamp(24px, 2.4vw, 32px);
}

.instructors-card ul {
  margin-top: 22px;
}

@media (max-width: 920px) {
  .instructors-card {
    max-width: none;
  }

  .instructors-photo {
    max-height: 220px;
  }
}

/* Final compact instructor photo */
.instructors-card {
  max-width: 420px !important;
  padding: 26px !important;
}

.instructors-photo {
  width: 132px !important;
  height: 132px !important;
  max-width: 132px !important;
  max-height: 132px !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 0 18px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center top !important;
  box-shadow: 0 12px 28px rgba(16, 57, 54, .24) !important;
}

@media (max-width: 640px) {
  .instructors-photo {
    width: 112px !important;
    height: 112px !important;
    max-width: 112px !important;
    max-height: 112px !important;
  }
}

/* Mobile instructor layout fix */
@media (max-width: 720px) {
  .instructors {
    display: block !important;
  }

  .instructors-copy {
    display: block !important;
    margin-bottom: 24px !important;
  }

  .instructors-copy p {
    max-width: none !important;
  }

  .instructors-card {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    clear: both !important;
    position: relative !important;
    z-index: 0 !important;
  }

  .instructors-photo {
    float: none !important;
  }
}

/* Instructor portraits from original photo */
.instructor-portraits {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0 0 22px;
}

.instructor-portraits figure {
  margin: 0;
  text-align: center;
}

.instructor-portraits img {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255,255,255,.85);
  box-shadow: 0 12px 28px rgba(16, 57, 54, .22);
}

.instructor-portraits figcaption {
  margin-top: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .instructor-portraits img {
    width: 92px;
    height: 92px;
  }
}

/* Brand-led color balance */
.site-header {
  background: rgba(247, 251, 248, .94);
}

h1,
h2,
h3,
.brand,
.hero-answers strong {
  color: #103936;
}

.eyebrow,
.section-kicker,
.hero-answers span,
.card-number {
  color: #103936;
}

.header-cta,
.button.primary {
  background: #103936;
}

.header-cta:hover,
.button.primary:hover {
  background: #166675;
}

.button.secondary {
  color: #103936;
}

.button.secondary:hover {
  border-color: #379f82;
  color: #166675;
}

.hero {
  background:
    radial-gradient(circle at top left, rgba(55,159,130,.20), transparent 34%),
    linear-gradient(135deg, #f7fbf8 0%, #edf7f4 55%, rgba(161,134,83,.13) 100%);
}

.hero-answers div {
  border-color: rgba(16,57,54,.18);
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(237,247,244,.92));
}

.photo-card .card-text {
  border-left: 5px solid #103936;
}

.card {
  background: linear-gradient(135deg, #edf7f4, rgba(55,159,130,.12));
  border-color: rgba(16,57,54,.16);
}

.quote-card,
.offer,
.signup,
.footer,
.instructors-card {
  background: linear-gradient(135deg, #103936, #166675);
}

.visual-block {
  background:
    linear-gradient(to top, rgba(16,57,54,.80), rgba(16,57,54,.12)),
    linear-gradient(135deg, #103936, #166675 48%, #379f82);
}

.flyer-points li::before,
.instructors-card li::before {
  background: #379f82;
}

.steps span {
  background: #103936;
}

.path-section,
.instructors {
  background:
    linear-gradient(90deg, rgba(247,251,248,.96), rgba(237,247,244,.76)),
    radial-gradient(circle at right, rgba(55,159,130,.24), transparent 36%),
    #edf7f4;
}

.flyer-section,
.cards,
.split {
  background: #ffffff;
}

@media (max-width: 640px) {
  .hero {
    background:
      radial-gradient(circle at top left, rgba(55,159,130,.18), transparent 34%),
      linear-gradient(135deg, #f7fbf8, #edf7f4);
  }
}

/* Signup readability fix */
.signup {
  background: #103936;
}

.signup h2,
.signup h3,
.signup label {
  color: #ffffff;
}

.signup p,
.signup .eyebrow.light {
  color: #edf7f4;
}

.signup-form,
.signup-panel {
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .34);
}

.signup-panel p {
  color: #ffffff;
}

.signup-panel .contact-note {
  margin: 14px 0 0;
  color: #d8eee8;
  font-size: .95rem;
}

.signup-panel .contact-note a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.signup-actions {
  display: grid;
  gap: 10px;
}

.signup .button.dark,
.signup .button.primary.dark {
  background: #ffffff;
  color: #103936;
  box-shadow: none;
}

.signup .button.dark:hover,
.signup .button.primary.dark:hover {
  background: #edf7f4;
  color: #103936;
}

.signup .button.secondary.light {
  width: 100%;
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .55);
  color: #ffffff;
}

.signup .button.secondary.light:hover {
  background: rgba(255, 255, 255, .2);
}

.signup .button.text-link {
  width: 100%;
  background: transparent;
  border: 0;
  color: #d8eee8;
  box-shadow: none;
  padding: 4px 0 0;
  min-height: auto;
  justify-content: flex-start;
}

/* Shared instructor photo */
.instructors-photo-together {
  display: block;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  margin: 0 0 22px;
  border: 3px solid rgba(255, 255, 255, .72);
  box-shadow: 0 18px 36px rgba(16, 57, 54, .24);
}

@media (max-width: 640px) {
  .instructors-photo-together {
    max-width: 100%;
    border-radius: 16px;
  }
}

/* Footer legal links */
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
}

.footer-links a,
.footer a[href^="privacyverklaring"],
.footer a[href^="algemene-voorwaarden"] {
  color: #d8eee8;
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 640px) {
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}



/* Trainin schedule */
.schedule-section {
  background: #f7fbf8;
}

.schedule-copy {
  max-width: 920px;
  margin-bottom: 28px;
}

.schedule-frame {
  overflow: hidden;
  border: 1px solid rgba(16, 57, 54, .16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.schedule-frame iframe {
  display: block;
  width: 100%;
  height: 650px;
  border: 0;
}

@media (max-width: 640px) {
  .schedule-frame {
    border-radius: 16px;
  }

  .schedule-frame iframe {
    height: 720px;
  }
}
