/* Start custom CSS for html, class: .elementor-element-23ed27f *//* DramaTV Privacy Policy Page - Premium Dark Design */
.atv-policy-page {
  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-policy-page::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-policy-page::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-policy-container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Heading */
.atv-policy-heading {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.atv-policy-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-policy-heading h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(38px, 4.8vw, 66px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -1.8px;
}

.atv-policy-heading p {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.82;
}

/* Content */
.atv-policy-content {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.atv-policy-card {
  position: relative;
  overflow: hidden;
  padding: 34px 32px;
  border-radius: 30px;
  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-policy-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #7a4fff, #ff3ea5, #35d4ff);
  opacity: 0.76;
}

.atv-policy-card: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-policy-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.4px;
}

.atv-policy-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: rgba(255,255,255,0.72);
  font-size: 15.5px;
  line-height: 1.9;
}

.atv-policy-card p:last-child {
  margin-bottom: 0;
}

.atv-policy-card ul {
  position: relative;
  z-index: 2;
  margin: 14px 0 16px;
  padding-left: 22px;
}

.atv-policy-card li {
  margin-bottom: 10px;
  color: rgba(255,255,255,0.72);
  font-size: 15.5px;
  line-height: 1.75;
}

.atv-policy-card li::marker {
  color: #ff3ea5;
}

.atv-policy-card strong {
  color: #ffffff;
}

/* Contact Box */
.atv-policy-contact {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,62,165,0.20), transparent 40%),
    linear-gradient(145deg, rgba(122,79,255,0.20), rgba(255,62,165,0.10)),
    rgba(255,255,255,0.055);
  border-color: rgba(255,62,165,0.30);
  box-shadow:
    0 30px 90px rgba(0,0,0,0.32),
    inset 0 0 26px rgba(255,255,255,0.035);
}

.atv-policy-contact::before {
  height: 6px;
  opacity: 1;
}

.atv-policy-contact h3 {
  color: #ffffff;
}

.atv-policy-contact p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.72);
}

.atv-policy-contact a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  min-height: 54px;
  padding: 15px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7a4fff 0%, #ff3ea5 58%, #35d4ff 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 18px 42px rgba(255,62,165,0.28);
  transition: 0.25s ease;
}

.atv-policy-contact a:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(122,79,255,0.38);
}

/* First intro card highlight */
.atv-policy-content .atv-policy-card:first-child {
  background:
    linear-gradient(135deg, rgba(122,79,255,0.16), rgba(255,62,165,0.10)),
    rgba(255,255,255,0.055);
}

/* Responsive */
@media (max-width: 700px) {
  .atv-policy-page {
    padding: 72px 18px;
  }

  .atv-policy-heading {
    margin-bottom: 38px;
  }

  .atv-policy-heading h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .atv-policy-heading p {
    font-size: 16px;
    line-height: 1.72;
  }

  .atv-policy-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .atv-policy-card h3 {
    font-size: 22px;
  }

  .atv-policy-card p,
  .atv-policy-card li {
    font-size: 15px;
  }

  .atv-policy-contact a {
    width: 100%;
    max-width: 330px;
  }
}
/* RTL Support - DramaTV Privacy Policy Page */
.atv-policy-page[dir="rtl"] {
  direction: rtl;
}

.atv-policy-page[dir="rtl"] .atv-policy-container {
  direction: rtl;
}

/* Heading */
.atv-policy-page[dir="rtl"] .atv-policy-heading {
  text-align: center;
}

/* Glow reverse */
.atv-policy-page[dir="rtl"]::after {
  right: auto;
  left: -140px;
}

/* Cards */
.atv-policy-page[dir="rtl"] .atv-policy-card {
  text-align: right;
}

.atv-policy-page[dir="rtl"] .atv-policy-card h3,
.atv-policy-page[dir="rtl"] .atv-policy-card p,
.atv-policy-page[dir="rtl"] .atv-policy-card li {
  text-align: right;
}

/* Lists */
.atv-policy-page[dir="rtl"] .atv-policy-card ul {
  padding-left: 0;
  padding-right: 24px;
}

/* Contact Box */
.atv-policy-page[dir="rtl"] .atv-policy-contact {
  text-align: center;
}

.atv-policy-page[dir="rtl"] .atv-policy-contact h3,
.atv-policy-page[dir="rtl"] .atv-policy-contact p {
  text-align: center;
}

.atv-policy-page[dir="rtl"] .atv-policy-contact p {
  margin-left: auto;
  margin-right: auto;
}

.atv-policy-page[dir="rtl"] .atv-policy-contact a {
  direction: ltr;
}

/* Mobile RTL */
@media (max-width: 700px) {
  .atv-policy-page[dir="rtl"] .atv-policy-card {
    text-align: right;
  }

  .atv-policy-page[dir="rtl"] .atv-policy-card h3,
  .atv-policy-page[dir="rtl"] .atv-policy-card p,
  .atv-policy-page[dir="rtl"] .atv-policy-card li {
    text-align: right;
  }

  .atv-policy-page[dir="rtl"] .atv-policy-contact,
  .atv-policy-page[dir="rtl"] .atv-policy-contact h3,
  .atv-policy-page[dir="rtl"] .atv-policy-contact p {
    text-align: center;
  }

  .atv-policy-page[dir="rtl"] .atv-policy-card ul {
    padding-right: 22px;
  }
}/* End custom CSS */