/* ============================================================
   wisconsinsocialcasino.com — Casino Click Wisconsin Review
   Design: Deep Crimson + Golden Yellow — Forward State
   Fonts: Arvo (headings) + Mulish (UI/body)
   Rating: 4.3 / 5
   ============================================================ */

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

:root {
  --red:          #5c1a1a;
  --red-deep:     #3a0e0e;
  --red-mid:      #7a2424;
  --red-card:     #8e2e2e;
  --gold:         #f0d020;
  --gold-hover:   #d4b80e;
  --gold-light:   #f5dc50;
  --gold-pale:    #fdfae8;
  --cream:        #faf6f0;
  --cream-dk:     #f0e8dc;
  --ink:          #1a0e0e;
  --ink-mid:      #3a2222;
  --ink-light:    #8a6a6a;
  --border:       #ddd0c4;
  --shadow:       0 2px 14px rgba(40,10,10,0.12);
  --shadow-lg:    0 6px 30px rgba(40,10,10,0.20);
  --radius:       8px;
  --radius-lg:    14px;
  --ff-head:      'Arvo', Georgia, serif;
  --ff-body:      'Mulish', 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(--cream); color: var(--ink); line-height: 1.78; }
img { max-width: 100%; height: auto; display: block; border-radius: var(--radius); }
a { color: var(--red-mid); text-decoration: none; }
a:hover { color: var(--red); }
.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* --- Header --- */
.site-header { background: var(--red-deep); border-bottom: 3px solid var(--gold); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; max-width: 1080px; margin: 0 auto; gap: 16px; }
.site-logo img { height: 70px; 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: 600; padding: 6px 11px; border-radius: 5px; transition: background 0.2s, color 0.2s; letter-spacing: 0.01em; }
.site-nav a:hover, .site-nav a.active { background: rgba(240,208,32,0.16); color: var(--gold-light); }
.btn-cta-nav { background: var(--gold) !important; color: var(--red-deep) !important; font-weight: 800 !important; padding: 8px 18px !important; border-radius: 6px !important; white-space: nowrap; }
.btn-cta-nav:hover { background: var(--gold-light) !important; color: var(--red-deep) !important; }

/* --- Hero --- */
.page-hero { background: linear-gradient(140deg, var(--red-deep) 0%, var(--red) 55%, var(--red-mid) 100%); padding: 54px 20px 46px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 65% 50%, rgba(240,208,32,0.10) 0%, transparent 65%); pointer-events: none; }
.page-hero h1 { font-family: var(--ff-head); font-size: clamp(1.7rem, 3.4vw, 2.55rem); font-weight: 700; color: #fff; line-height: 1.16; margin-bottom: 14px; position: relative; }
.page-hero h1 span { color: var(--gold-light); }
.page-hero .subtitle { color: rgba(255,255,255,0.72); font-size: 1rem; max-width: 580px; margin: 0 auto 22px; font-family: var(--ff-body); font-weight: 400; }
.rating-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(240,208,32,0.40); border-radius: 50px; padding: 8px 20px; color: var(--gold-light); font-size: 0.9rem; font-weight: 600; }
.stars { color: #f5c518; letter-spacing: 2px; font-size: 1.1rem; }

/* --- Breadcrumb --- */
.breadcrumb { background: var(--cream-dk); padding: 10px 0; font-size: 0.8rem; color: var(--ink-light); border-bottom: 1px solid var(--border); }
.breadcrumb a { color: var(--red-mid); }
.breadcrumb span { margin: 0 6px; }

/* --- Layout --- */
.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: 92px; display: flex; flex-direction: column; gap: 22px; }

/* --- Typography --- */
.page-content h2 { font-family: var(--ff-head); font-size: 1.38rem; font-weight: 700; color: var(--red); margin: 40px 0 14px; padding-bottom: 10px; border-bottom: 2px solid var(--gold); 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(--red-mid); margin: 26px 0 10px; line-height: 1.32; }
.page-content p { margin-bottom: 16px; color: var(--ink-mid); font-size: 0.96rem; line-height: 1.78; }
.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 --- */
.verdict-box { background: #fff; border: 2px solid var(--gold); 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(--red); 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: 700; 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(--red); line-height: 1; }
.rating-stars-lg { font-size: 1.4rem; color: #f5c518; }
.rating-label { font-size: 0.79rem; color: var(--ink-light); font-family: var(--ff-body); }

/* --- Offer Cards --- */
.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(--gold); border-width: 2px; }
.offer-badge { position: absolute; top: -11px; left: 18px; background: var(--gold); color: var(--red-deep); font-size: 0.7rem; font-weight: 800; 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: 700; }
.offer-amount { font-family: var(--ff-head); font-size: 1.1rem; font-weight: 700; color: var(--red); line-height: 1.25; margin-bottom: 5px; }
.offer-note { font-size: 0.8rem; color: var(--ink-light); }

/* --- Buttons --- */
.btn { display: inline-block; padding: 11px 24px; border-radius: 6px; font-weight: 700; 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(--gold); color: var(--red-deep); border: 2px solid var(--gold); }
.btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--red-deep); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(240,208,32,0.45); }
.btn-secondary { background: transparent; color: var(--red); border: 2px solid var(--red); }
.btn-secondary:hover { background: var(--red); 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 --- */
.info-box { background: #fff; border-left: 4px solid var(--gold); 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(--red); margin-bottom: 7px; }

/* --- Click Club Box --- */
.click-club-box { background: linear-gradient(135deg, var(--red-deep) 0%, var(--red) 100%); border-radius: var(--radius-lg); padding: 28px; margin: 28px 0; color: #fff; border: 2px solid rgba(240,208,32,0.30); }
.click-club-box h3 { font-family: var(--ff-head); font-size: 1.2rem; color: var(--gold-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: 700; font-size: 0.9rem; color: var(--gold-light); margin-bottom: 5px; font-family: var(--ff-body); }
.click-step-desc { font-size: 0.8rem; color: rgba(255,255,255,0.68); line-height: 1.5; }

/* --- Coins Table --- */
.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(--red); color: #fff; padding: 13px 16px; text-align: left; font-weight: 700; font-size: 0.88rem; font-family: var(--ff-body); }
.coins-table td { padding: 11px 16px; border-bottom: 1px solid var(--cream-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(--cream); }

/* --- Games Grid --- */
.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(--gold); }
.game-cat h4 { font-family: var(--ff-head); font-size: 0.95rem; font-weight: 700; color: var(--red); 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); margin-top: 6px; }

/* --- Pros Cons --- */
.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 #2a6e44; }
.cons-box { border-top: 3px solid #8a2e2e; }
.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: #2a6e44; }
.cons-box h3 { color: #8a2e2e; }
.pros-box ul, .cons-box ul { list-style: none; margin: 0; padding: 0; }
.pros-box li::before { content: '✓  '; color: #2a6e44; font-weight: 700; }
.cons-box li::before { content: '✗  '; color: #8a2e2e; font-weight: 700; }
.pros-box li, .cons-box li { font-size: 0.865rem; color: var(--ink-mid); margin-bottom: 8px; padding-left: 4px; }

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

/* --- FAQ --- */
.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(--red); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.faq-q::after { content: '+'; font-size: 1.3rem; color: var(--gold-hover); flex-shrink: 0; font-weight: 400; 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 --- */
.related-pages { background: var(--red); border-radius: var(--radius-lg); padding: 26px; margin: 38px 0; }
.related-pages h3 { color: var(--gold-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.10); transition: color 0.2s; }
.related-pages a:hover { color: var(--gold-light); }
.related-pages a:last-child { border-bottom: none; }
.related-pages a::before { content: '→  '; color: var(--gold); }

/* --- Content Images --- */
.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(--cream-dk); padding: 8px 15px; font-size: 0.77rem; color: var(--ink-light); text-align: center; }

/* --- CTA Strip --- */
.cta-strip { background: linear-gradient(135deg, var(--red-deep), var(--red)); color: #fff; padding: 30px 26px; border-radius: var(--radius-lg); margin: 30px 0; text-align: center; border: 1px solid rgba(240,208,32,0.25); }
.cta-strip h3 { font-family: var(--ff-head); font-size: 1.25rem; color: var(--gold-light); margin: 0 0 8px; }
.cta-strip p { color: rgba(255,255,255,0.76); font-size: 0.88rem; margin-bottom: 18px; }

/* --- Sidebar --- */
.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(--red); margin: 0 0 14px; padding-bottom: 9px; border-bottom: 2px solid var(--gold); }
.sidebar-widget p { font-size: 0.855rem; margin-bottom: 12px; }
.sidebar-widget .mini-offer { background: var(--cream); border-radius: var(--radius); padding: 11px 13px; margin-bottom: 9px; font-size: 0.83rem; }
.sidebar-widget .mini-offer strong { display: block; color: var(--red); 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(--cream-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: 700; }
.quick-facts a { font-size: 0.83rem; color: var(--red-mid); }

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

/* --- Footer --- */
.site-footer { background: var(--red-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(--gold-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(--gold-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(240,208,32,0.18); border: 1px solid var(--gold); border-radius: 50%; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; font-size: 0.74rem; font-weight: 800; color: var(--gold-light); flex-shrink: 0; }

/* --- Responsive --- */
@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; }
  .pros-cons { grid-template-columns: 1fr; }
  .games-categories { grid-template-columns: 1fr; }
  .click-club-steps { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .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: 36px 20px 30px; }
}
