.delft-donatie-hero,
.delft-donatie-hero * {
  box-sizing: border-box;
}

.delft-donatie-hero {
  background: #fff;
  padding: 55px 18px 100px;
  margin-top: 0;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.delft-container {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.delft-foto {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .16);
}

.delft-foto img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.delft-foto-label {
  position: absolute;
  left: 24px;
  bottom: 20px;
  background: rgba(30, 30, 30, .88);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.delft-kaart {
  position: absolute;
  right: -20px;
  top: 280px;
  width: 520px;
  background: #fff;
  padding: 34px;
  border-radius: 30px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, .18);
  z-index: 5;
}

.delft-badge {
  display: inline-block;
  background: #fff0ea;
  color: #f45a00;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 22px;
}

.delft-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #eee;
  border-radius: 18px;
  padding: 6px;
  margin-bottom: 24px;
}

.delft-tab {
  border: 0;
  background: transparent;
  border-radius: 14px;
  padding: 18px 12px;
  font-size: 16px;
  font-weight: 900;
  color: #777;
  cursor: pointer;
  transition: .2s;
}

.delft-tab.active {
  background: #f45a00;
  color: #fff;
  box-shadow: 0 8px 18px rgba(244, 90, 0, .25);
}

.delft-pane {
  display: none;
}

.delft-pane.active {
  display: block;
}

.delft-info {
  background: #fff8f3;
  border-left: 4px solid #f45a00;
  padding: 18px 20px;
  border-radius: 0 14px 14px 0;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.delft-info.groen {
  background: #f7fbff;
  border-left-color: #237a35;
}

.delft-betaal-veilig {
  margin-top: 18px;
  padding: 15px 17px;
  background: #f7fbff;
  border-left: 5px solid #237a35;
  border-radius: 12px;
  color: #526473;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

.delft-betaal-veilig strong {
  color: #243240;
}

.delft-bedragen {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.delft-bedrag,
.delft-bedrag:visited,
.delft-bedrag:hover,
.delft-bedrag:focus,
.delft-bedrag:active {
  min-height: 95px;
  border: 2px solid #e4d8d0;
  border-radius: 16px;
  background: #fff;
  color: #444 !important;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  transition: .2s;
}

.delft-bedrag span {
  font-size: 12px;
  margin-top: 6px;
  font-weight: 700;
}

.delft-bedrag:hover,
.delft-bedrag.actief {
  background: #f45a00;
  color: #fff !important;
  border-color: #f45a00;
  transform: translateY(-2px);
}

.delft-bedrag:hover span,
.delft-bedrag.actief span {
  color: #fff !important;
}

.delft-tekst {
  max-width: 520px;
  margin-top: 42px;
}

.delft-tekst h1 {
  font-size: 50px;
  line-height: 1.07;
  margin: 0 0 24px;
  font-weight: 900;
  color: #000;
}

.delft-tekst p {
  font-size: 20px;
  line-height: 1.7;
  color: #111;
  margin: 0 0 20px;
}

.delft-bankblok {
  margin-top: 28px;
  padding: 24px 26px;
  background: #fff8f3;
  border: 2px solid #f4d3c1;
  border-left: 6px solid #f45a00;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .07);
}

.delft-bankblok h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
  color: #111;
  font-weight: 900;
}

.delft-bankblok p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

.delft-bankregel {
  margin-top: 16px;
  padding: 15px 17px;
  background: #fff;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #222;
}

.delft-bankregel strong {
  color: #000;
}

.delft-iban {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .4px;
  color: #237a35;
}

.delft-bedankt {
  margin-top: 20px !important;
  font-weight: 800;
}

.delft-kaart input,
.delft-kaart select,
.delft-kaart textarea {
  max-width: 100% !important;
  width: 100%;
}

.delft-kaart button[type="submit"],
.delft-kaart input[type="submit"] {
  width: 100% !important;
  background: #237a35 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 16px !important;
  padding: 20px !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  margin-top: 22px !important;
  box-shadow: 0 10px 22px rgba(35, 122, 53, .25) !important;
  cursor: pointer !important;
}

@media (max-width: 980px) {
  .delft-donatie-hero {
    padding: 40px 18px 70px;
  }

  .delft-kaart {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    margin-top: 28px;
  }

  .delft-foto img {
    height: 420px;
  }

  .delft-tekst {
    max-width: 100%;
    margin-top: 34px;
  }

  .delft-tekst h1 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .delft-donatie-hero {
    padding: 32px 12px 50px;
  }

  .delft-container {
    max-width: 100%;
  }

  .delft-foto {
    border-radius: 22px;
  }

  .delft-foto img {
    height: 330px;
    object-position: center top;
  }

  .delft-foto-label {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    text-align: center;
    padding: 10px 12px;
  }

  .delft-kaart {
    padding: 22px;
    border-radius: 24px;
    margin-top: 24px;
  }

  .delft-badge {
    font-size: 12px;
    padding: 9px 14px;
    margin-bottom: 18px;
  }

  .delft-tabs {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 20px;
  }

  .delft-tab {
    font-size: 15px;
    padding: 16px 10px;
  }

  .delft-info {
    font-size: 15px;
    padding: 16px 17px;
  }

  .delft-bedragen {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .delft-bedrag {
    min-height: 86px;
    font-size: 20px;
  }

  .delft-tekst {
    margin-top: 30px;
  }

  .delft-tekst h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .delft-tekst p {
    font-size: 17px;
    line-height: 1.7;
  }

  .delft-bankblok {
    padding: 20px;
    border-radius: 15px;
  }

  .delft-bankblok h2 {
    font-size: 20px;
  }

  .delft-bankblok p,
  .delft-bankregel {
    font-size: 15px;
  }

  .delft-iban {
    font-size: 17px;
    word-break: break-word;
  }

  .delft-betaal-veilig {
    font-size: 13px;
    padding: 14px 15px;
  }

  .delft-kaart button[type="submit"],
  .delft-kaart input[type="submit"] {
    font-size: 20px !important;
    padding: 18px !important;
  }
}

@media (max-width: 390px) {
  .delft-bedragen {
    grid-template-columns: 1fr;
  }

  .delft-tekst h1 {
    font-size: 30px;
  }
}