/* cookie-policy.css — extracted from cookie-policy.html */
/* ===== BOF PRIME // Legal pages (matches main site tokens) ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  background: #210101;
  color: #fff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

/* TOP BAR */
.top-bar {
  background: #2e0505;
  border-bottom: 1px solid #3a0a0a;
  padding: 0 48px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.top-bar .tb-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-bar .tb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFC633;
  flex: none;
}

.top-bar span,
.top-bar a {
  color: #9a8a8a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.top-bar a {
  transition: color .2s;
}

.top-bar a:hover {
  color: #fff;
}

/* HEADER */
header {
  background: #210101;
  padding: 0 48px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #2e0606;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  height: 40px;
  width: auto;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav a {
  color: #b8a9a9;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color .2s;
}

.main-nav a:hover {
  color: #fff;
}

.nav-cta {
  border: 2px solid #fff;
  color: #fff;
  padding: 11px 26px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
}

.nav-cta:hover {
  background: #fff;
  color: #000;
}

/* PAGE BANNER */
.page-banner {
  position: relative;
  overflow: hidden;
  background: #1a0303;
  border-bottom: 1px solid #2e0606;
  padding: 94px 48px 86px;
}

.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(../images/inner-header.jpg);
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(0deg, #210101 0%, rgba(33, 1, 1, 0) 42%),
    linear-gradient(90deg, #210101 0%, rgba(33, 1, 1, 0.82) 20%, rgba(33, 1, 1, 0.34) 50%, rgba(33, 1, 1, 0.05) 100%);
}

.banner-inner {
  max-width: 1304px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.crumbs {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #6f5d5d;
  margin-bottom: 22px;
}

.crumbs a {
  color: #6f5d5d;
  text-decoration: none;
  transition: color .2s;
}

.crumbs a:hover {
  color: #FFC633;
}

.crumbs .sep {
  margin: 0 9px;
  opacity: 0.6;
}

.crumbs .here {
  color: #b8a9a9;
}

.banner-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #FFC633;
  margin-bottom: 16px;
}

.page-banner h1 {
  font-size: clamp(48px, 6.4vw, 92px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.04;
  max-width: 880px;
  background: linear-gradient(100deg, #ffffff 0%, #ffffff 38%, #FFC633 62%, #b8860b 82%, #8a6608 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.page-banner h1 .accent {
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.banner-meta {
  margin-top: 20px;
  font-size: 13px;
  color: #8a7878;
}

/* LAYOUT */
.legal-wrap {
  max-width: 1304px;
  margin: 0 auto;
  padding: 64px 48px 40px;
  display: grid;
  grid-template-columns: 268px 1fr;
  gap: 64px;
  align-items: start;
}

/* SIDE INDEX */
.side-index {
  position: sticky;
  top: 118px;
}

.side-index h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #401010;
}

.side-index ul {
  list-style: none;
}

.side-index li {
  margin-bottom: 4px;
}

.side-index a {
  display: block;
  font-size: 14px;
  color: #8a7878;
  text-decoration: none;
  padding: 9px 14px;
  border-left: 2px solid transparent;
  transition: all .2s;
}

.side-index a:hover {
  color: #fff;
  background: rgba(255, 198, 51, 0.04);
}

.side-index a.active {
  color: #FFC633;
  border-left-color: #FFC633;
  background: rgba(255, 198, 51, 0.06);
  font-weight: 600;
}

.side-help {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid #2e0606;
  background: #190000;
  border-radius: 6px;
}

.side-help h5 {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 9px;
}

.side-help p {
  font-size: 12px;
  line-height: 1.7;
  color: #8a7878;
  margin-bottom: 12px;
}

.side-help a {
  font-size: 12px;
  color: #FFC633;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.side-help a:hover {
  text-decoration: underline;
}

/* CONTENT */
.legal-content {
  max-width: 780px;
}

.legal-intro {
  font-size: 18px;
  line-height: 1.85;
  color: #ffffff;
  padding-bottom: 30px;
  margin-bottom: 8px;
  border-bottom: 1px solid #2e0606;
}

.legal-content section {
  padding-top: 38px;
}

.legal-content h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFC633;
  margin-bottom: 24px;
  text-align: center;
}

.legal-content h2 .num {
  font-size: 12px;
  font-weight: 700;
  color: #5f4d4d;
  font-variant-numeric: tabular-nums;
}

.legal-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 26px 0 12px;
  letter-spacing: 0.01em;
}

.legal-content p {
  font-size: 16.5px;
  line-height: 1.85;
  color: #f2ebeb;
  margin-bottom: 16px;
}

.legal-content p strong {
  color: #ffffff;
  font-weight: 600;
}

.legal-content a.inline {
  color: #FFC633;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 198, 51, 0.35);
}

.legal-content a.inline:hover {
  border-bottom-color: #FFC633;
}

.legal-content ul {
  list-style: none;
  margin: 4px 0 20px;
}

.legal-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 16.5px;
  line-height: 1.8;
  color: #f2ebeb;
}

.legal-content ul li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #FFC633;
  transform: rotate(45deg);
  opacity: 0.8;
}

.legal-content ul li strong {
  color: #ffffff;
  font-weight: 600;
}

/* Document cards (hub page) */
.doc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 8px 0 4px;
}

.doc-card {
  display: block;
  text-decoration: none;
  padding: 26px 26px 24px;
  background: #190000;
  border: 1px solid #2e0606;
  border-radius: 8px;
  transition: all .25s;
}

.doc-card:hover {
  border-color: rgba(255, 198, 51, 0.5);
  transform: translateY(-3px);
  background: #1d0202;
}

.doc-card .dc-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5f4d4d;
  margin-bottom: 12px;
}

.doc-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 9px;
}

.doc-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #8a7878;
  margin: 0 0 16px;
}

.doc-card .dc-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFC633;
}

.doc-card .dc-link::after {
  content: ' \2192';
}

/* Callout / risk warning */
.callout {
  margin: 8px 0 4px;
  padding: 22px 24px;
  border-radius: 8px;
  background: rgba(255, 198, 51, 0.05);
  border: 1px solid rgba(255, 198, 51, 0.22);
  border-left: 3px solid #FFC633;
}

.callout h3 {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFC633;
  margin: 0 0 10px;
}

.callout p {
  font-size: 14.5px;
  line-height: 1.75;
  color: #f0e4e4;
  margin: 0;
}

/* Definitions / data table */
.def-table {
  width: 100%;
  border-collapse: collapse;
  margin: 6px 0 18px;
}

.def-table th,
.def-table td {
  text-align: left;
  padding: 14px 16px;
  font-size: 13.5px;
  line-height: 1.6;
  border-bottom: 1px solid #2e0606;
  vertical-align: top;
}

.def-table th {
  color: #fff;
  font-weight: 600;
  width: 34%;
  letter-spacing: 0.02em;
}

.def-table td {
  color: #ddcccc;
}

.def-table tr:first-child th,
.def-table tr:first-child td {
  border-top: 1px solid #2e0606;
}

.back-top {
  display: inline-block;
  margin-top: 40px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6f5d5d;
  text-decoration: none;
  transition: color .2s;
}

.back-top:hover {
  color: #FFC633;
}

/* FOOTER */
footer {
  background: #150000;
  border-top: 1px solid #240303;
  padding: 60px 48px 32px;
  margin-top: 40px;
}

.footer-top {
  max-width: 1304px;
  margin: 0 auto 44px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
}

.footer-brand img {
  height: 42px;
  width: auto;
  display: block;
}

.footer-brand p {
  font-size: 13px;
  color: #9a8888;
  line-height: 1.7;
  max-width: 290px;
  margin-top: 16px;
}

.fcol h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}

.fcol ul {
  list-style: none;
}

.fcol li {
  margin-bottom: 11px;
}

.fcol a {
  font-size: 14px;
  color: #6f5757;
  text-decoration: none;
  transition: color .2s;
}

.fcol a:hover {
  color: #FFC633;
}

.fcol a.cur {
  color: #FFC633;
}

.footer-bottom {
  max-width: 1304px;
  margin: 0 auto;
  padding-top: 26px;
  border-top: 1px solid #240303;
}

.disclaimer {
  font-size: 11px;
  color: #2e2e2e;
  line-height: 1.8;
  margin-bottom: 18px;
}

.footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-legal p {
  font-size: 12px;
  color: #2e2e2e;
}

.flegal-links {
  display: flex;
  gap: 22px;
}

.flegal-links a {
  font-size: 12px;
  color: #2e2e2e;
  text-decoration: none;
  transition: color .2s;
}

.flegal-links a:hover {
  color: #666;
}

.flegal-links a.cur {
  color: #6f5757;
}

/* COOKIE */
.cookie {
  position: fixed;
  bottom: 22px;
  left: 22px;
  right: 22px;
  max-width: 460px;
  background: #2e0505;
  border: 1px solid #401010;
  border-radius: 8px;
  padding: 20px 22px;
  z-index: 200;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
  display: block;
}

.cookie-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.cookie p {
  font-size: 13px;
  line-height: 1.6;
  color: #b8a9a9;
  margin-bottom: 16px;
}

.cookie a {
  color: #FFC633;
  text-decoration: underline;
}

.cookie-btns {
  display: flex;
  gap: 10px;
}

.cookie-btns button {
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: all .2s;
}

.ck-accept {
  background: #FFC633;
  color: #1a0000;
}

.ck-accept:hover {
  background: #ffd35f;
}

.ck-deny {
  background: transparent;
  color: #b8a9a9;
  border: 1px solid #5a2a2a;
}

.ck-deny:hover {
  color: #fff;
  border-color: #8a4a4a;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .legal-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 28px 30px;
  }

  .side-index {
    position: static;
  }

  .side-index ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .side-index li {
    margin: 0;
  }

  .side-index a {
    border-left: none;
    border: 1px solid #2e0606;
    border-radius: 999px;
    padding: 8px 16px;
  }

  .side-index a.active {
    border-color: #FFC633;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 760px) {

  .top-bar,
  header,
  .page-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar .tb-right {
    display: none;
  }

  .main-nav {
    gap: 16px;
  }

  .main-nav a:not(.nav-cta) {
    display: none;
  }

  .page-banner h1 {
    font-size: 40px;
  }

  .doc-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .def-table th {
    width: 42%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}