:root {
  --cqe-black: #030303;
  --cqe-ink: #fbf7ee;
  --cqe-muted: #d8d0c2;
  --cqe-gold: #d6b15f;
  --cqe-gold-2: #f3dc99;
  --cqe-blue: #6ea8cf;
  --cqe-panel: rgba(14, 14, 14, .9);
  --cqe-panel-2: rgba(24, 21, 17, .82);
  --cqe-line: rgba(214, 177, 95, .38);
}

html {
  background: var(--cqe-black) !important;
  color-scheme: dark;
}

body {
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--cqe-ink) !important;
  background:
    radial-gradient(circle at 50% -8%, rgba(214, 177, 95, .14), transparent 34rem),
    linear-gradient(180deg, #050505 0%, #0b0a08 44%, #000000 100%) !important;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
  text-align: center !important;
}

body, table, td, th, p, div, span, font, li, a, h1, h2, h3, h4, h5, h6, input, select, textarea, button {
  box-sizing: border-box;
}

body :where(p, li, td, th, div, span, font) {
  color: var(--cqe-ink) !important;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

a {
  color: var(--cqe-gold-2) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: .22em !important;
}

a:hover, a:focus-visible {
  color: #ffffff !important;
}

img {
  max-width: 100% !important;
  height: auto !important;
  border-color: var(--cqe-line) !important;
}

body > table,
body > center > table,
form > table,
table[width="780"],
table[width="790"],
table[width="800"],
table[width="830"],
table[width="860"],
table[width="890"],
table[width="900"],
table[width="950"],
table[width="990"],
table[width="1000"] {
  width: min(1160px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

table {
  border-collapse: collapse !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: rgba(10, 10, 10, .62) !important;
  border-color: var(--cqe-line) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}

td, th {
  border-color: rgba(214, 177, 95, .28) !important;
  padding: clamp(8px, 1.1vw, 15px) !important;
  vertical-align: middle !important;
  background-color: transparent !important;
}

th,
.dataTable thead th {
  color: #070604 !important;
  background: linear-gradient(180deg, var(--cqe-gold-2), var(--cqe-gold)) !important;
  font-weight: 800 !important;
}

tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, .035) !important;
}

h1, h2, h3 {
  color: #ffffff !important;
  letter-spacing: 0 !important;
}

h1 {
  font-size: clamp(2rem, 4vw, 4.25rem) !important;
  line-height: 1.05 !important;
  margin: .15em auto .35em !important;
  font-family: Georgia, "Times New Roman", serif !important;
  text-align: center !important;
}

h2 {
  font-size: clamp(1.45rem, 2.5vw, 2.35rem) !important;
  margin: 1.4em auto .6em !important;
  color: var(--cqe-gold-2) !important;
  text-align: center !important;
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.55rem) !important;
  color: #ffffff !important;
  text-align: center !important;
}

p {
  margin-left: auto !important;
  margin-right: auto !important;
}

input, select, textarea {
  max-width: 100% !important;
  color: #090805 !important;
  background: #fffaf0 !important;
  border: 1px solid var(--cqe-gold) !important;
  border-radius: 6px !important;
  padding: 10px 12px !important;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  color: #090805 !important;
  background: linear-gradient(180deg, var(--cqe-gold-2), var(--cqe-gold)) !important;
  border: 0 !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  font-weight: 800 !important;
}

.cqe-lux-header {
  position: relative;
  z-index: 5;
  width: 100%;
  color: var(--cqe-ink);
  background: linear-gradient(180deg, rgba(0, 0, 0, .98), rgba(14, 12, 9, .94));
  border-bottom: 1px solid var(--cqe-line);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

.cqe-lux-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 14px clamp(16px, 4vw, 52px);
  background: rgba(0, 0, 0, .9);
  border-bottom: 1px solid rgba(214, 177, 95, .28);
  backdrop-filter: blur(12px);
}

.cqe-lux-brand {
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.08rem, 2.1vw, 1.7rem);
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.cqe-lux-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.cqe-lux-nav a,
.cqe-lux-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  color: #ffffff !important;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(214, 177, 95, .45);
  border-radius: 6px;
  font-size: .95rem;
  font-weight: 750;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.cqe-lux-nav a:hover,
.cqe-lux-button:hover,
.cqe-lux-nav a:focus-visible,
.cqe-lux-button:focus-visible {
  transform: translateY(-1px);
  background: rgba(214, 177, 95, .16);
  border-color: var(--cqe-gold-2);
}

.cqe-lux-button-primary {
  color: #080705 !important;
  background: linear-gradient(180deg, var(--cqe-gold-2), var(--cqe-gold)) !important;
  border-color: transparent !important;
  box-shadow: 0 14px 34px rgba(214, 177, 95, .22);
}

.cqe-lux-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: clamp(22px, 4vw, 42px);
  width: min(1240px, calc(100vw - 32px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 76px) 0;
  text-align: center;
}

.cqe-lux-hero-copy {
  max-width: 880px;
  text-align: center;
}

.cqe-lux-kicker {
  margin: 0 0 12px !important;
  color: var(--cqe-gold-2) !important;
  font-size: .84rem !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.cqe-lux-hero-copy p {
  max-width: 72ch;
  color: var(--cqe-muted) !important;
  font-size: clamp(1rem, 1.65vw, 1.2rem) !important;
  text-align: center !important;
}

.cqe-lux-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}

.cqe-lux-ship {
  width: min(980px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--cqe-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .58);
}

.cqe-lux-ship img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.cqe-lux-inquiry,
.cqe-lux-ai-summary,
.cqe-lux-footer {
  width: min(1160px, calc(100vw - 32px));
  margin: 38px auto 0;
  padding: clamp(24px, 4vw, 44px);
  text-align: center;
  background: linear-gradient(180deg, rgba(27, 23, 16, .94), rgba(8, 8, 8, .96));
  border: 1px solid var(--cqe-line);
  border-radius: 8px;
}

.cqe-lux-inquiry h2,
.cqe-lux-ai-summary h2 {
  margin-top: 0 !important;
}

.cqe-lux-inquiry p,
.cqe-lux-ai-summary p {
  max-width: 76ch;
  margin: 0 auto !important;
  color: var(--cqe-muted) !important;
  text-align: center !important;
}

.cqe-lux-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.cqe-lux-faq-grid article {
  padding: 18px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(214, 177, 95, .25);
  border-radius: 8px;
}

.cqe-lux-footer {
  margin-bottom: 28px;
  padding: 26px;
  background: rgba(0, 0, 0, .86);
}

.cqe-lux-footer p {
  margin: 6px 0 !important;
  text-align: center !important;
}

@media (max-width: 820px) {
  body {
    font-size: 16px !important;
  }

  .cqe-lux-topbar {
    position: static;
    align-items: center;
    flex-direction: column;
  }

  .cqe-lux-brand {
    white-space: normal;
    text-align: center;
  }

  .cqe-lux-nav {
    justify-content: center;
    width: 100%;
  }

  .cqe-lux-hero {
    padding-top: 28px;
  }

  table,
  tbody,
  tr,
  td,
  th {
    max-width: 100% !important;
  }

  td, th {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .cqe-lux-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body > table,
  body > center > table,
  form > table {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }

  .cqe-lux-button,
  .cqe-lux-nav a {
    width: 100%;
    white-space: normal;
  }

  .cqe-lux-nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cqe-lux-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
}