/* ===== JeetCity Casino — E-E-A-T pages stylesheet =====
   Standalone, no Nicepage dependencies. Inherits the main-page palette
   (dark navy background, gold accent, Open Sans body / Roboto headings)
   and provides clean typographic layout for long-form policy/info pages.
   ====================================================================== */

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #0e1419;
  color: #d8dde2;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #d4a942;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 169, 66, 0.3);
  transition: border-color 0.2s, color 0.2s;
}
a:hover {
  color: #f0c060;
  border-bottom-color: rgba(240, 192, 96, 0.7);
}

/* ----- Site header (shared with index.html visual identity) ----- */
.site-header {
  background: #0a0e12;
  border-bottom: 1px solid rgba(212, 169, 66, 0.2);
  padding: 18px 24px;
}
.site-header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.site-header .logo img {
  display: block;
  height: 50px;
  width: auto;
}
.site-header .nav-cta {
  display: flex;
  gap: 10px;
}
.btn-cta {
  display: inline-block;
  padding: 10px 22px;
  background: #d4a942;
  color: #0e1419;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  border-bottom: none;
  transition: background 0.2s;
}
.btn-cta:hover { background: #f0c060; color: #0e1419; border-bottom: none; }
.btn-cta.secondary {
  background: transparent;
  color: #d4a942;
  border: 1px solid #d4a942;
}
.btn-cta.secondary:hover { background: rgba(212, 169, 66, 0.1); }

/* ----- Main content layout ----- */
.page-wrapper {
  max-width: 880px;
  margin: 0 auto;
  padding: 50px 24px 60px;
}

.page-meta {
  font-size: 13px;
  color: #8a9097;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

h1, h2, h3, h4 {
  font-family: Roboto, sans-serif;
  color: #f4f6f8;
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 38px;
  margin: 0 0 18px;
  letter-spacing: -0.3px;
}
h2 {
  font-size: 26px;
  margin: 44px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(212, 169, 66, 0.18);
}
h3 {
  font-size: 19px;
  margin: 30px 0 10px;
  color: #d4a942;
}
h4 {
  font-size: 16px;
  margin: 22px 0 8px;
  color: #e6c878;
}

p {
  margin: 0 0 16px;
}
strong { color: #f4f6f8; }
em { color: #d8dde2; }

ul, ol {
  margin: 0 0 18px;
  padding-left: 22px;
}
li { margin-bottom: 8px; }

blockquote {
  margin: 20px 0;
  padding: 14px 20px;
  border-left: 3px solid #d4a942;
  background: rgba(212, 169, 66, 0.06);
  font-style: italic;
}

/* ----- Tables ----- */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 28px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  border-radius: 4px;
}
thead { background: rgba(212, 169, 66, 0.12); }
th, td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
}
th { color: #d4a942; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.4px; }
tbody tr:last-child td { border-bottom: none; }

/* ----- Author card (Author page) ----- */
.author-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 26px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 169, 66, 0.2);
  border-radius: 6px;
  margin: 24px 0 36px;
  flex-wrap: wrap;
}
.author-card .photo-placeholder {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a3326, #2a5040);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  font-weight: 700;
  color: #d4a942;
  font-family: Roboto, sans-serif;
  border: 2px solid rgba(212, 169, 66, 0.3);
}
.author-card .info { flex: 1; min-width: 240px; }
.author-card .info h3 { margin-top: 0; color: #f4f6f8; font-size: 22px; }
.author-card .info .title { color: #d4a942; font-size: 14px; margin-bottom: 12px; }
.author-card .info .stat-line {
  font-size: 13px;
  color: #a8aeb5;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ----- Highlight callout ----- */
.callout {
  background: rgba(212, 169, 66, 0.08);
  border-left: 4px solid #d4a942;
  padding: 18px 22px;
  margin: 22px 0;
  border-radius: 0 4px 4px 0;
}
.callout.warning {
  background: rgba(220, 80, 80, 0.08);
  border-left-color: #d65555;
}
.callout.warning strong { color: #ff8080; }

/* ----- Self-test (RG page) ----- */
.self-test ol {
  background: rgba(255, 255, 255, 0.025);
  padding: 20px 20px 20px 44px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.self-test li { margin-bottom: 10px; }

/* ----- Footer ----- */
.site-footer {
  background: #07090c;
  border-top: 1px solid rgba(212, 169, 66, 0.2);
  padding: 50px 24px 30px;
  margin-top: 70px;
}
.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 36px;
}
.footer-col h4 {
  color: #d4a942;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 14px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col li { margin-bottom: 8px; }
.footer-col a {
  color: #b8bec5;
  font-size: 14px;
  border-bottom: none;
}
.footer-col a:hover { color: #d4a942; }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 13px;
  color: #7a8089;
  line-height: 1.6;
}
.footer-bottom p { margin: 0 0 6px; }
.footer-logo {
  display: block;
  max-width: 160px;
  margin: 0 auto 16px;
}

/* ----- Responsive ----- */
@media (max-width: 768px) {
  body { font-size: 15px; }
  h1 { font-size: 28px; }
  h2 { font-size: 22px; margin-top: 36px; }
  h3 { font-size: 17px; }
  .page-wrapper { padding: 30px 18px 40px; }
  .site-header .container { justify-content: center; gap: 14px; }
  .site-header .logo img { height: 38px; }
  .btn-cta { padding: 8px 16px; font-size: 13px; }
  .author-card { flex-direction: column; align-items: center; text-align: center; padding: 20px; }
  .author-card .photo-placeholder { width: 120px; height: 120px; font-size: 42px; }
  table { font-size: 13px; display: block; overflow-x: auto; white-space: nowrap; }
  th, td { white-space: normal; }
  .footer-columns { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 480px) {
  .footer-columns { grid-template-columns: 1fr; }
  h1 { font-size: 24px; }
  .self-test ol { padding-left: 36px; }
}
