
  @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Abril+Fatface:400,700&display=swap');

  body {
  font-family: 'Source Sans Pro', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Abril Fatface', 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: var(--text);
  }

  h1, h2, h3, h4, h5, h6 {
  color: var(--text) !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--accent-500) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--primary-500) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--accent-500) !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(--primary-500) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--primary-500) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--primary-500) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--accent-500) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--primary-500) !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(--primary-500) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--primary-500);
  border-color: var(--primary-500);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--primary-500) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--primary-500) !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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }



  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://laserkliniekoudbeijerland.nl/wp-content/uploads/sites/517/2025/07/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: 617px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 767px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 417px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 567px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 342px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 342px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 442px;
  }
  header > div.wrapper.above {
  min-height: 592px;
  }

  header div.header div.holder {
  height: 342px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--primary-500); !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(--primary-500) !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(--accent-500);
  }

  @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(--accent-500) !important;
  }
  }


  header div.header div.contact i {
  color: var(--accent-500);
  }

  @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: var(--text) !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

  section.partners {
  background: var(--accent-500) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--primary-500) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--accent-500);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--primary-500) !important;
  }


  .img-circle {
  border-radius: 0 !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: var(--text) !important;
  }

  section.prices table tr td a {
  color: var(--text) !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: var(--text) !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--primary-500);
  }

  :root {
            --primary-100: #faf9f8;
            --primary-200: #f4f2f0;
            --primary-300: #eeebe8;
            --primary-400: #e8e3e0;
            --primary-500: #c6baae; /* Base - jouw kleur */
            --primary-600: #b8a99b;
            --primary-700: #aa9888;
            --primary-800: #9c8775;
            --primary-900: #8e7662;
            --accent-100: #f5f5f5;
            --accent-200: #ebebeb;
            --accent-300: #d4d4d4;
            --accent-400: #a3a3a3;
            --accent-500: #1a1a1a; /* Base - zwart/donkergrijs */
            --accent-600: #171717;
            --accent-700: #141414;
            --accent-800: #111111;
            --accent-900: #000000;
            --text: #5a5a5a;
--kop: #0a0a0a;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--bodytekst: "Raleway", sans-serif;
--koptekst: "Noto Serif Display", 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);
    --font-size-h0: calc(1rem * 2.95);
    --font-size-h00: calc(1rem * 3.75);
    --font-size-h000: calc(1rem * 4.5);
    --font-size-h0000: calc(1rem * 5.25);
    --font-size-h00000: calc(1rem * 6);
    --font-size-h000000: calc(1rem * 6.75);
}

.faq-question br {
    display: none;
}

.wrap h4 {
  margin-top: 0;
}



.beh_image {
  aspect-ratio: 1.6 / 2;
  object-fit: cover;
  box-shadow: 50px -15px 0 var(--primary-200);
  width: auto !important;
  height: 500px !important;
}


    header div.header.full-width div.wrapper img.logo {
        filter: invert(1) brightness(2);
    }

header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a {
    text-decoration: none;
  }

.cw * {
color: #fff !important;
}
a, .woocommerce ul.products li.product .price, .woocommerce .price {
  color: var(--primary-900) !important;
  text-decoration: underline;
}
.cta {
  background: hsla(0, 0%, 6.7%, 0.09);
  background-blend-mode: color;
  background-image: url(https://laserkliniekoudbeijerland.nl/wp-content/uploads/sites/517/2025/07/header.jpg);
  background-position: 70% 100%;
  padding: 3rem;
}

section.services_blok {
    background: var(--primary-200);
}

.faq-question {
  display: flex;
  gap: 1rem;
  cursor: pointer;
  font-size: var(--font-size-h6);
  color: var(--accent-800);
  font-weight: bold;
  letter-spacing: 0.4px;
  border-bottom: 1px solid var(--primary-400);
  padding-bottom: 7px;
}

section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
  aspect-ratio: 1.6/2;
  object-fit: cover;
}

.item {
  text-align: center;
}
section.treatments div.items div.item img {
  aspect-ratio: 1/1.6;
  object-fit: cover;
}

section.treatments div.items div.item a span {
  font-family: var(--koptekst);
  color: var(--kop) !important;
  text-transform: none;
}

h1.kop {
    margin-top: 20px;
    margin-bottom: 45px;
}
.subkop {
    font-weight: 400;
    margin: 0;
    font-family: var(--bodytekst);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.salon_intro img {
    height: 690px;
    object-fit: cover;
    box-shadow: -50px -15px 0 var(--primary-200);
}

section.faq__section {
  background: var(--primary-200);
}

.m-l-r--auto {
  margin: 0 auto;
  display: block;
  max-width: 750px;
}

.service-item {
    margin-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.services_blok > div > div > div > p {
    display: none;
}
h2.service-title {
    font-size: var(--font-size-h3);
    margin-top: 1.15rem;
}
.service-number {
    width: 120px;
    font-size: var(--font-size-h00);
    font-weight: normal;
    color: var(--primary-500);
    font-family: var(--koptekst);
    flex-shrink: 0;
}

.socket a {
  text-decoration: none !important;
}

.service-content {
    flex: 1;
}
.service-description {
    max-width: 600px;
}
 .service-item:not(:last-child):after {
            content: '';
            position: absolute;
            bottom: -30px;
            left: 0;
            right: 0;
            height: 1px;
            background-color: var(--accent-200);
        }


header div.header {
    background-color: rgb(255 255 255 / 0%) !important;
}

.card {
padding: 1rem;
border: 1px solid var(--accent-200);
margin: 1rem 0;
height: 100%;
display: flex;
flex-direction: column;
align-items: start;
justify-content: center;
}
.row:has(.card) .col-md-16, .row:has(.card) {
display: flex;
flex-direction: row;
justify-content: center;
}
.card h3 {
  margin-top: 0 !important;
}

.card p {
  margin-bottom: 0;
}
  body header > div.wrapper {
    min-height: 547px;
    height: 60vh;
    max-height: 1080px;
    position: relative;
  }
.title-in-header h1 {
  margin: 0;
}

.title-in-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

footer div.column > h4 {
  border-bottom: 0px solid var(--accent-500);
}

section.partners {
    background: transparent !important;
}
section.partners div.item div.holder img {
    filter: invert(0.8);
}

.behand_view .container {
    text-align: left;
order: 1;
}
section.treatments h1 {
    margin-top: 20px!important;
}
section.behand_view {
    background: var(--primary-200);
    padding-top: 0;
}
.behand_view .container {
    display: flex;
    flex-direction: column;
}
.behand_view .container .items {
    order: 2;
}
.behand_view .container .behan_outro {
    order: 3;
    text-align: left;
}


.title-in-header h1 {
  color: #fff !important;
  font-size: var(--font-size-h000);
  text-align: left;
}

aside div.block {
  margin-bottom: 40px;
  padding: 1rem;
  border: 1px solid var(--accent-200);
  margin: 1rem 0;
  height: 100%;
}

@media only screen and (min-width: 992px) {
html {font-size: 22px !important; }
header div.navbar-collapse {
        text-align: right;
    }

aside div.block {
  min-height: 400px;
}


.services-container {
/* width: 70%;*/
    margin: 0 auto;
}
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        color: white !important;
        text-transform: uppercase;
        letter-spacing: -1px;
    }
header div.header.full-width .container {
    width: 90%;
    max-width: 2500px;
}
    header div.header.full-width div.wrapper img.logo {
        padding: 0 !important;
        max-width: 220px;
    }
    header div.header div.holder {
        height: 142px;
        min-height: 50px;
    }
}


@media only screen and (max-width: 991px) {
html {font-size: 18px !important;}

.cta.cw {
  padding: 12px;
}

.beh_image {
  margin: 2rem 0 10px 0;
}

h3.subkop {
  margin-top: 2rem;
}
.home__treatments--image {
  aspect-ratio: 1/1.1;
}

.row:has(.card) .col-md-16, .row:has(.card) {
  flex-direction: column;
}

main section, section.treatments {
  padding: 30px 0 !important;
}


header div.navbar-collapse ul.navbar-nav li a, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  border-bottom: 0px solid var(--accent-500);
  text-align: left;
  font-size: var(--font-size-h4);
}

.socket {
  padding-bottom: 75px !important;
}

body header > div.wrapper {
  min-height: 367px;
    height: auto;
}

.title-in-header h1 {
  font-size: var(--font-size-h1);
  width: 100%;
  padding: 0 !important;
}
.title-in-header {
  width: 100%;
  top: 55%;
}
.salon_intro img {
  height: 100%;
}

.service-item {
    gap: 10px;
}

}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, .modal__container, .footer-cta-box, .rimg, [type="submit"] {
    padding: 19px 55px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

section.salon_intro {
    padding-top: 0;
}

main section, section.treatments {
    padding: 100px 0;
}

.home__treatments--image {
  aspect-ratio: 1/1.6;
  object-fit: cover;
}

body {
    line-height: 1.8;
    font-size: 17px;
font-family: var(--bodytekst);
color: var(--text)!important;
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
font-family: var(--koptekst);
color: var(--kop)!important;
    font-weight: 400;
}

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;}

.smallmargin {
    margin-top: 1.15rem;
}

p {margin-bottom: 1.15rem;}

.btn {
    margin:1em 0;
    white-space: normal;
    text-decoration: none;
}

.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;
}
}




header > div.wrapper::after {
    background-position: center 60%;
    filter: brightness(0.7);
}


/* Laser Kliniek Oud-Beijerland - Creatieve Styling */
/* Hoofdkleur: #C6BAAE */

/* Base styling */
.laser-hero {
  background: linear-gradient(135deg, #f8f6f4 0%, #ffffff 100%);
  min-height: 100vh;
  position: relative;
}

.laser-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(135deg, #C6BAAE 0%, #B5A89A 100%);
  opacity: 0.1;
  z-index: 1;
}

.laser-hero > .row {
  position: relative;
  z-index: 2;
}

/* Hero Section - Asymmetrische Grid */
.hero-section {
  padding: 60px 0;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.hero-content {
  padding: 40px;
  background: linear-gradient(135deg, #ffffff 0%, #fdfcfb 100%);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(198, 186, 174, 0.2);
  border-left: 6px solid #C6BAAE;
  position: relative;
}

.hero-title {
  font-weight: 700;
  color: #C6BAAE;
  margin-bottom: 10px;
  line-height: 1.2;
}

.hero-subtitle {
  color: #A89B8C;
  margin-bottom: 20px;
  font-weight: 500;
}

.tech-badge {
  display: inline-block;
  background: linear-gradient(135deg, #C6BAAE 0%, #B5A89A 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-description {
  line-height: 1.7;
  color: #666;
  margin-bottom: 0;
}

/* Tech Highlight - Rechter kolom */
.tech-highlight {
  background: linear-gradient(135deg, #C6BAAE 0%, #B5A89A 100%);
  color: white;
  padding: 60px 30px;
  border-radius: 20px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 25px 50px rgba(198, 186, 174, 0.3);
  position: relative;
}

.tech-highlight::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(198, 186, 174, 0.4);
}

.wave-icon {
  font-weight: 900;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.wave-text {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-item {
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 20px;
  border-radius: 15px;
  font-weight: 500;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Intro Section */
.intro-section {
  padding: 40px 0;
}

.intro-card {
  background: linear-gradient(135deg, #fdfcfb 0%, #f8f6f4 100%);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(198, 186, 174, 0.15);
  border: 1px solid #C6BAAE;
}

.intro-card p {
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.intro-card strong {
  color: #C6BAAE;
  font-weight: 700;
}

/* Treatment Guide - Staggered Layout */
.treatment-guide {
  padding: 60px 0;
}

.guide-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 15px 35px rgba(198, 186, 174, 0.2);
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(198, 186, 174, 0.3);
}

.before-treatment {
  margin-top: 0;
}

.after-treatment {
  margin-top: 40px;
}

.guide-header {
  background: linear-gradient(135deg, #C6BAAE 0%, #B5A89A 100%);
  color: white;
  padding: 30px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.guide-number {
  font-weight: 900;
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guide-header h3 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
}

.guide-content {
  padding: 30px;
}

.guide-intro {
  color: #666;
  margin-bottom: 25px;
  font-weight: 500;
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: #f8f6f4;
  border-radius: 10px;
  border-left: 4px solid #C6BAAE;
}

.check-icon {
  background: #C6BAAE;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 2px;
}

.important-note {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border: 1px solid #C6BAAE;
  padding: 20px;
  border-radius: 10px;
  margin-top: 25px;
}

.important-note strong {
  color: #C6BAAE;
}

/* FAQ Section */
.faq-section {
  padding: 60px 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  color: #C6BAAE;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-header p {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.faq-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 0 40px;
}

.faq-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(198, 186, 174, 0.15);
  border: 1px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.faq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(198, 186, 174, 0.25);
  border-color: #C6BAAE;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.faq-icon {
  background: linear-gradient(135deg, #C6BAAE 0%, #B5A89A 100%);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}

.faq-question h4 {
  margin: 0;
  color: #333;
  font-weight: 600;
}

.faq-answer {
    display: none;
}

.faq-question {
  display: flex;
  gap: 1rem;
    cursor: pointer;
}

.faq-answer {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  margin-top: 15px;
}

.faq-answer p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.faq-answer ul {
  margin: 0;
  padding-left: 20px;
  color: #666;
}

.faq-answer li {
  margin-bottom: 8px;
  line-height: 1.5;
}

/* Contact Section */
.contact-section {
  padding: 60px 0;
}

.contact-cta {
  background: linear-gradient(135deg, #C6BAAE 0%, #B5A89A 100%);
  color: white;
  padding: 60px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(198, 186, 174, 0.3);
  position: relative;
  overflow: hidden;
}

.contact-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.1; }
  50% { transform: scale(1.05); opacity: 0.2; }
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-content h3 {
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-content p {
  margin-bottom: 30px;
  opacity: 0.9;
}

.cta-highlight {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}
