/* LFM FAQ page redesign: page shell and wp-display-faq overrides. */
body.page-id-240 #main-content {
  background: #f5f3f8;
}

body.page-id-240 .entry-content,
body.page-id-240 .et-l--post,
body.page-id-240 .et_builder_inner_content {
  background: transparent !important;
}

body.page-id-240 .es-badge-rating-container,
body.page-id-240 .es-layout-sidebar-container,
body.page-id-240 #__EAAPS_PORTAL [class*="BadgeSlideIn"],
body.page-id-240 #__EAAPS_PORTAL [class*="slide-in"],
body.page-id-240 [class*="eapps-facebook-reviews"] [class*="BadgeSlideIn"],
body.page-id-240 [class*="eapps-facebook-reviews"] [class*="slide-in"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.page-id-240 .lfm-faq-page {
  --lfm-faq-ink: #130f1f;
  --lfm-faq-muted: #6d6678;
  --lfm-faq-purple: #761ee8;
  --lfm-faq-magenta: #a33cff;
  --lfm-faq-cyan: #7f35ff;
  --lfm-faq-line: rgba(26, 16, 43, .1);
  color: var(--lfm-faq-ink);
  font-family: Inter, "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow: hidden;
}

body.page-id-240 .lfm-faq-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

body.page-id-240 .lfm-faq-wrap {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

body.page-id-240 .lfm-faq-hero {
  position: relative;
  background:
    radial-gradient(circle at 76% 4%, rgba(118, 30, 232, .08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7f5fb 100%);
  color: var(--lfm-faq-ink);
  padding: 44px 0 28px;
}

body.page-id-240 .lfm-faq-hero:after {
  display: none;
}

body.page-id-240 .lfm-faq-hero__grid {
  display: block;
}

body.page-id-240 .lfm-faq-kicker {
  margin: 0 0 14px;
  color: var(--lfm-faq-purple);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
}

body.page-id-240 .lfm-faq-hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--lfm-faq-ink);
  font-family: Inter, "Gilroy Bold", "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(40px, 4.4vw, 58px);
  font-weight: 800;
  line-height: 1.04;
}

body.page-id-240 .lfm-faq-lead {
  max-width: 590px;
  margin: 20px 0 0;
  color: var(--lfm-faq-muted);
  font-size: 17px;
  line-height: 1.55;
}

body.page-id-240 .lfm-faq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
}

body.page-id-240 .lfm-faq-actions--center {
  justify-content: center;
}

body.page-id-240 .lfm-faq-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.page-id-240 .lfm-faq-btn:hover,
body.page-id-240 .lfm-faq-btn:focus-visible {
  transform: none;
  text-decoration: none;
}

body.page-id-240 .lfm-faq-btn--primary {
  background: var(--lfm-faq-purple);
  box-shadow: 0 12px 24px rgba(118, 30, 232, .18);
  color: #fff !important;
}

body.page-id-240 .lfm-faq-btn--secondary {
  border: 1px solid rgba(20, 15, 32, .12);
  background: #fff;
  color: var(--lfm-faq-ink) !important;
}

body.page-id-240 .lfm-faq-hero .lfm-faq-btn--secondary {
  border-color: rgba(20, 15, 32, .12);
  background: #fff;
  color: var(--lfm-faq-ink) !important;
  box-shadow: none;
}

body.page-id-240 .lfm-faq-topic,
body.page-id-240 .lfm-faq-signal {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
}

body.page-id-240 .lfm-faq-signal {
  display: none;
}

body.page-id-240 .lfm-faq-signal img {
  display: none;
}

body.page-id-240 .lfm-faq-signal p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.3;
}

body.page-id-240 .lfm-faq-signal ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.page-id-240 .lfm-faq-signal li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.45;
}

body.page-id-240 .lfm-faq-signal li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lfm-faq-cyan);
}

body.page-id-240 .lfm-faq-topic-strip {
  background: #f7f5fb;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(26, 16, 43, .06);
}

body.page-id-240 .lfm-faq-topic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

body.page-id-240 .lfm-faq-topic {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(26, 16, 43, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  padding: 0 14px;
  color: #3d3449;
  text-decoration: none;
  box-shadow: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

body.page-id-240 .lfm-faq-topic:hover,
body.page-id-240 .lfm-faq-topic:focus-visible {
  border-color: rgba(118, 30, 232, .22);
  background: #fff;
  color: var(--lfm-faq-purple);
  text-decoration: none;
}

body.page-id-240 .lfm-faq-topic span {
  display: block;
  color: currentColor;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
}

body.page-id-240 .lfm-faq-topic small {
  display: none;
}

body.page-id-240 .lfm-faq-list-section {
  padding: 28px 0 68px;
  background:
    linear-gradient(180deg, #f7f5fb 0%, #fff 100%);
}

body.page-id-240 .lfm-faq-list-grid {
  display: block;
  width: min(900px, calc(100% - 48px));
}

body.page-id-240 .lfm-faq-list-intro {
  max-width: 620px;
  margin: 0 auto 28px;
  text-align: center;
}

body.page-id-240 .lfm-faq-list-intro h2,
body.page-id-240 .lfm-faq-next-step h2 {
  margin: 0;
  color: var(--lfm-faq-ink);
  font-family: Inter, "Gilroy Bold", "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.08;
}

body.page-id-240 .lfm-faq-list-intro p:last-child,
body.page-id-240 .lfm-faq-next-step p {
  margin: 16px auto 0;
  max-width: 620px;
  color: var(--lfm-faq-muted);
  font-size: 17px;
  line-height: 1.55;
}

body.page-id-240 .lfm-faq-plugin {
  max-width: 900px;
  margin: 0 auto;
}

body.page-id-240 .lfm-native-faqs,
body.page-id-240 .lfm-native-faqs__inner {
  width: 100%;
}

body.page-id-240 .lfm-native-faq-list {
  display: grid;
  gap: 12px;
}

body.page-id-240 .lfm-native-faq-item {
  overflow: hidden;
  border: 1px solid rgba(26, 16, 43, .09) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 10px 26px rgba(20, 13, 35, .035) !important;
}

body.page-id-240 .lfm-native-faq-item summary {
  position: relative;
  min-height: 68px;
  padding: 22px 68px 22px 24px;
  color: var(--lfm-faq-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}

body.page-id-240 .lfm-native-faq-item summary::-webkit-details-marker {
  display: none;
}

body.page-id-240 .lfm-native-faq-item summary:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(118, 30, 232, .14);
  background:
    linear-gradient(currentColor, currentColor) center / 10px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 10px no-repeat,
    rgba(118, 30, 232, .045);
  color: rgba(118, 30, 232, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
  transform: translateY(-50%);
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

body.page-id-240 .lfm-native-faq-item[open] summary:after {
  content: "";
  border-color: rgba(118, 30, 232, .22);
  background:
    linear-gradient(currentColor, currentColor) center / 10px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 0 10px no-repeat,
    rgba(118, 30, 232, .075);
  color: rgba(118, 30, 232, .84);
}

body.page-id-240 .lfm-native-faq-answer {
  border-top: 1px solid rgba(26, 16, 43, .07);
  padding: 0 24px 24px;
  color: var(--lfm-faq-muted);
  font-size: 16px;
  line-height: 1.6;
}

body.page-id-240 .lfm-native-faq-answer p {
  margin: 16px 0 0;
}

body.page-id-240 .lfm-native-faq-answer strong {
  color: var(--lfm-faq-ink);
}

body.page-id-240 .lfm-faq-next-step {
  background: linear-gradient(135deg, #0b0714, #210633);
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

body.page-id-240 .lfm-faq-next-step h2 {
  color: #fff;
}

body.page-id-240 .lfm-faq-next-step p {
  color: rgba(255, 255, 255, .72);
}

body.page-id-240 .lfm-faq-next-step .lfm-faq-kicker {
  color: #a871ff;
}

body.page-id-240 .lfm-faq-next-step .lfm-faq-btn--secondary {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
}

@media (max-width: 767px) {
  body.page-id-240 .lfm-faq-wrap,
  body.page-id-240 .lfm-faq-list-grid {
    width: min(100% - 32px, 900px);
  }

  body.page-id-240 .lfm-faq-hero {
    padding: 30px 0 18px;
  }

  body.page-id-240 .lfm-faq-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
  }

  body.page-id-240 .lfm-faq-lead {
    font-size: 16px;
    margin-top: 14px;
  }

  body.page-id-240 .lfm-faq-actions {
    gap: 10px;
  }

  body.page-id-240 .lfm-faq-btn {
    width: 100%;
    min-height: 46px;
  }

  body.page-id-240 .lfm-faq-topic-grid {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
  }

  body.page-id-240 .lfm-faq-topic {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  body.page-id-240 .lfm-faq-list-section {
    padding: 18px 0 58px;
  }

  body.page-id-240 .lfm-faq-list-intro {
    margin-bottom: 20px;
    text-align: left;
  }

  body.page-id-240 .lfm-faq-list-intro h2,
  body.page-id-240 .lfm-faq-next-step h2 {
    font-size: clamp(26px, 7vw, 32px);
  }

  body.page-id-240 .lfm-native-faq-item {
    border-radius: 16px !important;
  }

  body.page-id-240 .lfm-native-faq-item summary {
    min-height: 62px;
    padding: 18px 58px 18px 18px;
    font-size: 16px;
  }

  body.page-id-240 .lfm-native-faq-item summary:after {
    right: 16px;
  }

  body.page-id-240 .lfm-native-faq-answer {
    padding: 0 18px 20px;
    font-size: 15px;
  }

  body.page-id-240 .lfm-faq-next-step {
    padding: 56px 0;
  }
}
