/* Start custom CSS for html, class: .elementor-element-a40bdde *//* DramaTV FAQ Page - Premium Dark Design */
.atv-faq-page-section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 205px 24px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 10%, rgba(122, 79, 255, 0.26), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(255, 62, 165, 0.23), transparent 34%),
    radial-gradient(circle at 48% 110%, rgba(53, 212, 255, 0.13), transparent 40%),
    linear-gradient(135deg, #050511 0%, #10091f 48%, #060612 100%);
}

.atv-faq-page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.11;
  pointer-events: none;
}

.atv-faq-page-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -140px;
  width: 470px;
  height: 470px;
  background: radial-gradient(circle, rgba(255,62,165,0.26), transparent 66%);
  pointer-events: none;
}

.atv-faq-container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Heading */
.atv-faq-heading {
  max-width: 880px;
  margin: 0 auto 52px;
  text-align: center;
}

.atv-faq-heading span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(122,79,255,0.22), rgba(255,62,165,0.16));
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 0 24px rgba(255,62,165,0.12);
}

.atv-faq-heading h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(36px, 4.5vw, 62px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -1.6px;
}

.atv-faq-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.82;
}

/* FAQ List */
.atv-faq-list-centered {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

/* FAQ Item */
.atv-faq-item {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 22px 64px rgba(0,0,0,0.20),
    inset 0 0 22px rgba(255,255,255,0.035);
  transition: 0.28s ease;
}

.atv-faq-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #7a4fff, #ff3ea5, #35d4ff);
  opacity: 0.76;
}

.atv-faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255,62,165,0.34);
  box-shadow:
    0 28px 78px rgba(0,0,0,0.27),
    0 0 26px rgba(255,62,165,0.10);
}

.atv-faq-item[open] {
  border-color: rgba(255,62,165,0.42);
  background:
    linear-gradient(145deg, rgba(122,79,255,0.18), rgba(255,62,165,0.10)),
    rgba(255,255,255,0.055);
}

.atv-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 25px 74px 25px 28px;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.45;
}

.atv-faq-item summary::-webkit-details-marker {
  display: none;
}

.atv-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(122,79,255,0.26), rgba(255,62,165,0.18));
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 950;
  transition: 0.25s ease;
}

.atv-faq-item[open] summary::after {
  content: "−";
  background: linear-gradient(135deg, #7a4fff, #ff3ea5);
  box-shadow: 0 12px 28px rgba(255,62,165,0.28);
}

.atv-faq-item div {
  padding: 0 28px 28px;
}

.atv-faq-item p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 15.5px;
  line-height: 1.85;
}

/* Bottom CTA */
.atv-faq-bottom-cta {
  position: relative;
  max-width: 960px;
  margin: 52px auto 0;
  padding: 54px 34px;
  border-radius: 38px;
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,62,165,0.20), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow:
    0 30px 90px rgba(0,0,0,0.32),
    inset 0 0 26px rgba(255,255,255,0.035);
  overflow: hidden;
}

.atv-faq-bottom-cta::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, #7a4fff, #ff3ea5, #35d4ff);
}

.atv-faq-bottom-cta span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(122,79,255,0.22), rgba(255,62,165,0.16));
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.92);
  font-size: 13px;
  font-weight: 950;
}

.atv-faq-bottom-cta h3 {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto 16px;
  color: #ffffff;
  font-size: clamp(31px, 3.4vw, 48px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -1.2px;
}

.atv-faq-bottom-cta p {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.82;
}

.atv-faq-bottom-actions {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.atv-faq-whatsapp,
.atv-faq-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 950;
  transition: 0.25s ease;
}

.atv-faq-whatsapp {
  background: rgba(37, 211, 102, 0.13);
  color: #ffffff !important;
  border: 1px solid rgba(37, 211, 102, 0.34);
}

.atv-faq-order {
  background: linear-gradient(135deg, #7a4fff 0%, #ff3ea5 58%, #35d4ff 100%);
  color: #ffffff !important;
  border: 0;
  box-shadow: 0 18px 42px rgba(255,62,165,0.28);
}

.atv-faq-whatsapp:hover,
.atv-faq-order:hover {
  transform: translateY(-2px);
}

.atv-faq-whatsapp:hover {
  background: #25d366;
  box-shadow: 0 18px 42px rgba(37,211,102,0.25);
}

.atv-faq-order:hover {
  box-shadow: 0 24px 54px rgba(122,79,255,0.38);
}

/* Mobile */
@media (max-width: 700px) {
  .atv-faq-page-section {
    padding: 72px 18px;
  }

  .atv-faq-heading {
    margin-bottom: 38px;
  }

  .atv-faq-heading h2 {
    font-size: 33px;
    letter-spacing: -0.8px;
  }

  .atv-faq-heading p {
    font-size: 16px;
    line-height: 1.72;
  }

  .atv-faq-item summary {
    padding: 22px 62px 22px 20px;
    font-size: 16px;
  }

  .atv-faq-item summary::after {
    right: 18px;
  }

  .atv-faq-item div {
    padding: 0 20px 24px;
  }

  .atv-faq-item p {
    font-size: 15px;
  }

  .atv-faq-bottom-cta {
    padding: 40px 22px;
    border-radius: 30px;
  }

  .atv-faq-whatsapp,
  .atv-faq-order {
    width: 100%;
    max-width: 330px;
  }
}/* End custom CSS */