.ep-privacy {
  --ep-black: #101116;
  --ep-ink: #171821;
  --ep-gold: #e5a91f;
  --ep-gold-dark: #b97d08;
  --ep-yellow: #fff6d9;
  --ep-cream: #fffcf6;
  --ep-line: #e7dcc8;
  background: var(--ep-cream);
  color: var(--ep-ink);
  font-family: "Fraunces", Georgia, serif;
}

.ep-privacy-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 24px 110px;
  background: var(--ep-black);
  color: #fff;
}

.ep-privacy-hero::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -85px;
  width: 46%;
  height: 175px;
  border-radius: 50%;
  background: var(--ep-yellow);
  opacity: .1;
}

.ep-privacy-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.ep-privacy-orb-one {
  top: -120px;
  left: -80px;
  width: 330px;
  height: 330px;
  background: rgba(229, 169, 31, .16);
}

.ep-privacy-orb-two {
  top: 45px;
  right: 8%;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(229, 169, 31, .28);
}

.ep-privacy-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1060px;
  margin: 0 auto;
}

.ep-privacy-kicker,
.ep-privacy-date {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
}

.ep-privacy-kicker {
  padding: 9px 14px;
  border: 1px solid rgba(229, 169, 31, .34);
  background: rgba(229, 169, 31, .1);
  color: #f5c75e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ep-privacy-hero h1 {
  max-width: 760px;
  margin: 26px 0 18px;
  color: #fff;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .98;
}

.ep-privacy-hero p {
  max-width: 670px;
  margin: 0 0 30px;
  color: #c8c9ce;
  font-size: 18px;
  line-height: 1.7;
}

.ep-privacy-date {
  padding: 10px 16px;
  background: #fff;
  color: var(--ep-black);
  font-size: 12px;
  font-weight: 700;
}

.ep-privacy-layout {
  display: grid;
  max-width: 1160px;
  margin: 0 auto;
  padding: 70px 24px 100px;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 54px;
}

.ep-privacy-nav {
  position: sticky;
  top: 92px;
  display: flex;
  height: max-content;
  padding: 22px;
  border: 1px solid var(--ep-line);
  border-radius: 22px;
  background: #fff;
  flex-direction: column;
  box-shadow: 0 18px 48px rgba(25, 19, 10, .06);
}

.ep-privacy-nav strong {
  margin-bottom: 12px;
  padding: 0 7px 12px;
  border-bottom: 1px solid var(--ep-line);
  font-family: "Fraunces", Georgia, serif;
  font-size: 18px;
}

.ep-privacy-nav a {
  display: flex;
  padding: 8px 7px;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  color: #56565d;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.ep-privacy-nav a:hover {
  background: var(--ep-yellow);
  color: var(--ep-black);
}

.ep-privacy-nav a span {
  color: var(--ep-gold-dark);
  font-size: 10px;
  font-weight: 800;
}

.ep-privacy-content {
  min-width: 0;
}

.ep-privacy-intro,
.ep-highlight {
  border: 1px solid #ead39a;
  background: var(--ep-yellow);
}

.ep-privacy-intro {
  display: grid;
  margin-bottom: 34px;
  padding: 24px;
  border-radius: 20px;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.ep-privacy-intro i {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--ep-gold);
  color: var(--ep-black);
  place-items: center;
}

.ep-privacy-intro p {
  margin: 0;
  line-height: 1.75;
}

.ep-policy-section {
  display: grid;
  padding: 40px 0;
  border-bottom: 1px solid var(--ep-line);
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  scroll-margin-top: 100px;
}

.ep-policy-number {
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid #ecc96e;
  border-radius: 14px;
  background: var(--ep-yellow);
  color: var(--ep-gold-dark);
  font-size: 12px;
  font-weight: 800;
  place-items: center;
}

.ep-policy-section h2 {
  margin: 4px 0 14px;
  color: var(--ep-black);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 600;
  letter-spacing: -.025em;
}

.ep-policy-section h3 {
  margin: 0 0 10px;
  color: var(--ep-black);
  font-family: "Fraunces", Georgia, serif;
  font-size: 18px;
}

.ep-policy-section p,
.ep-policy-section li {
  color: #56565d;
  font-size: 15px;
  line-height: 1.75;
}

.ep-policy-section p {
  margin: 0 0 12px;
}

.ep-info-grid {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ep-info-card {
  padding: 22px;
  border: 1px solid var(--ep-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(27, 20, 9, .04);
}

.ep-info-icon {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--ep-yellow);
  color: var(--ep-gold-dark);
  place-items: center;
}

.ep-info-card ul,
.ep-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ep-terms-offers .ep-info-card {
  min-height: 138px;
}

.ep-terms-offers .ep-info-card h3 {
  margin-bottom: 0;
}

.ep-prohibited-list li::before {
  content: "\00D7";
  color: #b94832;
  font-size: 18px;
  line-height: 1;
}

.ep-info-card li,
.ep-check-list li {
  position: relative;
  padding-left: 22px;
}

.ep-info-card li::before,
.ep-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--ep-gold-dark);
  font-weight: 800;
}

.ep-check-list {
  display: grid;
  margin: 18px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 20px;
}

.ep-highlight {
  margin: 8px 0 20px;
  padding: 18px 20px;
  border-radius: 14px;
  color: var(--ep-black);
}

.ep-contact-section {
  margin-top: 28px;
  padding: 32px;
  border: 0;
  border-radius: 24px;
  background: var(--ep-black);
  color: #fff;
}

.ep-contact-section h2,
.ep-contact-section p {
  color: #fff;
}

.ep-contact-section p {
  opacity: .72;
}

.ep-contact-link {
  display: inline-flex;
  margin-top: 8px;
  padding: 12px 17px;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: var(--ep-gold);
  color: var(--ep-black);
  font-weight: 800;
  text-decoration: none;
}

.ep-contact-link:hover {
  background: #f0bd42;
  color: var(--ep-black);
}

.ep-policy-consent {
  margin: 24px 0 0;
  color: #77736c;
  font-size: 13px;
  text-align: center;
}

:root[data-theme="dark"] .ep-privacy {
  --ep-black: #0c0e13;
  --ep-ink: #f2eee7;
  --ep-gold: #e5a91f;
  --ep-gold-dark: #f0bd42;
  --ep-yellow: #2a2415;
  --ep-cream: #101319;
  --ep-line: #303642;
  background: var(--ep-cream);
  color: var(--ep-ink);
}

:root[data-theme="dark"] .ep-privacy-hero {
  background: #090b10;
}

:root[data-theme="dark"] .ep-privacy-date {
  border: 1px solid #d6c9ae !important;
  background: #f3efe7 !important;
  color: #111319 !important;
}

:root[data-theme="dark"] .ep-privacy-date,
:root[data-theme="dark"] .ep-privacy-date * {
  color: #111319 !important;
}

:root[data-theme="dark"] .ep-privacy-kicker {
  border-color: rgba(229, 169, 31, .55) !important;
  background: rgba(229, 169, 31, .12) !important;
  color: #f2c65e !important;
}

:root[data-theme="dark"] .ep-privacy-nav,
:root[data-theme="dark"] .ep-info-card {
  border-color: var(--ep-line);
  background: #171b23;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
}

:root[data-theme="dark"] .ep-privacy-nav strong,
:root[data-theme="dark"] .ep-policy-section h2,
:root[data-theme="dark"] .ep-policy-section h3 {
  color: #f4f0e9;
}

:root[data-theme="dark"] .ep-privacy-nav a,
:root[data-theme="dark"] .ep-policy-section p,
:root[data-theme="dark"] .ep-policy-section li {
  color: #bfc3cc;
}

:root[data-theme="dark"] .ep-privacy-nav a:hover {
  background: #292313;
  color: #fff;
}

:root[data-theme="dark"] .ep-privacy-intro,
:root[data-theme="dark"] .ep-highlight {
  border-color: #5d4a1c;
  background: #282313;
  color: #f2eee7;
}

:root[data-theme="dark"] .ep-privacy-intro p,
:root[data-theme="dark"] .ep-highlight strong {
  color: #f2eee7;
}

:root[data-theme="dark"] .ep-policy-number,
:root[data-theme="dark"] .ep-info-icon {
  border-color: #5d4a1c;
  background: #292313;
  color: #f0bd42;
}

:root[data-theme="dark"] .ep-prohibited-list li::before {
  color: #f08b75;
}

:root[data-theme="dark"] .ep-contact-section {
  border: 1px solid #3a414e;
  background: #171b23;
}

:root[data-theme="dark"] .ep-contact-section h2,
:root[data-theme="dark"] .ep-contact-section p {
  color: #fff;
}

:root[data-theme="dark"] .ep-contact-link,
:root[data-theme="dark"] .ep-contact-link:hover {
  background: #e5a91f !important;
  color: #101116 !important;
}

:root[data-theme="dark"] .ep-policy-consent {
  color: #969ca8;
}

@media (max-width: 900px) {
  .ep-privacy-layout {
    grid-template-columns: 1fr;
  }

  .ep-privacy-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ep-privacy-nav strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .ep-privacy-hero {
    padding: 72px 20px 78px;
  }

  .ep-privacy-hero p {
    font-size: 16px;
  }

  .ep-privacy-layout {
    padding: 42px 16px 70px;
    gap: 34px;
  }

  .ep-privacy-nav,
  .ep-info-grid,
  .ep-check-list {
    grid-template-columns: 1fr;
  }

  .ep-policy-section {
    grid-template-columns: 1fr;
  }

  .ep-policy-number {
    width: 40px;
    height: 40px;
  }

  .ep-contact-section {
    padding: 24px;
  }
}
