.elementor-1869 .elementor-element.elementor-element-4e16249{--display:flex;}/* Start custom CSS for html, class: .elementor-element-30175bb *//* ==========================================================
   FAQ — Premium, readable, brand-safe (no pink / no cream)
   ========================================================== */

.faqP,
.faqP *,
.faqP *::before,
.faqP *::after {
  box-sizing: border-box;
}

.faqP {
  padding: clamp(48px, 6vw, 96px) 0;
  position: relative;
  overflow: hidden;

  /* soft white + mint gradient */
  background:
    radial-gradient(840px 520px at 10% 0%, rgba(102, 240, 174, 0.16), transparent 60%),
    radial-gradient(840px 520px at 90% 8%, rgba(47, 174, 106, 0.14), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f2fbf6 54%, #ffffff 100%);
}

/* subtle dot texture */
.faqP::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.24;
  pointer-events: none;
}

.faqP__inner {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: flex-start;
}

/* HEADER */
.faqP__head {
  margin-bottom: 16px;
}

.faqP__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(7, 18, 13, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(7, 18, 13, 0.75);
}

.faqP__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #66f0ae, #2fae6a);
  box-shadow: 0 0 0 4px rgba(102, 240, 174, 0.22);
}

.faqP__title {
  font-size: clamp(26px, 2.6vw, 40px);
  font-weight: 900;
  color: #07120d;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7),
    0 2px 4px rgba(0, 0, 0, 0.24);
}

.faqP__sub {
  font-size: 15px;
  color: rgba(7, 18, 13, 0.72);
  margin: 0 0 18px;
}

/* FAQ LIST */
.faqP__list {
  display: grid;
  gap: 10px;
}

.faqP__item {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(7, 18, 13, 0.08);
  padding: 14px 16px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.04);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease;
}

.faqP__item:hover {
  border-color: rgba(47, 174, 106, 0.4);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.faqP__item[open] {
  background: linear-gradient(180deg, #ffffff, #f3fbf7);
  border-color: #2fae6a;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.12);
}

/* SUMMARY (QUESTION ROW) */
.faqP__item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.35;
  color: #07120d;
  position: relative;
  padding-right: 30px;
  outline: none;
}

.faqP__item summary::-webkit-details-marker {
  display: none;
}

.faqP__item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  font-weight: 900;
  color: #2fae6a;
  transition: transform 0.18s ease, color 0.18s ease;
}

.faqP__item[open] summary::after {
  content: "–";
  transform: translateY(1px);
  color: #0b7c45;
}

/* focus state for keyboard users */
.faqP__item summary:focus-visible {
  outline: 2px solid #2fae6a;
  outline-offset: 3px;
  border-radius: 10px;
}

/* ANSWER AREA */
.faqP__answer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(7, 18, 13, 0.08);
}

.faqP__answer p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(7, 18, 13, 0.8);
}

.faqP__answer p:last-child {
  margin-bottom: 0;
}

.faqP__answer strong {
  color: #07120d;
  font-weight: 900;
}

/* RIGHT COLUMN: OFFER */
.faqP__offer {
  min-width: 0;
}

/* OFFER CARD */
.faqOffer {
  background:
    radial-gradient(420px 260px at 0% 0%, rgba(255, 255, 255, 0.12), transparent 60%),
    linear-gradient(180deg, #0f7c3a, #0a5f2c);
  border-radius: 28px;
  padding: 22px 22px 20px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

/* subtle overlay glow */
.faqOffer::before {
  content: "";
  position: absolute;
  inset: -40px;
  background:
    radial-gradient(520px 320px at 0% 0%, rgba(255, 255, 255, 0.15), transparent 60%),
    radial-gradient(520px 320px at 100% 0%, rgba(0, 0, 0, 0.18), transparent 60%);
  opacity: 0.8;
  pointer-events: none;
}

.faqOffer > * {
  position: relative;
  z-index: 1;
}

.faqOffer__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.92;
}

.faqOffer__title {
  font-size: 40px;
  font-weight: 900;
  margin: 6px 0 2px;
  letter-spacing: -0.04em;
}

.faqOffer__subtitle {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.9;
}

.faqOffer__img {
  max-width: 210px;
  margin: 0 auto 14px;
  display: block;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.35));
}

.faqOffer__text {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.94;
  margin: 0 0 16px;
}

.faqOffer__btn {
  width: 100%;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .faqP__inner {
    grid-template-columns: 1fr;
  }

  .faqP__offer {
    max-width: 420px;
    margin: 8px auto 0;
  }
}

@media (max-width: 560px) {
  .faqP {
    padding: 40px 0;
  }

  .faqOffer {
    padding: 18px 18px 16px;
  }

  .faqOffer__title {
    font-size: 34px;
  }
}/* End custom CSS */