/* Start custom CSS for html, class: .elementor-element-d809a78 *//* Ballonswelt FAQ - Premium Minimal Pink/Cream */

.bw-faq-page {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 36px 15px 60px;
  background: #fffafc;
  color: #34242a;
  box-sizing: border-box;
}

.bw-faq-page > * {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero */
.bw-faq-hero {
  max-width: 1120px;
  text-align: center;
  background: #fff1f6;
  border: 1px solid #f0c8d5;
  border-radius: 28px;
  padding: 52px 28px;
  box-shadow: 0 16px 40px rgba(184, 91, 120, 0.08);
}

.bw-faq-kicker {
  display: inline-block;
  margin-bottom: 15px;
  color: #9a3f60;
  background: #ffffff;
  border: 1px solid #edbdcc;
  border-radius: 40px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.bw-faq-hero h2 {
  max-width: 820px;
  margin: 0 auto 16px;
  color: #3a2630;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.bw-faq-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #705963;
  font-size: 16.5px;
  line-height: 1.75;
}

.bw-faq-hero-actions {
  margin-top: 24px;
}

.bw-faq-hero-actions a {
  display: inline-block;
  margin: 5px 4px;
  padding: 12px 22px;
  border-radius: 40px;
  font-weight: 700;
  text-decoration: none;
}

.bw-faq-hero-actions a:first-child {
  background: #c86d8a;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(200, 109, 138, 0.22);
}

.bw-faq-hero-actions a:last-child {
  background: #ffffff;
  color: #8f3858;
  border: 1px solid #edbdcc;
}

/* Trust bar */
.bw-faq-trust {
  margin-top: 18px;
  text-align: center;
}

.bw-faq-trust span {
  display: inline-block;
  margin: 5px 4px;
  padding: 9px 14px;
  background: #ffffff;
  border: 1px solid #f0c8d5;
  border-radius: 30px;
  color: #7a2f4d;
  font-size: 13.5px;
  font-weight: 700;
}

/* Category pills */
.bw-faq-categories {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 40px;
}

.bw-faq-categories a {
  display: inline-block;
  margin: 5px 4px;
  padding: 9px 15px;
  background: #fff6fa;
  border: 1px solid #f0c8d5;
  border-radius: 30px;
  color: #8f3858;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.bw-faq-categories a:hover {
  background: #ffeaf1;
  color: #6e2844;
}

/* Intro */
.bw-faq-intro-block {
  text-align: center;
  margin-bottom: 24px;
}

.bw-faq-intro-block h2,
.bw-faq-seo h2,
.bw-faq-cta h2 {
  position: relative;
  margin: 0 auto 14px;
  padding-bottom: 16px;
  color: #3a2630;
  font-size: 31px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.bw-faq-intro-block h2:after,
.bw-faq-seo h2:after,
.bw-faq-cta h2:after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  background: #d287a0;
  margin: 14px auto 0;
}

.bw-faq-intro-block p {
  max-width: 760px;
  margin: 0 auto;
  color: #705963;
  font-size: 16px;
  line-height: 1.75;
}

/* FAQ list */
.bw-faq-list {
  max-width: 920px;
}

.bw-faq-item {
  background: #ffffff;
  border: 1px solid #f0c8d5;
  border-radius: 16px;
  margin-bottom: 12px;
  box-shadow: 0 8px 22px rgba(184, 91, 120, 0.04);
  overflow: hidden;
}

.bw-faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 18px 54px 18px 20px;
  color: #3a2630;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.bw-faq-item summary::-webkit-details-marker {
  display: none;
}

.bw-faq-item summary:after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 14px;
  width: 30px;
  height: 30px;
  background: #fff1f6;
  border: 1px solid #edbdcc;
  border-radius: 50%;
  color: #9a3f60;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  font-weight: 400;
}

.bw-faq-item[open] summary {
  color: #8f3858;
}

.bw-faq-item[open] summary:after {
  content: "-";
  background: #f7d7e2;
  color: #7a2f4d;
}

.bw-faq-answer {
  padding: 0 20px 20px;
  color: #6f5a62;
  font-size: 15.5px;
  line-height: 1.78;
}

.bw-faq-answer a,
.bw-faq-answer strong,
.bw-faq-page strong {
  color: #8f3858;
  font-weight: 700;
}

.bw-faq-answer a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* CTA */
.bw-faq-cta {
  margin-top: 42px;
  text-align: center;
  background: #fff1f6;
  border: 1px solid #f0c8d5;
  border-radius: 28px;
  padding: 38px 24px;
  box-shadow: 0 14px 36px rgba(184, 91, 120, 0.08);
}

.bw-faq-cta span {
  display: inline-block;
  margin-bottom: 10px;
  color: #9a3f60;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.bw-faq-cta p {
  max-width: 720px;
  margin: 0 auto 22px;
  color: #705963;
  font-size: 16px;
  line-height: 1.7;
}

.bw-faq-cta a {
  display: inline-block;
  background: #c86d8a;
  color: #ffffff;
  border-radius: 40px;
  padding: 13px 26px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(200, 109, 138, 0.22);
}

/* SEO block */
.bw-faq-seo {
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #f0c8d5;
  border-radius: 24px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(184, 91, 120, 0.04);
}

.bw-faq-seo p {
  max-width: 860px;
  margin: 0 auto;
  color: #705963;
  font-size: 15.5px;
  line-height: 1.8;
}

/* Mobile */
@media (max-width: 575px) {
  .bw-faq-page {
    padding: 24px 12px 46px;
  }

  .bw-faq-hero {
    padding: 34px 16px;
    border-radius: 22px;
  }

  .bw-faq-hero h2 {
    font-size: 29px;
  }

  .bw-faq-hero p {
    font-size: 15px;
  }

  .bw-faq-hero-actions a {
    display: block;
    margin: 8px auto;
    max-width: 260px;
  }

  .bw-faq-intro-block h2,
  .bw-faq-seo h2,
  .bw-faq-cta h2 {
    font-size: 25px;
  }

  .bw-faq-item summary {
    padding: 16px 48px 16px 16px;
    font-size: 15px;
  }

  .bw-faq-answer {
    padding: 0 16px 17px;
    font-size: 14.5px;
  }

  .bw-faq-cta,
  .bw-faq-seo {
    border-radius: 20px;
    padding: 28px 18px;
  }
}/* End custom CSS */