/*--------------------------------------------------------------
Ethio Mart Privacy Policy — simple luxury UI (#c5521b)
----------------------------------------------------------------*/
.et_privacy_etmart_page {
  background: #fff;
  color: #2a1810;
  overflow-x: hidden;
}

.et_privacy_etmart_wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Hero */
.et_privacy_etmart_hero {
  position: relative;
  padding: 72px 0 40px;
  text-align: center;
  overflow: hidden;
}

.et_privacy_etmart_hero_bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(197, 82, 27, 0.06) 0%, transparent 55%), #fff;
  pointer-events: none;
}

.et_privacy_etmart_hero_inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}

.et_privacy_etmart_hero_row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.et_privacy_etmart_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(42, 24, 16, 0.08);
  color: #c5521b;
  box-shadow: 0 4px 16px rgba(197, 82, 27, 0.08);
}
.et_privacy_etmart_icon iconify-icon {
  font-size: 24px;
}

.et_privacy_etmart_badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(197, 82, 27, 0.08);
  color: #c5521b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.et_privacy_etmart_title {
  margin: 0 0 14px;
  font-size: clamp(32px, 4.5vw, 44px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.et_privacy_etmart_lead {
  margin: 0 auto 16px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(60, 30, 15, 0.55);
}

.et_privacy_etmart_updated {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #faf8f6;
  border: 1px solid rgba(42, 24, 16, 0.08);
  font-size: 13px;
  color: rgba(60, 30, 15, 0.55);
}
.et_privacy_etmart_updated iconify-icon {
  font-size: 16px;
  color: #c5521b;
}

.et_privacy_etmart_body {
  padding: 0 0 80px;
}

.et_privacy_etmart_layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: start;
}
@media (max-width: 991px) {
  .et_privacy_etmart_layout {
    grid-template-columns: 1fr;
  }
}

.et_privacy_etmart_sidebar {
  position: sticky;
  top: 24px;
  padding: 24px 20px;
  border-radius: 16px;
  background: #faf8f6;
  border: 1px solid rgba(42, 24, 16, 0.08);
}
@media (max-width: 991px) {
  .et_privacy_etmart_sidebar {
    position: static;
    display: none;
  }
}
.et_privacy_etmart_sidebar h3 {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #c5521b;
}

.et_privacy_etmart_sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: privacy-side;
}

.et_privacy_etmart_sidebar li {
  counter-increment: privacy-side;
  margin-bottom: 8px;
}

.et_privacy_etmart_sidebar a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #2a1810;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.et_privacy_etmart_sidebar a::before {
  content: counter(privacy-side, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(42, 24, 16, 0.08);
  font-size: 11px;
  font-weight: 700;
  color: #c5521b;
  flex-shrink: 0;
}
.et_privacy_etmart_sidebar a:hover {
  background: #fff;
  color: #8f3a12;
}

.et_privacy_etmart_content {
  padding: 36px 32px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(42, 24, 16, 0.08);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
@media (max-width: 575px) {
  .et_privacy_etmart_content {
    padding: 28px 20px;
  }
}

.et_privacy_etmart_section {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(42, 24, 16, 0.06);
}
.et_privacy_etmart_section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.et_privacy_etmart_section_head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

.et_privacy_etmart_section_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(197, 82, 27, 0.09);
  color: #c5521b;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.et_privacy_etmart_section h2 {
  margin: 8px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #2a1810;
}

.et_privacy_etmart_section p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(60, 30, 15, 0.55);
}
.et_privacy_etmart_section p:last-child {
  margin-bottom: 0;
}

.et_privacy_etmart_section ul {
  margin: 0 0 12px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(60, 30, 15, 0.55);
}
.et_privacy_etmart_section ul li {
  margin-bottom: 6px;
}
.et_privacy_etmart_section ul li:last-child {
  margin-bottom: 0;
}

.et_privacy_etmart_section a {
  color: #c5521b;
  font-weight: 600;
  text-decoration: none;
}
.et_privacy_etmart_section a:hover {
  color: #8f3a12;
  text-decoration: underline;
}

.et_privacy_etmart_page {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  font-family: "TikTok Sans", system-ui, sans-serif;
}

body.et-privacy-etmart-page {
  margin: 0;
  background: #fff;
}
