/**
 * ========================================================
 * XT Cookie Policy Page
 * Page ID: 2903
 *
 * 修复版说明：
 * 1. 单栏阅读布局，不做左右排版
 * 2. PC / 平板 / 手机三端优化
 * 3. 删除“回到顶部”按钮
 * 4. 修复滑不到底部 / 底部被裁切问题
 * 5. 删除对 .elementor-element-133f72e 的强制隐藏，避免误伤容器
 * 6. 只保留 Cookie Policy 页面核心交互样式
 * ========================================================
 */

/* =========================
   Page Scroll Fix
========================= */

body.page-id-2903 {
  background: #f5f1ea;
  overflow-y: auto !important;
  overflow-x: clip;
  height: auto !important;
  max-height: none !important;
}

@supports not (overflow: clip) {
  body.page-id-2903 {
    overflow-x: hidden;
  }
}

body.page-id-2903 .body_wrap,
body.page-id-2903 .page_wrap,
body.page-id-2903 .page_content_wrap,
body.page-id-2903 .content_wrap,
body.page-id-2903 .content,
body.page-id-2903 .post_item_single,
body.page-id-2903 .post_content,
body.page-id-2903 .entry-content,
body.page-id-2903 .elementor,
body.page-id-2903 .elementor-section,
body.page-id-2903 .elementor-container,
body.page-id-2903 .e-con,
body.page-id-2903 .e-con-inner,
body.page-id-2903 .elementor-widget,
body.page-id-2903 .elementor-widget-container {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.page-id-2903 .page_content_wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-id-2903 .content_wrap,
body.page-id-2903 .content,
body.page-id-2903 .post_item_single,
body.page-id-2903 .post_content,
body.page-id-2903 .entry-content {
  width: 100% !important;
  max-width: none !important;
}

body.page-id-2903 .entry-title,
body.page-id-2903 .post_header,
body.page-id-2903 .page-title,
body.page-id-2903 .top_panel_title,
body.page-id-2903 .sc_layouts_title,
body.page-id-2903 .breadcrumbs,
body.page-id-2903 .post_meta {
  display: none !important;
}

body.page-id-2903 .elementor-section.elementor-section-boxed > .elementor-container,
body.page-id-2903 .e-con.e-con-boxed > .e-con-inner {
  max-width: none !important;
}

body.page-id-2903 .elementor-widget-html,
body.page-id-2903 .elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-2903 footer,
body.page-id-2903 .footer_wrap,
body.page-id-2903 .site_footer_wrap {
  position: relative;
  z-index: 2;
}

/* =========================
   Base
========================= */

.xt-cookie-policy-page {
  --xt-cp-bg: #f5f1ea;
  --xt-cp-card: #ffffff;
  --xt-cp-soft: #fbf8f2;
  --xt-cp-text: #191713;
  --xt-cp-muted: #6f675c;
  --xt-cp-border: rgba(25, 23, 19, 0.12);
  --xt-cp-border-strong: rgba(25, 23, 19, 0.2);
  --xt-cp-dark: #191713;
  --xt-cp-gold: #b99663;
  --xt-cp-gold-soft: rgba(185, 150, 99, 0.16);
  --xt-cp-shadow: 0 22px 70px rgba(25, 23, 19, 0.08);
  --xt-cp-radius-xl: 34px;
  --xt-cp-radius-lg: 26px;
  --xt-cp-radius-md: 18px;

  position: relative;
  width: 100%;
  min-height: auto;
  color: var(--xt-cp-text);
  background:
    radial-gradient(circle at 10% 0%, rgba(185, 150, 99, 0.18), transparent 30%),
    radial-gradient(circle at 92% 7%, rgba(25, 23, 19, 0.08), transparent 28%),
    linear-gradient(180deg, #f7f3ec 0%, #f5f1ea 45%, #f8f6f1 100%);
  font-family: inherit;
  overflow: visible !important;
}

.xt-cookie-policy-page *,
.xt-cookie-policy-page *::before,
.xt-cookie-policy-page *::after {
  box-sizing: border-box;
}

.xt-cp-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* =========================
   Progress Bar
========================= */

.xt-cookie-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.xt-cookie-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #191713, #b99663);
  transition: width 0.12s ease;
}

/* =========================
   Hero
========================= */

.xt-cp-hero {
  padding: 92px 0 34px;
}

.xt-cp-hero-card {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 76px);
  border: 1px solid var(--xt-cp-border);
  border-radius: var(--xt-cp-radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--xt-cp-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.xt-cp-hero-card::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(185, 150, 99, 0.18);
  filter: blur(10px);
}

.xt-cp-hero-card::after {
  content: "";
  position: absolute;
  right: 44px;
  bottom: 44px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(185, 150, 99, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.xt-cp-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid var(--xt-cp-border);
  border-radius: 999px;
  color: var(--xt-cp-muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.xt-cp-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--xt-cp-gold);
  box-shadow: 0 0 0 6px rgba(185, 150, 99, 0.15);
}

.xt-cp-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--xt-cp-text);
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.xt-cp-hero p {
  position: relative;
  z-index: 1;
  max-width: 790px;
  margin: 0;
  color: var(--xt-cp-muted);
  font-size: 18px;
  line-height: 1.78;
}

.xt-cp-hero-meta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 840px;
  margin-top: 34px;
}

.xt-cp-hero-meta div {
  padding: 20px;
  border: 1px solid var(--xt-cp-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
}

.xt-cp-hero-meta div:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 150, 99, 0.45);
  background: #fff;
}

.xt-cp-hero-meta span,
.xt-cp-hero-meta strong {
  display: block;
}

.xt-cp-hero-meta span {
  margin-bottom: 8px;
  color: var(--xt-cp-muted);
  font-size: 13px;
}

.xt-cp-hero-meta strong {
  color: var(--xt-cp-text);
  font-size: 17px;
  line-height: 1.25;
}

.xt-cp-hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

/* =========================
   Buttons
========================= */

.xt-cp-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    transform 0.26s ease,
    box-shadow 0.26s ease,
    color 0.26s ease,
    background-color 0.26s ease,
    border-color 0.26s ease;
}

.xt-cp-btn::after {
  content: "→";
  margin-left: 10px;
  transition: transform 0.26s ease;
}

.xt-cp-btn:hover {
  transform: translateY(-2px);
}

.xt-cp-btn:hover::after {
  transform: translateX(4px);
}

.xt-cp-btn-dark {
  color: #fff !important;
  background: var(--xt-cp-dark);
  box-shadow: 0 18px 44px rgba(25, 23, 19, 0.2);
}

.xt-cp-btn-dark:hover {
  color: #fff !important;
  background: #000;
  box-shadow: 0 22px 54px rgba(25, 23, 19, 0.28);
}

.xt-cp-btn-light {
  color: var(--xt-cp-text) !important;
  background: #fff;
  border-color: var(--xt-cp-border-strong);
}

.xt-cp-btn-light:hover {
  color: var(--xt-cp-text) !important;
  border-color: rgba(25, 23, 19, 0.32);
  box-shadow: 0 18px 42px rgba(25, 23, 19, 0.08);
}

/* =========================
   Top Anchor Navigation
========================= */

.xt-cp-anchor-wrap {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 12px 0;
  background: rgba(245, 241, 234, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.admin-bar .xt-cp-anchor-wrap {
  top: 32px;
}

.xt-cp-anchor {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px;
  border: 1px solid var(--xt-cp-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 44px rgba(25, 23, 19, 0.055);
  scrollbar-width: none;
}

.xt-cp-anchor::-webkit-scrollbar {
  display: none;
}

.xt-cp-anchor a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--xt-cp-muted);
  font-size: 13px;
  line-height: 1;
  font-weight: 650;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.xt-cp-anchor a:hover {
  color: var(--xt-cp-text);
  background: rgba(185, 150, 99, 0.1);
  transform: translateY(-1px);
}

.xt-cp-anchor a.is-active {
  color: #fff !important;
  background: var(--xt-cp-dark);
}

/* =========================
   Main Sections
========================= */

.xt-cp-main {
  padding: 34px 0 clamp(120px, 10vw, 170px);
}

.xt-cp-section {
  scroll-margin-top: 112px;
  margin-bottom: 24px;
  padding: clamp(28px, 4.5vw, 52px);
  border: 1px solid var(--xt-cp-border);
  border-radius: var(--xt-cp-radius-xl);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 56px rgba(25, 23, 19, 0.055);
}

.xt-cp-section:last-child {
  margin-bottom: 0;
}

.xt-cp-section-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.xt-cp-section-head > span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--xt-cp-text);
  background: var(--xt-cp-gold-soft);
  font-size: 13px;
  font-weight: 850;
}

.xt-cp-section h2 {
  margin: 0;
  color: var(--xt-cp-text);
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.xt-cp-section h3 {
  margin: 0 0 10px;
  color: var(--xt-cp-text);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.xt-cp-section p {
  margin: 0;
  color: var(--xt-cp-muted);
  font-size: 16px;
  line-height: 1.82;
}

/* =========================
   Overview Cards
========================= */

.xt-cp-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.xt-cp-overview-card {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 24px;
  border: 1px solid var(--xt-cp-border);
  border-radius: var(--xt-cp-radius-lg);
  background: var(--xt-cp-soft);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease;
}

.xt-cp-overview-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(185, 150, 99, 0.13);
  transition: transform 0.28s ease;
}

.xt-cp-overview-card:hover {
  transform: translateY(-6px);
  border-color: rgba(185, 150, 99, 0.48);
  background: #fff;
  box-shadow: 0 22px 54px rgba(25, 23, 19, 0.08);
}

.xt-cp-overview-card:hover::after {
  transform: scale(1.18);
}

.xt-cp-overview-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--xt-cp-text);
  background: var(--xt-cp-gold-soft);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.xt-cp-overview-card p {
  font-size: 15px;
  line-height: 1.7;
}

/* =========================
   Feature List
========================= */

.xt-cp-feature-list {
  display: grid;
  gap: 14px;
}

.xt-cp-feature-item {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--xt-cp-border);
  border-radius: var(--xt-cp-radius-md);
  background: var(--xt-cp-soft);
  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    background-color 0.26s ease;
}

.xt-cp-feature-item:hover {
  transform: translateX(4px);
  border-color: rgba(185, 150, 99, 0.42);
  background: #fff;
}

.xt-cp-feature-item strong {
  color: var(--xt-cp-text);
  font-size: 17px;
  line-height: 1.35;
}

.xt-cp-feature-item p {
  font-size: 15px;
  line-height: 1.72;
}

/* =========================
   Accordion
========================= */

.xt-cp-accordion {
  display: grid;
  gap: 14px;
}

.xt-cp-accordion-item {
  overflow: hidden;
  border: 1px solid var(--xt-cp-border);
  border-radius: var(--xt-cp-radius-lg);
  background: var(--xt-cp-soft);
  transition:
    border-color 0.26s ease,
    background-color 0.26s ease,
    box-shadow 0.26s ease;
}

.xt-cp-accordion-item.is-open {
  border-color: rgba(185, 150, 99, 0.48);
  background: #fff;
  box-shadow: 0 18px 48px rgba(25, 23, 19, 0.06);
}

.xt-cp-accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 24px 26px;
  border: 0;
  color: var(--xt-cp-text);
  background: transparent;
  font: inherit;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.xt-cp-accordion-button i {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--xt-cp-gold-soft);
  transition: transform 0.26s ease;
}

.xt-cp-accordion-button i::before,
.xt-cp-accordion-button i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 2px;
  border-radius: 999px;
  background: var(--xt-cp-text);
  transform: translate(-50%, -50%);
}

.xt-cp-accordion-button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease;
}

.xt-cp-accordion-item.is-open .xt-cp-accordion-button i {
  transform: rotate(180deg);
}

.xt-cp-accordion-item.is-open .xt-cp-accordion-button i::after {
  opacity: 0;
}

.xt-cp-accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s ease;
}

.xt-cp-accordion-item.is-open .xt-cp-accordion-panel {
  grid-template-rows: 1fr;
}

.xt-cp-accordion-panel > div {
  overflow: hidden;
  padding: 0 26px;
}

.xt-cp-accordion-panel p {
  margin-bottom: 14px;
  font-size: 15px;
}

.xt-cp-accordion-panel ul {
  margin: 0 0 26px;
  padding-left: 19px;
  color: var(--xt-cp-muted);
}

.xt-cp-accordion-panel li {
  margin: 8px 0;
  line-height: 1.65;
}

/* =========================
   Table Card
========================= */

.xt-cp-table-card {
  overflow: hidden;
  border: 1px solid var(--xt-cp-border);
  border-radius: var(--xt-cp-radius-lg);
  background: #fff;
}

.xt-cp-table-row {
  display: grid;
  grid-template-columns: 1.05fr 1.75fr 0.8fr;
  border-bottom: 1px solid var(--xt-cp-border);
  transition: background-color 0.22s ease;
}

.xt-cp-table-row:last-child {
  border-bottom: 0;
}

.xt-cp-table-row:hover {
  background: #fbf8f2;
}

.xt-cp-table-row > div {
  padding: 20px;
  color: var(--xt-cp-muted);
  font-size: 15px;
  line-height: 1.65;
}

.xt-cp-table-row > div:first-child {
  color: var(--xt-cp-text);
  font-weight: 750;
}

.xt-cp-table-head {
  background: #eee5d8;
}

.xt-cp-table-head:hover {
  background: #eee5d8;
}

.xt-cp-table-head > div {
  color: var(--xt-cp-text);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================
   Manage Card
========================= */

.xt-cp-manage-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
  border: 1px solid rgba(185, 150, 99, 0.4);
  border-radius: var(--xt-cp-radius-lg);
  background:
    radial-gradient(circle at 5% 0%, rgba(185, 150, 99, 0.16), transparent 34%),
    linear-gradient(135deg, #fff, #fbf8f2);
}

.xt-cp-manage-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--xt-cp-muted);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.xt-cp-manage-card h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 3.2vw, 36px);
  letter-spacing: -0.045em;
}

.xt-cp-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--xt-cp-gold);
  border-radius: 16px;
  color: var(--xt-cp-muted);
  background: rgba(185, 150, 99, 0.1);
  font-size: 15px;
  line-height: 1.7;
}

.xt-cp-note strong {
  color: var(--xt-cp-text);
}

/* =========================
   Final CTA
========================= */

.xt-cp-final {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 10%, rgba(185, 150, 99, 0.3), transparent 32%),
    linear-gradient(135deg, #191713, #2a241c);
}

.xt-cp-final::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(185, 150, 99, 0.18);
}

.xt-cp-final-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.xt-cp-final span {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.xt-cp-final h2 {
  color: #fff;
}

.xt-cp-final p {
  margin: 16px 0 28px;
  color: rgba(255, 255, 255, 0.72);
}

/* =========================
   Reveal Animation
========================= */

.xt-cp-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.72s ease,
    transform 0.72s ease;
}

.xt-cp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   Tablet
========================= */

@media (max-width: 1024px) {
  .xt-cp-container {
    width: min(100% - 40px, 920px);
  }

  .xt-cp-hero {
    padding: 70px 0 28px;
  }

  .xt-cp-hero-card {
    border-radius: 30px;
  }

  .xt-cp-hero-card::after {
    display: none;
  }

  .xt-cp-hero-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xt-cp-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xt-cp-feature-item {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .xt-cp-table-row {
    grid-template-columns: 1fr 1.4fr 0.75fr;
  }
}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {
  body.admin-bar .xt-cp-anchor-wrap {
    top: 46px;
  }

  .xt-cp-container {
    width: min(100% - 28px, 100%);
  }

  .xt-cp-hero {
    padding: 46px 0 22px;
  }

  .xt-cp-hero-card {
    padding: 30px 20px;
    border-radius: 24px;
  }

  .xt-cp-hero-card::after {
    display: none;
  }

  .xt-cp-eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .xt-cp-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(42px, 14vw, 62px);
    letter-spacing: -0.06em;
  }

  .xt-cp-hero p {
    font-size: 15.5px;
    line-height: 1.72;
  }

  .xt-cp-hero-meta {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .xt-cp-hero-meta div {
    padding: 16px;
    border-radius: 17px;
  }

  .xt-cp-hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 26px;
  }

  .xt-cp-btn {
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
  }

  .xt-cp-anchor-wrap {
    padding: 8px 0;
  }

  .xt-cp-anchor {
    border-radius: 18px;
    padding: 8px;
  }

  .xt-cp-anchor a {
    min-height: 34px;
    padding: 9px 13px;
    font-size: 12px;
  }

  .xt-cp-main {
    padding: 22px 0 120px;
  }

  .xt-cp-section {
    scroll-margin-top: 98px;
    margin-bottom: 16px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .xt-cp-section-head {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
  }

  .xt-cp-section-head > span {
    width: 40px;
    height: 40px;
  }

  .xt-cp-section h2 {
    font-size: clamp(28px, 9vw, 40px);
  }

  .xt-cp-section h3 {
    font-size: 19px;
  }

  .xt-cp-section p {
    font-size: 15px;
    line-height: 1.75;
  }

  .xt-cp-overview-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .xt-cp-overview-card {
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
  }

  .xt-cp-feature-list {
    gap: 12px;
  }

  .xt-cp-feature-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }

  .xt-cp-feature-item:hover {
    transform: translateY(-3px);
  }

  .xt-cp-accordion-button {
    padding: 20px 18px;
    font-size: 16px;
  }

  .xt-cp-accordion-panel > div {
    padding: 0 18px;
  }

  .xt-cp-accordion-panel ul {
    margin-bottom: 20px;
  }

  .xt-cp-table-card {
    display: grid;
    gap: 12px;
    border: 0;
    background: transparent;
  }

  .xt-cp-table-row,
  .xt-cp-table-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--xt-cp-border);
    border-radius: 18px;
    background: #fff;
  }

  .xt-cp-table-head {
    display: none;
  }

  .xt-cp-table-row > div {
    padding: 14px 16px;
    border-bottom: 1px solid var(--xt-cp-border);
    font-size: 14.5px;
  }

  .xt-cp-table-row > div:last-child {
    border-bottom: 0;
  }

  .xt-cp-table-row > div:first-child {
    background: #eee5d8;
  }

  .xt-cp-table-row > div:nth-child(2)::before {
    content: "Purpose";
    display: block;
    margin-bottom: 6px;
    color: var(--xt-cp-text);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .xt-cp-table-row > div:nth-child(3)::before {
    content: "Cookie Status";
    display: block;
    margin-bottom: 6px;
    color: var(--xt-cp-text);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .xt-cp-manage-card {
    display: grid;
    gap: 22px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .xt-cp-note {
    font-size: 14.5px;
  }

  .xt-cp-final p {
    margin-bottom: 24px;
  }
}

/* =========================
   Small Mobile
========================= */

@media (max-width: 390px) {
  .xt-cp-container {
    width: min(100% - 22px, 100%);
  }

  .xt-cp-hero-card,
  .xt-cp-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xt-cp-hero h1 {
    font-size: 40px;
  }
}

/* =========================
   Reduced Motion
========================= */

@media (prefers-reduced-motion: reduce) {
  .xt-cookie-policy-page *,
  .xt-cookie-policy-page *::before,
  .xt-cookie-policy-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .xt-cp-reveal {
    opacity: 1;
    transform: none;
  }
}