/**
 * ========================================================
 * XT Terms of Service - Clean Premium Static Version
 * Page ID: 2908
 *
 * 说明：
 * 1. 去掉折叠框，改成静态展示
 * 2. 修复底部联系区未居中问题
 * 3. 隐藏主题自带回到顶部按钮
 * 4. PC / Tablet / Mobile 三端优化
 * 5. 避免滑不到底部
 * ========================================================
 */

/* =========================
   Safe Page Reset
========================= */

body.page-id-2908 {
  background: #f7f3ec;
  overflow-y: auto !important;
  overflow-x: clip;
  height: auto !important;
  max-height: none !important;
}

@supports not (overflow: clip) {
  body.page-id-2908 {
    overflow-x: hidden;
  }
}

body.page-id-2908 .page_content_wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-id-2908 .content_wrap,
body.page-id-2908 .content,
body.page-id-2908 .post_item_single,
body.page-id-2908 .post_content,
body.page-id-2908 .entry-content {
  width: 100% !important;
  max-width: none !important;
}

body.page-id-2908 .entry-title,
body.page-id-2908 .post_header,
body.page-id-2908 .page-title,
body.page-id-2908 .top_panel_title,
body.page-id-2908 .sc_layouts_title,
body.page-id-2908 .breadcrumbs,
body.page-id-2908 .post_meta {
  display: none !important;
}

body.page-id-2908 .elementor-section.elementor-section-boxed > .elementor-container,
body.page-id-2908 .e-con.e-con-boxed > .e-con-inner {
  max-width: none !important;
}

body.page-id-2908 .elementor-widget-html,
body.page-id-2908 .elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-2908 .body_wrap,
body.page-id-2908 .page_wrap,
body.page-id-2908 .page_content_wrap,
body.page-id-2908 .content_wrap,
body.page-id-2908 .content,
body.page-id-2908 .post_item_single,
body.page-id-2908 .post_content,
body.page-id-2908 .entry-content {
  height: auto !important;
  max-height: none !important;
}

body.page-id-2908 footer,
body.page-id-2908 .footer_wrap,
body.page-id-2908 .site_footer_wrap {
  position: relative;
  z-index: 2;
}

/* 隐藏主题自带回到顶部按钮 */
body.page-id-2908 .trx_addons_scroll_to_top,
body.page-id-2908 .scroll_to_top,
body.page-id-2908 .scroll_to_top_style_default,
body.page-id-2908 .scheme_default .scroll_to_top,
body.page-id-2908 a[href="#top"].scroll_to_top {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* =========================
   Base
========================= */

.xt-tos-luxe {
  --tos-bg: #f7f3ec;
  --tos-panel: #fffaf2;
  --tos-card: #fffdf8;
  --tos-soft: #fbf6ed;
  --tos-dark: #17130f;
  --tos-text: #1f1b16;
  --tos-muted: #756c60;
  --tos-line: rgba(31, 27, 22, 0.12);
  --tos-line-strong: rgba(31, 27, 22, 0.2);
  --tos-gold: #a9824f;
  --tos-gold-soft: rgba(169, 130, 79, 0.12);
  --tos-radius-xl: 26px;
  --tos-radius-lg: 18px;
  --tos-radius-md: 14px;

  position: relative;
  width: 100%;
  min-height: auto;
  color: var(--tos-text);
  background:
    radial-gradient(circle at 10% 0%, rgba(169, 130, 79, 0.12), transparent 30%),
    linear-gradient(180deg, #fbf8f2 0%, #f7f3ec 42%, #fbf8f2 100%);
  font-family: inherit;
}

.xt-tos-luxe *,
.xt-tos-luxe *::before,
.xt-tos-luxe *::after {
  box-sizing: border-box;
}

.xt-tos-container {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

/* =========================
   Progress
========================= */

.xt-tos-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.xt-tos-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #17130f, #a9824f);
  transition: width 0.12s ease;
}

/* =========================
   Hero
========================= */

.xt-tos-hero {
  padding: 72px 0 26px;
}

.xt-tos-hero-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 5vw, 64px);
  border: 1px solid var(--tos-line);
  border-radius: var(--tos-radius-xl);
  color: var(--tos-text);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(255, 250, 242, 0.82)),
    var(--tos-card);
  box-shadow: 0 18px 60px rgba(31, 27, 22, 0.07);
}

.xt-tos-hero-shell::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(169, 130, 79, 0.12);
  pointer-events: none;
}

.xt-tos-hero-shell::after {
  content: "";
  position: absolute;
  right: 44px;
  bottom: 44px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(169, 130, 79, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.xt-tos-hero-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--tos-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.xt-tos-hero-kicker span {
  width: 32px;
  height: 1px;
  background: var(--tos-gold);
}

.xt-tos-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--tos-text);
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.xt-tos-hero p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: var(--tos-muted);
  font-size: 17px;
  line-height: 1.78;
}

.xt-tos-hero-meta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 940px;
  margin-top: 30px;
}

.xt-tos-hero-meta div {
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--tos-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease;
}

.xt-tos-hero-meta div:hover {
  transform: translateY(-3px);
  border-color: rgba(169, 130, 79, 0.34);
  background: #fff;
}

.xt-tos-hero-meta span {
  display: block;
  margin-bottom: 7px;
  color: var(--tos-muted);
  font-size: 12px;
  font-weight: 650;
}

.xt-tos-hero-meta strong {
  display: block;
  color: var(--tos-text);
  font-size: 15px;
  line-height: 1.35;
}

.xt-tos-hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* =========================
   Buttons
========================= */

.xt-tos-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 750;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    color 0.24s ease,
    background-color 0.24s ease,
    border-color 0.24s ease;
}

.xt-tos-btn::after {
  content: "→";
  margin-left: 10px;
  transition: transform 0.24s ease;
}

.xt-tos-btn:hover {
  transform: translateY(-2px);
}

.xt-tos-btn:hover::after {
  transform: translateX(4px);
}

.xt-tos-btn-primary {
  color: #fff !important;
  background: var(--tos-dark);
  box-shadow: 0 14px 34px rgba(31, 27, 22, 0.16);
}

.xt-tos-btn-primary:hover {
  color: #fff !important;
  background: #000;
}

.xt-tos-btn-secondary,
.xt-tos-btn-light {
  color: var(--tos-text) !important;
  background: #fff;
  border-color: var(--tos-line-strong);
}

.xt-tos-btn-secondary:hover,
.xt-tos-btn-light:hover {
  color: var(--tos-text) !important;
  border-color: rgba(31, 27, 22, 0.34);
  box-shadow: 0 14px 34px rgba(31, 27, 22, 0.08);
}

/* =========================
   Sticky Nav
========================= */

.xt-tos-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 10px 0;
  background: rgba(247, 243, 236, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.admin-bar .xt-tos-nav-wrap {
  top: 32px;
}

.xt-tos-nav {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px;
  border: 1px solid var(--tos-line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 10px 36px rgba(31, 27, 22, 0.045);
  scrollbar-width: none;
}

.xt-tos-nav::-webkit-scrollbar {
  display: none;
}

.xt-tos-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 13px;
  border-radius: 11px;
  color: var(--tos-muted);
  font-size: 12.5px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.xt-tos-nav a:hover {
  color: var(--tos-text);
  background: rgba(169, 130, 79, 0.1);
  transform: translateY(-1px);
}

.xt-tos-nav a.is-active {
  color: #fff !important;
  background: var(--tos-dark);
}

/* =========================
   Main & Sections
========================= */

.xt-tos-main {
  padding: 26px 0 clamp(110px, 9vw, 150px);
}

.xt-tos-section {
  scroll-margin-top: 104px;
  position: relative;
  margin-bottom: 18px;
  padding: clamp(28px, 4.2vw, 46px);
  border: 1px solid var(--tos-line);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 12px 40px rgba(31, 27, 22, 0.045);
}

.xt-tos-section:last-child {
  margin-bottom: 0;
}

.xt-tos-section-title {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.xt-tos-section-title > span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--tos-text);
  background: var(--tos-gold-soft);
  font-size: 12px;
  font-weight: 850;
}

.xt-tos-section h2 {
  margin: 0;
  color: var(--tos-text);
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.xt-tos-section h3 {
  margin: 0 0 9px;
  color: var(--tos-text);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.xt-tos-section p {
  margin: 0;
  color: var(--tos-muted);
  font-size: 15.5px;
  line-height: 1.78;
}

.xt-tos-statement {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(169, 130, 79, 0.24);
  border-left: 4px solid var(--tos-gold);
  border-radius: 16px;
  color: var(--tos-muted);
  background: rgba(169, 130, 79, 0.08);
  font-size: 15px;
  line-height: 1.7;
}

.xt-tos-statement strong {
  color: var(--tos-text);
}

/* =========================
   Overview Cards
========================= */

.xt-tos-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.xt-tos-overview article {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--tos-line);
  border-radius: 18px;
  background: var(--tos-soft);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease,
    box-shadow 0.24s ease;
}

.xt-tos-overview article:hover {
  transform: translateY(-4px);
  border-color: rgba(169, 130, 79, 0.34);
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 27, 22, 0.065);
}

.xt-tos-overview span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--tos-text);
  background: var(--tos-gold-soft);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 850;
}

.xt-tos-overview p {
  font-size: 14.5px;
  line-height: 1.68;
}

/* =========================
   Rule List
========================= */

.xt-tos-rule-list {
  display: grid;
  gap: 10px;
}

.xt-tos-rule-list div {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid var(--tos-line);
  border-radius: 16px;
  background: var(--tos-soft);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease;
}

.xt-tos-rule-list div:hover {
  transform: translateX(3px);
  border-color: rgba(169, 130, 79, 0.3);
  background: #fff;
}

.xt-tos-rule-list strong {
  color: var(--tos-text);
  font-size: 16px;
  line-height: 1.35;
}

.xt-tos-rule-list p {
  font-size: 14.5px;
  line-height: 1.68;
}

/* =========================
   Process
========================= */

.xt-tos-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.xt-tos-process div {
  position: relative;
  min-height: 208px;
  padding: 20px;
  border: 1px solid var(--tos-line);
  border-radius: 18px;
  background: var(--tos-soft);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease,
    box-shadow 0.24s ease;
}

.xt-tos-process div:hover {
  transform: translateY(-4px);
  border-color: rgba(169, 130, 79, 0.34);
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 27, 22, 0.065);
}

.xt-tos-process span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--tos-text);
  background: var(--tos-gold-soft);
  font-size: 11.5px;
  font-weight: 850;
}

.xt-tos-process p {
  font-size: 14.5px;
  line-height: 1.68;
}

/* =========================
   Table
========================= */

.xt-tos-table {
  overflow: hidden;
  border: 1px solid var(--tos-line);
  border-radius: 18px;
  background: #fff;
}

.xt-tos-table-row {
  display: grid;
  grid-template-columns: 0.85fr 1.6fr 1.15fr;
  border-bottom: 1px solid var(--tos-line);
  transition: background-color 0.2s ease;
}

.xt-tos-table-row:last-child {
  border-bottom: 0;
}

.xt-tos-table-row:hover {
  background: #fbf6ed;
}

.xt-tos-table-row > div {
  padding: 18px;
  color: var(--tos-muted);
  font-size: 14.5px;
  line-height: 1.62;
}

.xt-tos-table-row > div:first-child {
  color: var(--tos-text);
  font-weight: 800;
}

.xt-tos-table-head {
  background: #eee5d8;
}

.xt-tos-table-head:hover {
  background: #eee5d8;
}

.xt-tos-table-head > div {
  color: var(--tos-text);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================
   Link Cards
========================= */

.xt-tos-link-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.xt-tos-link-cards a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--tos-line);
  border-radius: 18px;
  color: var(--tos-text) !important;
  background: var(--tos-soft);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
  text-decoration: none !important;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease,
    box-shadow 0.24s ease;
}

.xt-tos-link-cards a::after {
  content: "→";
  align-self: flex-end;
  font-size: 17px;
  transition: transform 0.22s ease;
}

.xt-tos-link-cards a:hover {
  transform: translateY(-4px);
  border-color: rgba(169, 130, 79, 0.34);
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 27, 22, 0.065);
}

.xt-tos-link-cards a:hover::after {
  transform: translateX(4px);
}

.xt-tos-link-cards span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--tos-text);
  background: var(--tos-gold-soft);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 850;
}

/* =========================
   Final Contact - Centered
========================= */

.xt-tos-final {
  position: relative;
  overflow: hidden;
  color: var(--tos-text);
  background:
    radial-gradient(circle at 12% 0%, rgba(169, 130, 79, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(251, 246, 237, 0.9));
}

.xt-tos-final::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(169, 130, 79, 0.12);
  pointer-events: none;
}

.xt-tos-final-content {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.xt-tos-final-content > span {
  display: block;
  margin-bottom: 14px;
  color: var(--tos-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.xt-tos-final h2 {
  color: var(--tos-text);
}

.xt-tos-final p {
  max-width: 760px;
  margin: 14px auto 24px;
  color: var(--tos-muted);
  text-align: center;
}

.xt-tos-contact-grid {
  max-width: 900px;
  display: grid;
  gap: 10px;
  margin: 0 auto 24px;
  text-align: left;
}

.xt-tos-contact-grid div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 16px;
  padding: 15px 17px;
  border: 1px solid var(--tos-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.6);
}

.xt-tos-contact-grid strong {
  color: var(--tos-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.xt-tos-contact-grid span,
.xt-tos-contact-grid a {
  color: var(--tos-text) !important;
  text-decoration: none !important;
  line-height: 1.6;
}

.xt-tos-final .xt-tos-btn {
  margin: 0 auto;
}

/* =========================
   Reveal
========================= */

.xt-tos-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.62s ease,
    transform 0.62s ease;
}

.xt-tos-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   Tablet
========================= */

@media (max-width: 1024px) {
  .xt-tos-container {
    width: min(100% - 40px, 920px);
  }

  .xt-tos-hero {
    padding: 58px 0 24px;
  }

  .xt-tos-hero-shell::after {
    display: none;
  }

  .xt-tos-overview,
  .xt-tos-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xt-tos-rule-list div {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .xt-tos-table-row {
    grid-template-columns: 0.85fr 1.35fr 1fr;
  }
}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {
  body.admin-bar .xt-tos-nav-wrap {
    top: 46px;
  }

  .xt-tos-container {
    width: min(100% - 28px, 100%);
  }

  .xt-tos-hero {
    padding: 38px 0 18px;
  }

  .xt-tos-hero-shell {
    padding: 30px 20px;
    border-radius: 22px;
  }

  .xt-tos-hero h1 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .xt-tos-hero p {
    font-size: 15px;
    line-height: 1.7;
  }

  .xt-tos-hero-meta {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 24px;
  }

  .xt-tos-hero-meta div {
    min-height: auto;
    padding: 15px;
    border-radius: 14px;
  }

  .xt-tos-hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .xt-tos-btn {
    width: 100%;
    min-height: 46px;
  }

  .xt-tos-nav-wrap {
    padding: 8px 0;
  }

  .xt-tos-nav {
    border-radius: 14px;
    padding: 7px;
  }

  .xt-tos-nav a {
    min-height: 32px;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 12px;
  }

  .xt-tos-main {
    padding: 18px 0 96px;
  }

  .xt-tos-section {
    scroll-margin-top: 92px;
    margin-bottom: 14px;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .xt-tos-section-title {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
  }

  .xt-tos-section-title > span {
    width: 38px;
    height: 38px;
  }

  .xt-tos-section h2 {
    font-size: clamp(27px, 8vw, 38px);
  }

  .xt-tos-section p {
    font-size: 14.5px;
    line-height: 1.7;
  }

  .xt-tos-statement {
    padding: 16px;
    border-radius: 14px;
    font-size: 14px;
  }

  .xt-tos-overview,
  .xt-tos-process,
  .xt-tos-link-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .xt-tos-overview article,
  .xt-tos-process div,
  .xt-tos-link-cards a {
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }

  .xt-tos-rule-list div {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 16px;
    border-radius: 14px;
  }

  .xt-tos-rule-list div:hover {
    transform: translateY(-2px);
  }

  .xt-tos-table {
    display: grid;
    gap: 10px;
    border: 0;
    background: transparent;
  }

  .xt-tos-table-row,
  .xt-tos-table-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--tos-line);
    border-radius: 15px;
    background: #fff;
  }

  .xt-tos-table-head {
    display: none;
  }

  .xt-tos-table-row > div {
    padding: 13px 15px;
    border-bottom: 1px solid var(--tos-line);
    font-size: 14px;
  }

  .xt-tos-table-row > div:last-child {
    border-bottom: 0;
  }

  .xt-tos-table-row > div:first-child {
    background: #eee5d8;
  }

  .xt-tos-table-row > div:nth-child(2)::before {
    content: "Responsibility";
    display: block;
    margin-bottom: 6px;
    color: var(--tos-text);
    font-size: 10.5px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .xt-tos-table-row > div:nth-child(3)::before {
    content: "Notes";
    display: block;
    margin-bottom: 6px;
    color: var(--tos-text);
    font-size: 10.5px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .xt-tos-contact-grid div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .xt-tos-final p {
    max-width: 100%;
  }
}

/* =========================
   Small Mobile
========================= */

@media (max-width: 390px) {
  .xt-tos-container {
    width: min(100% - 22px, 100%);
  }

  .xt-tos-hero-shell,
  .xt-tos-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xt-tos-hero h1 {
    font-size: 38px;
  }
}

/* =========================
   Reduced Motion
========================= */

@media (prefers-reduced-motion: reduce) {
  .xt-tos-luxe *,
  .xt-tos-luxe *::before,
  .xt-tos-luxe *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .xt-tos-reveal {
    opacity: 1;
    transform: none;
  }
}