.elementor-195 .elementor-element.elementor-element-0e7dce2{--display:flex;}.elementor-195 .elementor-element.elementor-element-0e7dce2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-195 .elementor-element.elementor-element-c4ebe52 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:700;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-195 .elementor-element.elementor-element-0e7dce2{--width:96.45%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-d86ac99 */```css
/* =====================================================
   FAQ PAGE
   Font: Poppins | Cyan #20cfff / Magenta #ff2aa6
   ===================================================== */

.faq-hero {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
  max-width: 1282px;
  margin: 0 auto;
  padding: 72px 32px 64px;
  color: #ffffff;
}

.faq-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}

.faq-hero__orb--cyan {
  width: 500px; height: 500px;
  top: -160px; left: -100px;
  background: radial-gradient(circle, rgba(32,207,255,.12), transparent 70%);
}

.faq-hero__orb--magenta {
  width: 400px; height: 400px;
  bottom: -100px; right: 0;
  background: radial-gradient(circle, rgba(255,42,166,.09), transparent 70%);
}

.faq-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.faq-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
}

.faq-hero__kicker-dot {
  display: block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #20cfff, #ff2aa6);
  box-shadow: 0 0 8px rgba(32,207,255,.6);
  animation: faq-pulse 2s ease-in-out infinite;
}

@keyframes faq-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(.85); }
}

.faq-hero__h1 {
  margin: 0 0 12px;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.8px;
  color: #ffffff;
}

.faq-hero__h1 span {
  background: linear-gradient(90deg, #20cfff 0%, #ff2aa6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-hero__h2 {
  margin: 0 0 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  opacity: .72;
  max-width: 60ch;
}

.faq-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.faq-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.faq-hero__badge-icon {
  color: #20cfff;
  font-weight: 900;
}

/* -----------------------------------------------------
   CONTENT WRAPPER
   ----------------------------------------------------- */

.faq-content {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  max-width: 1282px;
  margin: 0 auto;
  padding: 0 32px 72px;
  color: #ffffff;
  display: grid;
  gap: 16px;
  overflow-x: hidden;
}

/* -----------------------------------------------------
   SECTION CARD
   ----------------------------------------------------- */

.faq-section {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(0,0,0,.18));
  backdrop-filter: blur(10px);
}

.faq-section__header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.faq-section__header--cyan {
  background: rgba(32,207,255,.07);
  border-bottom-color: rgba(32,207,255,.12);
}

.faq-section__header--magenta {
  background: rgba(255,42,166,.07);
  border-bottom-color: rgba(255,42,166,.12);
}

.faq-section__header--neutral {
  background: rgba(255,255,255,.04);
}

.faq-section__header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq-section__icon {
  font-size: 28px;
  flex: 0 0 auto;
}

.faq-section__title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -.2px;
}

.faq-section__header--cyan    .faq-section__title { color: #20cfff; }
.faq-section__header--magenta .faq-section__title { color: #ff2aa6; }

.faq-section__desc {
  margin: 0;
  font-size: 13px;
  opacity: .58;
  line-height: 1.5;
}

.faq-section__body {
  padding: 8px 0;
}

/* -----------------------------------------------------
   FAQ ITEMS – ACCORDION
   ----------------------------------------------------- */

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,.85);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  white-space: normal;
  word-break: break-word;
  transition: color .2s, background .2s;
}

.faq-item__question span {
  flex: 1;
  min-width: 0;
  word-break: break-word;
  hyphens: auto;
}

.faq-item__question:hover {
  color: #ffffff;
  background: rgba(255,255,255,.03);
}

.faq-item--open .faq-item__question {
  color: #20cfff;
  background: rgba(32,207,255,.04);
}

.faq-section__header--magenta ~ .faq-section__body .faq-item--open .faq-item__question {
  color: #ff2aa6;
  background: rgba(255,42,166,.04);
}

.faq-item__chevron {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  opacity: .50;
  transition: transform .28s ease, opacity .2s ease;
}

.faq-item--open .faq-item__chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .28s ease;
  padding: 0 24px;
}

.faq-item--open .faq-item__answer {
  max-height: 400px;
  padding: 0 24px 20px;
}

.faq-item__answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  opacity: .80;
}

.faq-item__answer p strong {
  color: #ffffff;
  font-weight: 700;
  opacity: 1;
}

.faq-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.faq-item__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.faq-item__tag--cyan {
  background: rgba(32,207,255,.09);
  border: 1px solid rgba(32,207,255,.20);
  color: #20cfff;
}

.faq-item__tag--neutral {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.75);
}

/* -----------------------------------------------------
   CLOSING CTA
   ----------------------------------------------------- */

.faq-cta {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-top: 8px;
}

.faq-cta__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  z-index: 0;
}

.faq-cta__orb--cyan {
  width: 350px; height: 350px;
  top: -100px; left: -60px;
  background: radial-gradient(circle, rgba(32,207,255,.12), transparent 70%);
}

.faq-cta__orb--magenta {
  width: 300px; height: 300px;
  bottom: -60px; right: -40px;
  background: radial-gradient(circle, rgba(255,42,166,.10), transparent 70%);
}

.faq-cta__inner {
  position: relative;
  z-index: 1;
  padding: 44px 36px;
  background: linear-gradient(135deg, rgba(32,207,255,.06), rgba(255,42,166,.06));
  border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  text-align: center;
  color: #ffffff;
}

.faq-cta__emoji {
  font-size: 36px;
  margin-bottom: 14px;
  line-height: 1;
}

.faq-cta__title {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.4px;
}

.faq-cta__title span {
  background: linear-gradient(90deg, #20cfff, #ff2aa6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-cta__text {
  margin: 0 auto 28px;
  font-size: 15px;
  opacity: .68;
  line-height: 1.7;
  max-width: 48ch;
}

.faq-cta__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.faq-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.faq-cta__btn:hover {
  transform: translateY(-2px) scale(1.02);
}

.faq-cta__btn--cyan {
  background: linear-gradient(135deg, #20cfff, #0ea5e9);
  color: #000000 !important;
  box-shadow: 0 8px 24px rgba(32,207,255,.30);
}

.faq-cta__btn--cyan:hover {
  box-shadow: 0 14px 32px rgba(32,207,255,.48);
}

.faq-cta__btn--green {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(34,197,94,.28);
}

.faq-cta__btn--green:hover {
  box-shadow: 0 14px 32px rgba(34,197,94,.44);
}

.faq-cta__btn--magenta {
  background: linear-gradient(135deg, #ff2aa6, #e11d8d);
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(255,42,166,.30);
}

.faq-cta__btn--magenta:hover {
  box-shadow: 0 14px 32px rgba(255,42,166,.48);
}

/* -----------------------------------------------------
   RESPONSIVE – TABLET
   ----------------------------------------------------- */

@media (max-width: 768px) {
  .faq-hero {
    padding: 56px 20px 48px;
    overflow-x: hidden;
  }

  .faq-hero__h1 { font-size: 34px; }
  .faq-hero__h2 { font-size: 15px; }

  .faq-content {
    padding: 0 20px 56px;
  }

  .faq-item__question {
    font-size: 13.5px;
    padding: 16px 18px;
  }

  .faq-item--open .faq-item__answer {
    padding: 0 18px 16px;
  }

  .faq-cta__inner {
    padding: 28px 20px;
  }

  .faq-cta__title { font-size: 26px; }

  .faq-cta__row {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-cta__btn {
    justify-content: center;
  }
}

/* -----------------------------------------------------
   RESPONSIVE – MOBILE
   ----------------------------------------------------- */

@media (max-width: 480px) {
  .faq-hero {
    padding: 40px 16px 36px;
  }

  .faq-hero__h1 { font-size: 28px; }
  .faq-hero__h2 { font-size: 14px; }

  .faq-hero__badges {
    gap: 6px;
  }

  .faq-hero__badge {
    font-size: 11px;
    padding: 5px 11px;
  }

  .faq-content {
    padding: 0 16px 48px;
  }

  .faq-section__header {
    padding: 14px 16px;
  }

  .faq-section__header-left {
    gap: 10px;
  }

  .faq-section__icon {
    font-size: 22px;
    margin-top: 2px;
  }

  .faq-section__title { font-size: 15px; }
  .faq-section__desc  { font-size: 12px; }

  .faq-item__question {
    font-size: 13px;
    padding: 14px 16px;
    gap: 10px;
  }

  .faq-item__chevron {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }

  .faq-item--open .faq-item__answer {
    padding: 0 16px 14px;
  }

  .faq-item__answer p {
    font-size: 13px;
  }

  .faq-cta__inner {
    padding: 24px 16px;
  }

  .faq-cta__emoji { font-size: 28px; }
  .faq-cta__title { font-size: 22px; }
  .faq-cta__text  { font-size: 13.5px; }

  .faq-cta__btn {
    font-size: 13.5px;
    padding: 12px 18px;
  }
}
```/* End custom CSS */