.elementor-617 .elementor-element.elementor-element-8369740{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a7519fe */.hypotheek-v3 {
  font-family: 'Montserrat', sans-serif;
  color: #1b2f75;
  background: #ffffff;
}

.hypotheek-v3 * {
  box-sizing: border-box;
}

.hv3-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.hv3-container-small {
  max-width: 920px;
}

.hv3-section {
  padding: 110px 0;
}

.hv3-section-soft {
  background: #f7fafc;
}

.hv3-section-accent {
  background: linear-gradient(135deg, #1b2f75 0%, #0f5c9f 100%);
  padding: 90px 0;
}

.hv3-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #09b4d8;
}

.hv3-label-light {
  color: #ffffff;
}

.hypotheek-v3 h1,
.hypotheek-v3 h2,
.hypotheek-v3 h3 {
  margin: 0 0 22px;
  line-height: 1.2;
  color: #1b2f75;
}

.hypotheek-v3 h1 {
  font-size: 56px;
  max-width: 720px;
}

.hypotheek-v3 h2 {
  font-size: 40px;
}

.hypotheek-v3 h3 {
  font-size: 25px;
}

.hypotheek-v3 p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.9;
  color: #44609a;
}

/* hero */
.hv3-hero {
  padding: 90px 0 110px;
  background: #ffffff;
}

.hv3-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.hv3-hero-content p {
  max-width: 620px;
}

.hv3-photo-frame img,
.hv3-split-image img,
.hv3-card-image img,
.hv3-feature-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}

.hv3-photo-frame img {
  min-height: 520px;
  box-shadow: 0 18px 45px rgba(27, 47, 117, 0.08);
}

/* buttons */
.hv3-button-row,
.hv3-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.hv3-btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.hv3-btn-primary {
  background: #09b4d8;
  color: #ffffff;
}

.hv3-btn-primary:hover {
  background: #089dbc;
  color: #ffffff;
}

.hv3-btn-secondary {
  background: #1b2f75;
  color: #ffffff;
}

.hv3-btn-secondary:hover {
  background: #14265f;
  color: #ffffff;
}

.hv3-btn-outline {
  background: transparent;
  color: #1b2f75;
  border: 2px solid #09b4d8;
}

.hv3-btn-outline:hover {
  background: #09b4d8;
  color: #ffffff;
}

.hv3-btn-light {
  background: #ffffff;
  color: #1b2f75;
}

.hv3-btn-light:hover {
  background: #eaf8fc;
  color: #1b2f75;
}

/* intro */
.hv3-intro-block {
  text-align: left;
}

/* split */
.hv3-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hv3-split-image img {
  min-height: 480px;
}

.hv3-points {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
}

.hv3-point {
  position: relative;
  padding: 16px 18px 16px 48px;
  background: #ffffff;
  border: 1px solid #e4ecf4;
  border-radius: 16px;
  color: #35508f;
  font-size: 17px;
  line-height: 1.6;
}

.hv3-point:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #09b4d8;
  position: absolute;
  left: 20px;
  top: 22px;
}

/* section head */
.hv3-section-head {
  max-width: 820px;
  margin-bottom: 46px;
}

/* cards */
.hv3-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.hv3-card {
  background: #ffffff;
  border: 1px solid #e5ebf3;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(27, 47, 117, 0.05);
}

.hv3-card-image img {
  height: 250px;
}

.hv3-card-body {
  padding: 30px;
}

.hv3-card-body p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 24px;
}

/* feature section */
.hv3-feature-section {
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
  background: #ffffff;
}

.hv3-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.hv3-feature-image img {
  min-height: 520px;
  box-shadow: 0 18px 45px rgba(27, 47, 117, 0.06);
}

/* accent conversation block */
.hv3-accent-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  padding: 42px;
}

.hv3-accent-left h2,
.hv3-accent-left p {
  color: #ffffff;
}

.hv3-accent-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* info */
.hv3-info-box {
  text-align: left;
}

/* contact */
.hv3-contact-box {
  background: #ffffff;
  border: 1px solid #e5ebf3;
  border-radius: 28px;
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-shadow: 0 10px 30px rgba(27, 47, 117, 0.06);
}

.hv3-contact-text {
  max-width: 720px;
}

.hv3-contact-text p {
  margin-bottom: 0;
}

/* responsive */
@media (max-width: 1100px) {
  .hv3-hero-grid,
  .hv3-split,
  .hv3-feature-grid,
  .hv3-cards,
  .hv3-accent-box {
    grid-template-columns: 1fr;
  }

  .hv3-contact-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .hv3-photo-frame img,
  .hv3-split-image img,
  .hv3-feature-image img {
    min-height: auto;
  }

  .hv3-accent-right {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .hv3-section {
    padding: 80px 0;
  }

  .hv3-container {
    padding: 0 20px;
  }

  .hypotheek-v3 h1 {
    font-size: 36px;
  }

  .hypotheek-v3 h2 {
    font-size: 30px;
  }

  .hypotheek-v3 h3 {
    font-size: 22px;
  }

  .hypotheek-v3 p,
  .hv3-point,
  .hv3-card-body p {
    font-size: 16px;
  }

  .hv3-card-body,
  .hv3-contact-box,
  .hv3-accent-box {
    padding: 24px;
  }

  .hv3-btn {
    width: 100%;
    text-align: center;
  }

  .hv3-button-row,
  .hv3-contact-actions {
    flex-direction: column;
    width: 100%;
  }
}.hv3-split-centered {
  display: flex;
  justify-content: center;
}

.hv3-split-centered .hv3-split-content {
  max-width: 760px;
  width: 100%;
  text-align: center;
}

.hv3-split-centered .hv3-points {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.hv3-split-centered .hv3-point {
  text-align: center;
}/* End custom CSS */