.elementor-664 .elementor-element.elementor-element-c10920f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-95ead01 */.hypotheekvormen-section {
  padding: 110px 0;
  background: #f7fafc;
  font-family: 'Montserrat', sans-serif;
}

.hypotheekvormen-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.hypotheekvormen-head {
  max-width: 860px;
  margin-bottom: 46px;
}

.hvf-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #09b4d8;
}

.hypotheekvormen-head h2 {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.2;
  color: #1b2f75;
}

.hypotheekvormen-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #44609a;
}

.hypotheekvormen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.hypotheekvorm-card {
  background: #ffffff;
  border: 1px solid #e5ebf3;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 28px rgba(27, 47, 117, 0.05);
}

.hypotheekvorm-card h3 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.2;
  color: #1b2f75;
}

.hypotheekvorm-card p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.8;
  color: #44609a;
}

.hypotheekvorm-subblock {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e8eef5;
}

.hypotheekvorm-subblock strong {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #1b2f75;
}

.hypotheekvorm-subblock ul {
  margin: 0;
  padding-left: 18px;
}

.hypotheekvorm-subblock li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #44609a;
}

.hypotheekvorm-note {
  margin-top: 24px;
  padding: 18px 20px;
  background: #f2f8fc;
  border-left: 4px solid #09b4d8;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #35508f;
}

@media (max-width: 1100px) {
  .hypotheekvormen-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hypotheekvormen-section {
    padding: 80px 0;
  }

  .hypotheekvormen-container {
    padding: 0 20px;
  }

  .hypotheekvormen-head h2 {
    font-size: 30px;
  }

  .hypotheekvormen-head p,
  .hypotheekvorm-card p,
  .hypotheekvorm-subblock li,
  .hypotheekvorm-note {
    font-size: 16px;
  }

  .hypotheekvorm-card {
    padding: 24px;
  }

  .hypotheekvorm-card h3 {
    font-size: 22px;
  }
}/* End custom CSS */