:root {
  --dwpr-gold: var(--dw-gold, #ffc403);
  --dwpr-cyan: var(--dwtap-cyan, #35d6c0);
  --dwpr-violet: #8f6cff;
  --dwpr-green: #42d39b;
  --dwpr-red: #f06a78;
  --dwpr-text: var(--dw-strong, rgba(255, 255, 255, .92));
  --dwpr-muted: var(--dw-body, rgba(255, 255, 255, .72));
  --dwpr-card: rgba(255, 255, 255, .04);
  --dwpr-line: rgba(255, 255, 255, .09);
}

.dwpr-faq-privacy-card,
.dwpr-faq-privacy-card *,
.dwpr-policy,
.dwpr-policy * {
  box-sizing: border-box;
}

.dwpr-faq-privacy-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin: 14px 0 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(53, 214, 192, .23);
  border-radius: 14px;
  background:
    radial-gradient(circle at 92% 15%, rgba(143, 108, 255, .13), transparent 38%),
    linear-gradient(135deg, rgba(53, 214, 192, .075), rgba(255, 255, 255, .025));
  color: var(--dwpr-text);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
}

.dwpr-faq-privacy-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(var(--dwpr-gold), var(--dwpr-cyan));
}

.dwpr-shield {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(53, 214, 192, .25);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(53, 214, 192, .17), rgba(143, 108, 255, .12));
  color: var(--dwpr-cyan);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08), 0 9px 22px rgba(0, 0, 0, .18);
}

.dwpr-shield svg {
  width: 28px;
  height: 28px;
}

.dwpr-eyebrow {
  display: block;
  color: var(--dwpr-cyan);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.dwpr-faq-privacy-card h3 {
  margin: 3px 0 !important;
  color: var(--dwpr-gold) !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.dwpr-faq-privacy-card p {
  margin: 0 !important;
  color: var(--dwpr-muted) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.dwpr-faq-privacy-card > a,
.dwpr-contact > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 196, 3, .34);
  border-radius: 11px;
  background: rgba(255, 196, 3, .1);
  color: #ffe179 !important;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.dwpr-faq-privacy-card > a:hover,
.dwpr-contact > a:hover {
  border-color: var(--dwpr-gold);
  background: rgba(255, 196, 3, .17);
  transform: translateY(-1px);
}

.dwpr-privacy-nav-link {
  border-color: rgba(53, 214, 192, .2) !important;
  color: #75e8d7 !important;
}

.dwpr-privacy-nav-link::after {
  content: "↗";
  margin-left: auto;
  opacity: .72;
  font-size: 10px;
}

.dwpr-policy {
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 0 46px;
  color: var(--dwpr-text);
  font: 14px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dwpr-back {
  display: inline-flex;
  margin: 0 0 13px;
  color: var(--dwpr-cyan) !important;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none !important;
}

.dwpr-hero {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(255, 196, 3, .2);
  border-radius: 21px;
  background:
    radial-gradient(circle at 91% 11%, rgba(53, 214, 192, .13), transparent 30%),
    radial-gradient(circle at 8% 90%, rgba(143, 108, 255, .15), transparent 34%),
    linear-gradient(135deg, rgba(37, 23, 44, .96), rgba(14, 27, 32, .98));
  box-shadow: 0 22px 52px rgba(0, 0, 0, .25);
}

.dwpr-hero::after {
  content: "";
  position: absolute;
  right: 18%;
  top: -95px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(53, 214, 192, .12);
  border-radius: 50%;
}

.dwpr-hero-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(53, 214, 192, .3);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(53, 214, 192, .18), rgba(143, 108, 255, .13));
  color: #6fe8d6;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .09), 0 12px 28px rgba(0, 0, 0, .22);
}

.dwpr-hero-icon svg {
  width: 38px;
  height: 38px;
}

.dwpr-hero > div:nth-child(2) {
  position: relative;
  z-index: 1;
}

.dwpr-hero h1 {
  margin: 3px 0 4px !important;
  color: var(--dwpr-gold) !important;
  font-size: clamp(25px, 4vw, 36px) !important;
  line-height: 1.16 !important;
}

.dwpr-hero p {
  max-width: 720px;
  margin: 0 !important;
  color: var(--dwpr-muted) !important;
  font-size: 13px !important;
}

.dwpr-version {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(66, 211, 155, .24);
  border-radius: 30px;
  background: rgba(66, 211, 155, .08);
  color: #b9efd8;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.dwpr-version i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dwpr-green);
  box-shadow: 0 0 11px rgba(66, 211, 155, .72);
}

.dwpr-policy-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0;
}

.dwpr-policy-nav a {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid var(--dwpr-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, .035);
  color: var(--dwpr-text) !important;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none !important;
}

.dwpr-policy-nav a:hover {
  border-color: rgba(53, 214, 192, .42);
  color: #74ead8 !important;
}

.dwpr-section {
  margin-top: 14px;
  padding: 22px;
  scroll-margin-top: 115px;
  border: 1px solid var(--dwpr-line);
  border-radius: 18px;
  background: var(--dwpr-card);
  box-shadow: 0 13px 34px rgba(0, 0, 0, .12);
}

.dwpr-section > p {
  margin: 11px 0 !important;
  color: var(--dwpr-muted) !important;
}

.dwpr-section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dwpr-section-heading > span {
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 196, 3, .22);
  border-radius: 13px;
  background: rgba(255, 196, 3, .08);
  color: var(--dwpr-gold);
  font-size: 11px;
  font-weight: 900;
}

.dwpr-section-heading small {
  display: block;
  color: var(--dwpr-cyan);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.dwpr-section-heading h2 {
  margin: 2px 0 0 !important;
  color: var(--dwpr-gold) !important;
  font-size: 20px !important;
  line-height: 1.28 !important;
}

.dwpr-grid {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.dwpr-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dwpr-grid article,
.dwpr-rules article {
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 13px;
  background: rgba(5, 14, 18, .24);
}

.dwpr-grid article {
  padding: 14px;
}

.dwpr-grid b,
.dwpr-rules b,
.dwpr-contact strong {
  color: var(--dwpr-text);
}

.dwpr-grid p,
.dwpr-rules p,
.dwpr-contact p {
  margin: 5px 0 0 !important;
  color: var(--dwpr-muted) !important;
  font-size: 12px !important;
}

.dwpr-note {
  padding: 11px 13px;
  border-left: 3px solid var(--dwpr-cyan);
  border-radius: 8px;
  background: rgba(53, 214, 192, .055);
}

.dwpr-note strong {
  color: #77ead8;
}

.dwpr-emphasis {
  border-color: rgba(240, 106, 120, .2);
  background:
    radial-gradient(circle at 96% 7%, rgba(240, 106, 120, .08), transparent 29%),
    rgba(255, 255, 255, .04);
}

.dwpr-rule-callout {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 15px 0 12px;
  padding: 14px;
  border: 1px solid rgba(240, 106, 120, .26);
  border-radius: 13px;
  background: rgba(240, 106, 120, .075);
}

.dwpr-rule-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(240, 106, 120, .42);
  border-radius: 13px;
  background: rgba(240, 106, 120, .12);
  color: #ff9da7;
  font-weight: 950;
}

.dwpr-rule-callout p {
  margin: 0 !important;
  color: #f2e9ea !important;
  font-size: 13px !important;
}

.dwpr-protected-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  margin: 13px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.dwpr-protected-list li {
  position: relative;
  margin: 0 !important;
  padding: 9px 10px 9px 28px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 10px;
  background: rgba(0, 0, 0, .13);
  color: var(--dwpr-muted) !important;
  font-size: 12px;
}

.dwpr-protected-list li::before {
  content: "•";
  position: absolute;
  left: 11px;
  color: var(--dwpr-red);
  font-size: 18px;
  line-height: 17px;
}

.dwpr-lawful-box {
  padding: 13px 15px;
  border: 1px solid rgba(66, 211, 155, .2);
  border-radius: 12px;
  background: rgba(66, 211, 155, .055);
}

.dwpr-lawful-box strong {
  color: #78e6b9;
}

.dwpr-lawful-box p {
  margin: 4px 0 0 !important;
  color: var(--dwpr-muted) !important;
  font-size: 12px !important;
}

.dwpr-rules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.dwpr-rules article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding: 13px;
}

.dwpr-rules article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(143, 108, 255, .12);
  color: #b7a6ff;
  font-size: 9px;
  font-weight: 900;
}

.dwpr-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(53, 214, 192, .19);
  border-radius: 13px;
  background: rgba(53, 214, 192, .055);
}

.dwpr-contact small {
  display: block;
  color: var(--dwpr-cyan);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dwpr-contact div a {
  color: #74e8d7 !important;
}

.dwpr-footer-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 196, 3, .17);
  border-radius: 14px;
  background: rgba(255, 196, 3, .05);
  color: var(--dwpr-muted);
  font-size: 11px;
}

.dwpr-footer-note strong {
  color: #ffe179;
  white-space: nowrap;
}

@media (max-width: 800px) {
  .dwpr-hero {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 20px;
  }

  .dwpr-hero-icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }

  .dwpr-hero-icon svg {
    width: 31px;
    height: 31px;
  }

  .dwpr-version {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .dwpr-grid.three,
  .dwpr-rules,
  .dwpr-protected-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .dwpr-faq-privacy-card {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 14px;
  }

  .dwpr-shield {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .dwpr-faq-privacy-card > a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .dwpr-policy {
    width: min(100% - 18px, 1160px);
    padding-top: 10px;
  }

  .dwpr-hero {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 17px;
  }

  .dwpr-hero h1 {
    font-size: 25px !important;
  }

  .dwpr-section {
    padding: 15px;
  }

  .dwpr-section-heading {
    align-items: flex-start;
  }

  .dwpr-section-heading h2 {
    font-size: 17px !important;
  }

  .dwpr-rule-callout {
    grid-template-columns: 1fr;
  }

  .dwpr-contact,
  .dwpr-footer-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .dwpr-contact > a {
    width: 100%;
  }

  .dwpr-footer-note strong {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dwpr-faq-privacy-card > a,
  .dwpr-contact > a {
    transition: none;
  }
}
