
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');

  body {
  font-family: 'Open Sans', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  }

  h1 {
  font-size: 34px;
  }

  h2 {
  font-size: 32px;
  }

  h3 {
  font-size: 26px;
  }

  h4 {
  font-size: 21px;
  }

  h5 {
  font-size: 18px;
  }

  h6 {
  font-size: 16px;
  }

  body {
  font-size: 15px;
  }

  body,
  .product-usps li,
  .stock-message {
  color: #595959;
  }

  h1, h2, h3, h4, h5, h6 {
  color: #595959 !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--dusty-rose) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--taupe-gray) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--dusty-rose) !important;
  color: #fff !important;
  }

  .btn:hover,
  .wpcf7-submit:hover,
  .woocommerce span.onsale:hover,
  .woocommerce a.button:hover,
  .woocommerce .button:hover,
  [type="submit"]:hover,
  .nf-form-content input[type=submit]:hover
  {
  background: var(--taupe-gray) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--taupe-gray) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--taupe-gray) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--dusty-rose) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--taupe-gray) !important;
  color: #fff !important;
  }

  div.phone a.phone, div.email a.email i {
  color: #fff !important;
  }

  div.phone a.phone:hover, div.email a.email:hover {
  background: var(--taupe-gray) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--taupe-gray);
  border-color: var(--taupe-gray);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--taupe-gray) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--taupe-gray) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  .modal__container,
  .footer-cta-box,
  .rimg,
  [type="submit"] {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  }

  .img-responsive {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }



  header div.header {
  background-color: rgba(255, 255, 255, .5) !important;
  }
  header .sticky_menu_small div.header {
  background-color: rgb(255, 255, 255) !important;
  }

  @media only screen and (max-width : 992px) {
  header nav.navbar-default {
  background: none !important;
  }
  }

  header > div.wrapper {
  display: block;
  position: relative;
  }

  header div.header::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  }

  header > div.wrapper::after {
  background: url('https://desteefmethode.nl/wp-content/uploads/sites/413/2024/04/header.jpg');
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  }




  @media only screen and (min-width : 992px) {
  body.home header > div.wrapper {
  min-height: 350px;
      min-height: 855px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 1005px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 655px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 805px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 580px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 580px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 680px;
  }
  header > div.wrapper.above {
  min-height: 830px;
  }

  header div.header div.holder {
  height: 580px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--taupe-gray); !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(10, 0, 0, .5) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(10, 0, 0, .5) !important;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  }

  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:hover,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:focus,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:active {
  color: var(--taupe-gray) !important;
  }
  }


  @media only screen and (min-width : 992px) {
  section.featured div.wrapper {
  margin-top: -100px;
  }
  header>div.wrapper .header__content {
  transform: translate3d(0, -40px, 0);
  }
  }





  header div.header {
  text-align: center;
  }

  header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border-bottom: 1px solid var(--dusty-rose);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse ul.navbar-nav li a, header nav.navbar-default div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li.active > a {
  color: var(--dusty-rose) !important;
  }
  }


  header div.header div.contact i {
  color: var(--dusty-rose);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse {
  text-align: center;
  }
  }

  section.featured div.item p,
  section.news div.item p {
  color: #595959 !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

  section.partners {
  background: var(--dusty-rose) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--taupe-gray) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--dusty-rose);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--taupe-gray) !important;
  }


  section.treatments div.items div.item img {
  border-radius: 100% !important;
  }

  .img-circle {
  border-radius: 100% !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: #595959 !important;
  }

  section.prices table tr td a {
  color: #595959 !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: #595959 !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--taupe-gray);
  }

  :root {
  --dark-slate: #202328;
  --soft-white: #f8f6f7; 
  --pale-pink: #f1e6ea;  
  --light-coral: #e8cacc; 
  --dusty-rose: #d4adae; 
  --taupe-gray: #7a656c; 
  --muted-mauve: #9d868e;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--bodytekst: "IBM Plex Sans", sans-serif;;
--koptekst: "Cormorant Garamond", serif;;
--font-size-h1: calc(1rem* 2.25);
 --font-size-h2: calc(1rem* 1.75);
--font-size-h3: calc(1rem* 1.5);
 --font-size-h4: calc(1rem* 1.25);
--font-size-h5: calc(1rem* 1);
 --font-size-h6: calc(1rem* 0.875);
}

section.quote_view h2 {
    color: var(--dusty-rose) !important;
    font-style: italic;
    margin-top: 0;
}

.nf-form-cont h3 {
    margin-top: 0.15em;
}

section.reviews h2 {
    font-size: var(--font-size-h1);
    margin-bottom: 55px;
}

section.reviews div.reviews div.review div.wrap .col-sm-32.col-sm-push-2 {
    padding: 35px 36px;
    background: var(--soft-white);
    box-shadow: 0 0 4px 0px #e0e0e0;
}

section.archive.reviews div.reviews div.review .col-sm-12, section.reviews div.reviews div.review div.wrap .col-sm-12 {
    display: none;
}
section.archive.reviews div.reviews div.review .col-sm-36, section.reviews div.reviews div.review div.wrap .col-sm-32.col-sm-push-2 {
    width: 100%;
}
section.archive.reviews div.reviews div.review blockquote {
    padding: 10px 20px 10px 0;
    border-left: 0px solid #eee;
    color: var(--muted-mauve);
    font-weight: 600;
}

section.partners {
    background: transparent !important;
}
section.partners div.item div.holder img {
    filter: invert(0.5);
}

.home section.treatments div.items .col-xs-24.col-sm-9 {
    padding: 0;
}

.home section.treatments div.items div.item img {
    margin: 0 auto;
    transition: all .3s ease;
    object-fit: cover;
    height: 350px;
    width: 100%;
    border-radius: 0 !important;
    filter: brightness(0.8);
}
.home section.treatments div.items div.item:hover img {
    opacity: 1;
}
.home section.treatments > div > div > div > div > div > a:nth-child(2) {
    position: absolute;
    bottom: 30px;
    left: 10px;
    padding: 0 0;
    width: 70%;
    text-align: left;
}
.home section.treatments div.items div.item a span {
    color: #fff !important;
    font-family: var(--koptekst);
    font-size: var(--font-size-h6);
}

section.archive.treatments div.items div.treatments div.item a span, section.archive.treatments div.treatments div.item h4, section.archive.treatments div.treatments div.items div.item a span, section.treatments.shortcode div.items div.treatments div.item a span, section.treatments.shortcode div.treatments div.item h4, section.treatments.shortcode div.treatments div.items div.item a span {
    font-family: var(--koptekst);
}

header>div.wrapper .header__content {
    animation-name: slideInFromRight;
    animation-duration: 4.5s;
    animation-fill-mode: both;
}

@keyframes slideInFromRight {
0% {
    transform: translate3d(-1520px, 89px, 0);
    opacity: 0;
}
100% {
    transform: translate3d(0, 89px, 0);
    opacity: 1;
}
}


footer .column a:hover {
    color: var(--light-coral) !important;
}

.sessions_parent .container {
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.sessions_parent .sessions_blok {
    flex: 1;
    padding: var(--gap) var(--gap);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.sessions_parent .items {
    flex: 3;
    display: flex;
}

p.knop, p.knop .btn {
    margin-bottom: 0;
}

section.stefanie_blok img {
    height: 570px;
    margin: 0;
    object-fit: cover;
}

footer h2 {
    color: var(--white) !important;
    margin-top: 0;
    margin-bottom: 12px;
}
footer div.column > h4 {
    border-bottom: 0px solid var(--dusty-rose);
    margin-bottom: -5px;
    margin-top: 0;
}


footer {
    padding-top: 120px;
}

footer i.fas.fa-external-link-alt {
    font-size: 15px;
    position: relative;
    background: var(--light-coral);
    padding: 7px;
    border-radius: 100%;
    margin-left: 5px;
    color: var(--muted-mauve);
}

span.more_info {
    font-size: 14px;
    width: 100%;
    display: block;
    position: relative;
    font-style: italic;
}

section.foto_blocks a div.item-bg>img {
    transition: 0.5s all;
}
section.foto_blocks a div.item:hover div.item-bg>img {
    filter: brightness(0.8);
    transition: 0.5s all;
    transform: scale(1.1);
}
section.foto_blocks a div.item-background .item-centered.text-center {
    top: unset !important;
    left: 0 !important;
    transform: unset !important;
    bottom: 0;
    text-align: left;
    padding: 0 30px !important;
}
span.more_info::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    background: white;
    width: 60px;
    height: 1px;
    right: 13px;
transition: 0.5s all;
    bottom: 28px;
}
section.foto_blocks a div.item-background:hover span.more_info::before {
    width: 20px;
}
header>div.wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(122 101 108 / 64%) !important;
    z-index: -1;
    top: 0 !important;
}
span.more_info::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    transform: rotate(45deg);
    right: 13px;
    bottom: 25px;
}

section.foto_blocks a div.item-background {
    padding: 230px 0;
    height: unset !important;
}

section.foto_blocks a div.item-background .item-centered.text-center h3 {
    font-size: 33px;
    margin-bottom: 0;
}
footer div.socket {
    margin-top: 80px;
}

div.breadcrumbs {
    display: none;
}

div.page-header h1 {
    border-bottom: 0px solid #e6e6e6!important;
    margin-bottom: 40px!important;
    position: relative;
}
div.page-header h1::before {
    width: 180px;
    height: 2px;
    background: var(--muted-mauve);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

section.partners {
    display: none;
}
.home section.partners {
    display: block !important;
}

.table>thead>tr>th {
    vertical-align: bottom !important;
    border-bottom: 2px solid var(--dusty-rose);
    padding: 8px 8px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 38px 8px;
    vertical-align: middle;
    border-top: 1px solid var(--pale-pink);
}

.single-behandelingen figure img {
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 992px) {
section.reviews div.reviews div.review div.wrap h4 {
    min-height: 130px;
}
main section .container:not(.home main section .container, .page-template-template-contact main section .container) {
    width: 850px;
}
.home section.treatments div.items .item {
    padding: 0;
}
.sessions_parent .container {
    padding: 0;
}
section.foto_blocks .col-sm-16 {
    padding: 0;
}
.single-behandelingen figure img {
    height: 300px;
}
    body header > div.wrapper {
        min-height: 405px;
    }
.sessions_parent .sessions_blok .sessions_content {
    max-width: 45em;
    /* margin: 0 auto; */
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bottom-align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: end;
}
/*footer > div.container > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}*/
section.foto_blocks .col-sm-16:nth-child(2) {
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
}
section.foto_blocks .wrapper {
    margin-top: -210px !important;
}
/*footer > div.container > div > div:nth-child(2) {
    width: 63%;
}
footer > div.container > div > div:nth-child(1) {
    width: 26%;
    margin-right: 11%;
}*/
html {font-size: 21px !important; }
    header div.header.full-width div.wrapper img.logo {
        max-width: 130px;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        color: #ffffff !important;
    }
    header div.header div.holder {
        height: 150px;
        min-height: 50px;
    }
    header>div.wrapper .header__content {
        transform: translate3d(0, 89px, 0);
    }
    body.home header > div.wrapper {
        min-height: 795px;
    }
header>div.wrapper .header__content .col-md-32.col-md-offset-8 {
    width: 100%;
    margin-left: 0;
}
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, .modal__container, .footer-cta-box, .rimg, [type="submit"] {
    padding: 20px 50px !important;
    font-size: 14px;
    font-style: italic;
}

header>div.wrapper .header__content .col-md-32.col-md-offset-8 {
    text-align: left;
}

header > div.wrapper::after {
    background-position: bottom;
}

header div.header {
    background-color: rgb(255 255 255 / 0%) !important;
    border-bottom: 1px solid white;
}

@media only screen and (max-width: 991px) {
html {font-size: 17px !important;}
section.foto_blocks a div.item-background {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}
header>div.wrapper {
    min-height: 240px;
}
footer > div.container > div > div:nth-child(2) {
    margin-top: 90px;
}
section.partners div.item div.holder img {
    max-width: 190px;
}
.home section.treatments > div > div > div > div > div > a:nth-child(2) {
    left: 13px!important;
    width: 79%!important;
}
.home section.treatments div.items {
    margin-top: 30px;
    padding: 0 15px;
}
.home section.treatments div.items div.item {
    padding: 0;
    margin: 0;
}
.sessions_parent .sessions_blok {
    padding: 0 var(--gap)!important;
}
.sessions_parent .container {
    flex-direction: column;
}
section.stefanie_blok img {
    height: 370px!important;
    margin-bottom: 55px;
}
span.more_info::before {
    bottom: 11px!important;
}
span.more_info::after {
    bottom: 8px!important;
}
section.foto_blocks {
    z-index: 100;
}
html.navbar-open section.foto_blocks {
    display: none;
}
section.foto_blocks .wrapper {
    margin-top: -220px;
}
section.foto_blocks a div.item-background {
    margin-bottom: 0;
}
header button.navbar-toggle {
    color: var(--soft-white);
}
header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-bottom: 1px solid #8a787e;
    padding: 16px;
}
.home header>div.wrapper {
    min-height: 830px;
}
}



main section, section.treatments {
    padding: 100px 0;
}

body {
    line-height: 1.8;
    font-size: 17px;
font-family: var(--bodytekst);
color: var(--dark-slate)!important;
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
letter-spacing: 0;
font-family: var(--koptekst);
color: var(--dark-slate)!important;
}

h1 { font-size: var(--font-size-h1);}
h2 { font-size: var(--font-size-h2);}
h3 { font-size: var(--font-size-h3);}
h4 { font-size: var(--font-size-h4);}
h5 { font-size: var(--font-size-h5);}
h6 { font-size: var(--font-size-h6);}


small, .text_small {font-size: 0.8em;}

p {margin-bottom: 1.15rem;}

.btn {
    margin:1em 0;
    white-space: normal;
}

.relative, main section {
    position: relative;
}

html, body {
    overflow-x: hidden;
}

img {
    height: auto;
}

@media only screen and (max-width: 991px) {
.gallery .gallery-item {
    width: 100%;
}
.m-pdt-0 {
padding-top:0!important;
}
.m-pdb-0 {
padding-bottom:0!important;
}
.m-pdb-2 {
padding-bottom:2em!important;
}
.m-pdt-2 {
padding-top:2em!important;
}
.m-mt-0 {
margin-top:0!important;
}
.m-mb-0 {
margin-bottom:0!important;
}
}

/* Kopteksten overal in het koplettertype van de homepage */
.h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--koptekst); }


/* ── Productpagina's (Persoonlijk Kompas, Herstelplan) ── */
.offer-page { margin: 0 0 5rem; }
.offer-page:last-child { margin-bottom: 0; }
.offer-page > h2 { margin-top: 0; }
.offer-page p:empty, .content > p:empty { display: none; }

.offer-lead { font-family: var(--koptekst); font-size: var(--font-size-h3); line-height: 1.35; color: var(--taupe-gray); margin: 0 0 2.5rem; }
.offer-sublead { font-family: var(--koptekst); font-size: var(--font-size-h4); margin-bottom: 1rem; }
.offer-questions { border-left: 2px solid var(--dusty-rose); padding: .25rem 0 .25rem 1.75rem; margin: 2rem 0; }
.offer-questions p { font-family: var(--koptekst); font-size: var(--font-size-h4); line-height: 1.5; margin: 0 0 .4rem; color: var(--taupe-gray); }
.offer-questions p:last-child { margin-bottom: 0; }
.offer-band { background: var(--pale-pink); padding: 4rem; }
.offer-highlight { font-family: var(--koptekst); font-size: var(--font-size-h4); line-height: 1.5; color: var(--taupe-gray); border-top: 1px solid var(--light-coral); border-bottom: 1px solid var(--light-coral); padding: 1.5rem 0; margin: 2rem 0 0; }
.offer-quote { font-family: var(--koptekst); font-style: italic; font-size: var(--font-size-h3); line-height: 1.4; text-align: center; color: var(--taupe-gray); margin: 2.5rem 0; }
.offer-check-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.offer-check-list li { position: relative; padding: 0 0 .75rem 2rem; line-height: 1.6; }
.offer-check-list li:before { content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 12px; color: var(--dusty-rose); position: absolute; left: 0; top: .3rem; }
.offer-check-columns { column-count: 2; column-gap: 3rem; }
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin: 2.5rem 0; }
.offer-grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.offer-card { background: var(--soft-white); border: 1px solid var(--light-coral); padding: 2rem 1.75rem; }
.offer-card h3 { font-size: var(--font-size-h5); margin: .75rem 0 .5rem; }
.offer-card p { margin: 0; font-size: 15px; line-height: 1.6; }
.offer-card-num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 100%; background: var(--light-coral); color: var(--white); font-family: var(--koptekst); font-size: 18px; }
.offer-example { background: var(--dark-slate); padding: 4rem; text-align: center; }
.offer-example h2 { color: var(--soft-white) !important; margin-top: 0; }
.offer-example p { color: var(--soft-white); }
.offer-example-inner { max-width: 640px; margin: 0 auto; }
.offer-price-section { text-align: center; }
.offer-price { background: var(--pale-pink); padding: 3.5rem 3rem; max-width: 620px; margin: 0 auto; }
.offer-price-label { font-family: var(--koptekst); font-size: var(--font-size-h4); margin: 0; }
.offer-price-amount { font-family: var(--koptekst); font-size: calc(1rem * 3.25); line-height: 1; color: var(--taupe-gray); margin: .5rem 0 1.5rem; }
.offer-price .offer-check-list { display: inline-block; text-align: left; margin-bottom: 2rem; }
.offer-cta { margin: 2.5rem 0 0; }
.offer-cta .btn { margin: 0 .5rem .75rem 0; }
.offer-price .offer-cta { margin-top: 0; }
.offer-note { max-width: 440px; margin: 1.5rem auto 0; font-size: 14px; line-height: 1.7; color: var(--taupe-gray); }
.btn-ghost { background: transparent !important; border: 1px solid var(--dusty-rose) !important; color: var(--taupe-gray) !important; }
.offer-example .btn-ghost { color: var(--soft-white) !important; }
.offer-closing { font-family: var(--koptekst); font-size: var(--font-size-h4); line-height: 1.5; color: var(--taupe-gray); margin: 2.5rem auto 0; max-width: 620px; }
.offer-disclaimer { background: var(--soft-white); border: 1px solid var(--light-coral); padding: 2rem 2.25rem; }
.offer-disclaimer h3 { margin: 0 0 .75rem; font-size: var(--font-size-h5); }
.offer-disclaimer p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--taupe-gray); }
.offer-disclaimer p a { color: var(--taupe-gray) !important; text-decoration: underline; }
@media (max-width: 767px) {
  .offer-band, .offer-example { padding: 2.5rem 1.5rem; }
  .offer-price { padding: 2.5rem 1.5rem; }
  .offer-check-columns { column-count: 1; }
  .offer-page { margin-bottom: 3rem; }
}

/* ── Uitgelicht aanbod op de homepage ── */
.offer-teasers { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; margin: 2.5rem 0 0; text-align: left; }
.offer-teaser { background: var(--soft-white); border: 1px solid var(--light-coral); padding: 2.5rem; display: flex; flex-direction: column; }
.offer-teaser h3 { margin: 0 0 .35rem; font-size: var(--font-size-h3); }
.offer-teaser .offer-teaser-sub { font-family: var(--koptekst); font-style: italic; color: var(--taupe-gray); margin: 0 0 1.25rem; }
.offer-teaser p { line-height: 1.7; }
.offer-teaser .offer-teaser-price { font-family: var(--koptekst); font-size: var(--font-size-h4); color: var(--taupe-gray); margin: 0 0 1.5rem; }
.offer-teaser > p:last-child { margin-top: auto; margin-bottom: 0; }
.offer-teaser .btn { align-self: flex-start; }
@media (max-width: 767px) {
  .offer-teaser { padding: 2rem 1.5rem; }
}


/* Submenu in de navigatie leesbaar houden */
nav .dropdown-menu > li > a { color: var(--taupe-gray); }
nav .dropdown-menu > li > a:hover, nav .dropdown-menu > li > a:focus { color: var(--dark-slate); background: var(--pale-pink); }


/* Themapadding op section resetten binnen productpagina's */
main .offer-page { padding: 0; }
main .offer-page.offer-band, main .offer-page.offer-example { padding: 4rem; }
@media (max-width: 767px) {
  main .offer-page.offer-band, main .offer-page.offer-example { padding: 2.5rem 1.5rem; }
}


/* Voorbeeld Persoonlijk Kompas */
.kompas-voorbeeld-intro { max-width: 720px; margin-left: auto; margin-right: auto; text-align: center; }
.kompas-voorbeeld-intro .offer-lead { margin-bottom: 1.5rem; }
.kompas-voorbeeld-note { color: var(--taupe-gray); font-style: italic; line-height: 1.7; margin: 0; }
.kompas-voorbeeld { max-width: 720px; margin-left: auto; margin-right: auto; }
.kompas-voorbeeld p { line-height: 1.75; margin: 0 0 .6rem; }
.offer-page.kompas-voorbeeld > h2 { margin: 3.5rem 0 1.5rem; }
.kompas-voorbeeld .offer-highlight { text-align: center; margin: 1.75rem 0; }
.kompas-voorbeeld .offer-quote { margin: 3rem 0 2.5rem; }
.kompas-voorbeeld-sign { font-family: var(--koptekst); font-size: var(--font-size-h4); line-height: 1.7; text-align: center; color: var(--taupe-gray); margin: 0; }
.kompas-voorbeeld-sign span { font-size: 1rem; }
@media (max-width: 767px) {
  .offer-page.kompas-voorbeeld > h2 { margin-top: 2.5rem; }
}
