/* ============================================================
   missourisocialcasino.com — Casino Click Missouri Review
   Design: Dark Navy + Burnt Orange — CC Brand Palette
   Fonts: PT Serif (headings) + Rubik (UI/body)
   Rating: 4.5 / 5
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --navy:         #0b1524;
  --navy-deep:    #070d18;
  --navy-mid:     #0f1e34;
  --navy-card:    #142540;
  --orange:       #e8862a;
  --orange-hover: #d07020;
  --orange-light: #f59c3e;
  --offwhite:     #f5f4f1;
  --offwhite-dk:  #e8e6e0;
  --ink:          #1a1410;
  --ink-mid:      #3a3028;
  --ink-light:    #7a6e62;
  --border:       #cdc8be;
  --shadow:       0 2px 14px rgba(7,13,24,0.13);
  --shadow-lg:    0 6px 30px rgba(7,13,24,0.22);
  --radius:       8px;
  --radius-lg:    14px;
  --ff-head:      'PT Serif', Georgia, serif;
  --ff-body:      'Rubik', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--ff-body); background: var(--offwhite); color: var(--ink); line-height: 1.76; }
img { max-width: 100%; height: auto; display: block; border-radius: var(--radius); }
a { color: var(--orange); text-decoration: none; }
a:hover { color: var(--orange-hover); }
.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

.site-header { background: var(--navy-deep); border-bottom: 3px solid var(--orange); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; max-width: 1080px; margin: 0 auto; gap: 16px; }
.site-logo img { height: 42px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.site-nav a { color: rgba(255,255,255,0.80); font-family: var(--ff-body); font-size: 0.84rem; font-weight: 500; padding: 6px 11px; border-radius: 5px; transition: background 0.2s, color 0.2s; }
.site-nav a:hover, .site-nav a.active { background: rgba(232,134,42,0.16); color: var(--orange-light); }
.btn-cta-nav { background: var(--orange) !important; color: var(--navy-deep) !important; font-weight: 700 !important; padding: 8px 18px !important; border-radius: 6px !important; white-space: nowrap; }
.btn-cta-nav:hover { background: var(--orange-light) !important; }

.offer-banner-strip { background: var(--navy-deep); padding: 14px 20px; text-align: center; border-bottom: 2px solid var(--orange); }
.offer-banner-strip a { display: inline-block; max-width: 340px; width: 100%; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.55); transition: transform 0.2s; }
.offer-banner-strip a:hover { transform: translateY(-2px); }
.offer-banner-strip img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); }

.page-hero { background: linear-gradient(140deg, var(--navy-deep) 0%, var(--navy-mid) 60%, #1a2e50 100%); padding: 52px 20px 44px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(232,134,42,0.09) 0%, transparent 62%); pointer-events: none; }
.page-hero h1 { font-family: var(--ff-head); font-size: clamp(1.65rem, 3.4vw, 2.5rem); font-weight: 700; color: #fff; line-height: 1.18; margin-bottom: 14px; position: relative; }
.page-hero h1 span { color: var(--orange-light); }
.page-hero .subtitle { color: rgba(255,255,255,0.70); font-size: 1rem; max-width: 580px; margin: 0 auto 22px; font-style: italic; font-family: var(--ff-head); }
.rating-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.07); border: 1px solid rgba(232,134,42,0.4); border-radius: 50px; padding: 8px 20px; color: var(--orange-light); font-size: 0.9rem; font-weight: 500; }
.stars { color: #f5c518; letter-spacing: 2px; font-size: 1.1rem; }

.breadcrumb { background: var(--offwhite-dk); padding: 10px 0; font-size: 0.8rem; color: var(--ink-light); border-bottom: 1px solid var(--border); }
.breadcrumb a { color: var(--orange); }
.breadcrumb span { margin: 0 6px; }

.page-layout { display: grid; grid-template-columns: 1fr 296px; gap: 36px; padding: 40px 20px; max-width: 1080px; margin: 0 auto; align-items: start; }
.page-content { min-width: 0; }
.sidebar { position: sticky; top: 76px; display: flex; flex-direction: column; gap: 22px; }

.page-content h2 { font-family: var(--ff-head); font-size: 1.38rem; font-weight: 700; color: var(--navy); margin: 40px 0 14px; padding-bottom: 10px; border-bottom: 2px solid var(--orange); line-height: 1.28; }
.page-content h2:first-child { margin-top: 0; }
.page-content h3 { font-family: var(--ff-head); font-size: 1.07rem; font-weight: 700; color: var(--navy-mid); margin: 26px 0 10px; line-height: 1.32; }
.page-content p { margin-bottom: 16px; color: var(--ink-mid); font-size: 0.96rem; }
.page-content ul, .page-content ol { margin: 0 0 16px 22px; color: var(--ink-mid); font-size: 0.96rem; }
.page-content li { margin-bottom: 7px; }
.page-content strong { color: var(--ink); }

.verdict-box { background: #fff; border: 2px solid var(--orange); border-radius: var(--radius-lg); padding: 26px; margin-bottom: 30px; box-shadow: var(--shadow); }
.verdict-title { font-family: var(--ff-head); font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.verdict-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-bottom: 18px; }
.verdict-item .label { color: var(--ink-light); font-size: 0.73rem; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 3px; font-family: var(--ff-body); }
.verdict-item .value { color: var(--ink); font-weight: 600; font-size: 0.9rem; }
.verdict-rating { display: flex; align-items: center; gap: 14px; padding-top: 14px; border-top: 1px solid var(--border); }
.rating-number { font-family: var(--ff-head); font-size: 2.4rem; font-weight: 700; color: var(--navy); line-height: 1; }
.rating-stars-lg { font-size: 1.4rem; color: #f5c518; }
.rating-label { font-size: 0.79rem; color: var(--ink-light); }

.offer-cards { display: flex; flex-direction: column; gap: 14px; margin: 22px 0; }
.offer-card { background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--border); padding: 20px 22px; box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; transition: box-shadow 0.2s; position: relative; }
.offer-card:hover { box-shadow: var(--shadow-lg); }
.offer-card.featured { border-color: var(--orange); border-width: 2px; }
.offer-badge { position: absolute; top: -11px; left: 18px; background: var(--orange); color: var(--navy-deep); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 3px 12px; border-radius: 50px; }
.offer-card-label { font-size: 0.73rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-light); margin-bottom: 4px; font-weight: 600; }
.offer-amount { font-family: var(--ff-head); font-size: 1.1rem; font-weight: 700; color: var(--navy); line-height: 1.25; margin-bottom: 5px; }
.offer-note { font-size: 0.8rem; color: var(--ink-light); font-style: italic; }

.btn { display: inline-block; padding: 11px 24px; border-radius: 6px; font-weight: 600; font-family: var(--ff-body); font-size: 0.88rem; text-align: center; white-space: nowrap; cursor: pointer; transition: all 0.2s; }
.btn-primary { background: var(--orange); color: var(--navy-deep); border: 2px solid var(--orange); }
.btn-primary:hover { background: var(--orange-light); border-color: var(--orange-light); color: var(--navy-deep); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(232,134,42,0.40); }
.btn-secondary { background: transparent; color: var(--navy); border: 2px solid var(--navy-mid); }
.btn-secondary:hover { background: var(--navy); color: #fff; }
.btn-full { width: 100%; display: block; text-align: center; }
.btn-group { display: flex; gap: 12px; flex-wrap: wrap; margin: 20px 0; }

.info-box { background: #fff; border-left: 4px solid var(--orange); border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 20px; margin: 22px 0; box-shadow: var(--shadow); }
.info-box-title { font-family: var(--ff-head); font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 7px; }

.click-club-box { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); border-radius: var(--radius-lg); padding: 28px; margin: 28px 0; color: #fff; }
.click-club-box h3 { font-family: var(--ff-head); font-size: 1.2rem; color: var(--orange-light); margin-bottom: 14px; }
.click-club-steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin: 18px 0; }
.click-step { text-align: center; }
.click-step-icon { font-size: 2rem; margin-bottom: 8px; }
.click-step-title { font-weight: 600; font-size: 0.9rem; color: var(--orange-light); margin-bottom: 5px; }
.click-step-desc { font-size: 0.8rem; color: rgba(255,255,255,0.68); line-height: 1.5; }

.coins-table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 0.89rem; background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.coins-table th { background: var(--navy); color: #fff; padding: 13px 16px; text-align: left; font-weight: 600; font-size: 0.88rem; }
.coins-table td { padding: 11px 16px; border-bottom: 1px solid var(--offwhite-dk); color: var(--ink-mid); vertical-align: top; }
.coins-table tr:last-child td { border-bottom: none; }
.coins-table tr:nth-child(even) td { background: var(--offwhite); }

.games-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 22px 0; }
.game-cat { background: #fff; border-radius: var(--radius-lg); padding: 18px; border: 1px solid var(--border); box-shadow: var(--shadow); border-top: 3px solid var(--orange); }
.game-cat h4 { font-family: var(--ff-head); font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.game-cat p { font-size: 0.83rem; color: var(--ink-light); margin: 0; }
.game-cat .game-examples { font-size: 0.8rem; color: var(--ink-mid); font-style: italic; margin-top: 6px; }

.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 22px 0; }
.pros-box, .cons-box { background: #fff; border-radius: var(--radius-lg); padding: 18px; box-shadow: var(--shadow); }
.pros-box { border-top: 3px solid #2a7a44; }
.cons-box { border-top: 3px solid #9a2e2e; }
.pros-box h3, .cons-box h3 { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 12px; font-weight: 700; }
.pros-box h3 { color: #2a7a44; }
.cons-box h3 { color: #9a2e2e; }
.pros-box ul, .cons-box ul { list-style: none; margin: 0; padding: 0; }
.pros-box li::before { content: '✓  '; color: #2a7a44; font-weight: 700; }
.cons-box li::before { content: '✗  '; color: #9a2e2e; font-weight: 700; }
.pros-box li, .cons-box li { font-size: 0.865rem; color: var(--ink-mid); margin-bottom: 8px; padding-left: 4px; }

.steps { margin: 22px 0; }
.step { display: flex; gap: 18px; margin-bottom: 22px; align-items: flex-start; }
.step-num { min-width: 40px; height: 40px; background: var(--orange); color: var(--navy-deep); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--ff-head); font-size: 1.05rem; font-weight: 700; flex-shrink: 0; }
.step-body h3 { margin-top: 0; font-size: 1rem; color: var(--navy); font-family: var(--ff-head); }

.faq-section { background: #fff; border-radius: var(--radius-lg); padding: 28px; margin: 38px 0; box-shadow: var(--shadow); }
.faq-section h2 { border-bottom: none; margin-top: 0; margin-bottom: 20px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 14px 0; }
.faq-item:last-child { border-bottom: none; padding-bottom: 0; }
.faq-q { font-family: var(--ff-head); font-size: 0.97rem; font-weight: 700; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.faq-q::after { content: '+'; font-size: 1.3rem; color: var(--orange); flex-shrink: 0; font-weight: 300; font-family: sans-serif; }
.faq-a { font-size: 0.88rem; color: var(--ink-mid); margin-top: 9px; line-height: 1.72; display: none; }

.related-pages { background: var(--navy); border-radius: var(--radius-lg); padding: 26px; margin: 38px 0; }
.related-pages h3 { color: var(--orange-light); font-family: var(--ff-head); font-size: 0.95rem; margin: 0 0 14px; font-weight: 700; }
.related-pages a { display: block; color: rgba(255,255,255,0.75); font-size: 0.86rem; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.08); transition: color 0.2s; }
.related-pages a:hover { color: var(--orange-light); }
.related-pages a:last-child { border-bottom: none; }
.related-pages a::before { content: '→  '; color: var(--orange); }

.content-img { margin: 26px 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--border); }
.content-img img { border-radius: 0; width: 100%; }
.content-img figcaption { background: var(--offwhite-dk); padding: 8px 15px; font-size: 0.77rem; color: var(--ink-light); font-style: italic; text-align: center; }

.cta-strip { background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid)); color: #fff; padding: 30px 26px; border-radius: var(--radius-lg); margin: 30px 0; text-align: center; }
.cta-strip h3 { font-family: var(--ff-head); font-size: 1.25rem; color: var(--orange-light); margin: 0 0 8px; }
.cta-strip p { color: rgba(255,255,255,0.76); font-size: 0.88rem; margin-bottom: 18px; }

.sidebar-widget { background: #fff; border-radius: var(--radius-lg); padding: 20px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.sidebar-widget h3 { font-family: var(--ff-head); font-size: 0.93rem; font-weight: 700; color: var(--navy); margin: 0 0 14px; padding-bottom: 9px; border-bottom: 2px solid var(--orange); }
.sidebar-widget p { font-size: 0.855rem; margin-bottom: 12px; }
.sidebar-widget .mini-offer { background: var(--offwhite); border-radius: var(--radius); padding: 11px 13px; margin-bottom: 9px; font-size: 0.83rem; }
.sidebar-widget .mini-offer strong { display: block; color: var(--navy); font-size: 0.88rem; margin-bottom: 2px; }
.quick-facts { list-style: none; padding: 0; margin: 0; }
.quick-facts li { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-bottom: 1px solid var(--offwhite-dk); font-size: 0.82rem; }
.quick-facts li:last-child { border-bottom: none; }
.quick-facts .fact-label { color: var(--ink-light); }
.quick-facts .fact-val { color: var(--ink); font-weight: 600; }
.quick-facts a { font-size: 0.83rem; color: var(--orange); }

.disclaimer-banner { background: #fef3e6; border: 1px solid #e0b878; border-radius: var(--radius); padding: 13px 17px; font-size: 0.79rem; color: var(--ink); margin: 22px 0; line-height: 1.65; }

.site-footer { background: var(--navy-deep); color: rgba(255,255,255,0.70); padding: 46px 20px 26px; margin-top: 58px; }
.footer-inner { max-width: 1080px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 34px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,0.10); margin-bottom: 26px; }
.footer-col h4 { color: var(--orange-light); font-family: var(--ff-head); font-size: 0.88rem; margin-bottom: 13px; font-weight: 700; }
.footer-col a { display: block; color: rgba(255,255,255,0.60); font-size: 0.82rem; margin-bottom: 7px; transition: color 0.2s; }
.footer-col a:hover { color: var(--orange-light); }
.footer-disclaimer { font-size: 0.74rem; color: rgba(255,255,255,0.46); line-height: 1.72; margin-bottom: 16px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.10); }
.footer-bottom .copyright { font-size: 0.76rem; color: rgba(255,255,255,0.40); }
.age-badge { background: rgba(232,134,42,0.18); border: 1px solid var(--orange); border-radius: 50%; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; font-size: 0.74rem; font-weight: 700; color: var(--orange-light); flex-shrink: 0; }

@media (max-width: 860px) {
  .page-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .verdict-grid { grid-template-columns: 1fr; gap: 10px; }
  .pros-cons { grid-template-columns: 1fr; }
  .games-categories { grid-template-columns: 1fr; }
  .click-club-steps { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .header-inner { flex-wrap: wrap; }
  .site-nav a { font-size: 0.74rem; padding: 5px 7px; }
  .footer-top { grid-template-columns: 1fr; gap: 22px; }
  .offer-card { grid-template-columns: 1fr; }
  .btn-group { flex-direction: column; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .page-hero { padding: 34px 20px 28px; }
}
