/* =========================================   STAY TEXOMA — PRIVACY POLICY (ISOLATED)   ========================================= */

/* Page-only typography + background */

.stx-privacy {
  font-family: "Albert Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f5f5f7;
  min-height: 100vh;
}

/* Page-only headings */

.stx-privacy h1, .stx-privacy h2 {
  font-family: "Bona Nova SC", "Times New Roman", serif;
}

/* Layout container */

.stx-privacy .policy-wrapper {
  max-width: 1300px;
}

/* Cards */

.stx-privacy .card-policy, .stx-privacy .card-toc {
  border-radius: 0.75rem;
}

/* Meta + divider */

.stx-privacy .policy-meta {
  font-size: 0.9rem;
  color: #6b7280;
}

.stx-privacy .divider {
  border-top: 1px solid #e5e7eb;
  margin: 1.75rem 0;
}

/* Sticky left card */

.stx-privacy .sticky-card {
  position: sticky;
  top: 150px;
}

/* Ensure section anchors don't hide behind navbar */

.stx-privacy section[id] {
  scroll-margin-top: 160px;
}

/* TOC list styling */

.stx-privacy .toc-title {
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
}

.stx-privacy .toc-list {
  font-size: 0.95rem;
}

.stx-privacy .toc-list li {
  margin-bottom: 0.25rem;
}

.stx-privacy .toc-list a {
  text-decoration: none;
  color: #111827;
  display: inline-flex;
  align-items: flex-start;
}

.stx-privacy .toc-bullet {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background-color: #9ca3af;
  margin-top: 0.4rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.stx-privacy .toc-list a:hover {
  color: #2563eb;
}

/* Responsive */

@media (max-width:767.98px) {
  .stx-privacy .page-hero {
    padding-top: 2.25rem;
  }
}

@media (max-width:767.98px) {
  .stx-privacy .sticky-card {
    position: static;
    top: auto;
    margin-bottom: 1.5rem;
  }
}

div {
}

