/* Shared styles for all review and slot review pages */
:root {
    --background: 0 0% 100%;
    --foreground: 210 11% 15%;
    --card: 0 0% 100%;
    --card-foreground: 210 11% 15%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --casino-blue: 210 100% 20%;
    --casino-red: 354 70% 54%;
    --casino-blue-light: 210 100% 35%;
    --casino-red-light: 354 70% 65%;
    --casino-gray-light: 210 17% 95%;
    --gradient-hero: linear-gradient(135deg, hsl(210 100% 20%), hsl(210 100% 35%));
    --gradient-card: linear-gradient(145deg, hsl(0 0% 100%), hsl(210 40% 98%));
    --shadow-card: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-card-hover: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background-color: hsl(var(--background)); color: hsl(var(--foreground)); line-height: 1.6; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.hero { min-height: 50vh; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; background: linear-gradient(135deg, rgba(0,51,102,0.1), rgba(0,51,102,0.05)); }
.hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: bold; color: hsl(var(--casino-blue)); margin-bottom: 1.5rem; line-height: 1.2; text-align: center; }
.hero .red-text { color: hsl(var(--casino-red)); }
.hero p { font-size: 1.25rem; color: hsl(var(--muted-foreground)); margin-bottom: 2rem; max-width: 800px; }
.section { padding: 5rem 0; }
.section-gray { background-color: hsl(var(--casino-gray-light)); }
.section-title { text-align: center; margin-bottom: 3rem; }
.section-title h2 { font-size: 2.5rem; font-weight: bold; color: hsl(var(--casino-blue)); margin-bottom: 1rem; }
.section-divider { width: 6rem; height: 4px; background: hsl(var(--casino-red)); margin: 0 auto 1rem; }
.section-title p { font-size: 1.125rem; color: hsl(var(--muted-foreground)); max-width: 600px; margin: 0 auto; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.card { background: var(--gradient-card); border-radius: 0.75rem; box-shadow: var(--shadow-card); transition: all 0.3s ease; overflow: hidden; }
.card:hover { box-shadow: var(--shadow-card-hover); transform: translateY(-4px); }
.card-header { padding: 1.5rem 1.5rem 1rem; text-align: center; }
.card-content { padding: 0 1.5rem 1.5rem; }
.brand-logo { width: 96px; height: 48px; background: hsl(var(--casino-gray-light)); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-weight: bold; color: hsl(var(--casino-blue)); }
.rating { display: flex; justify-content: center; gap: 0.25rem; margin: 1rem 0; }
.star { width: 1.25rem; height: 1.25rem; fill: currentColor; }
.star-filled { color: hsl(var(--casino-blue)); }
.star-empty { color: #d1d5db; }
.bonus-amount { font-size: 1.875rem; font-weight: bold; color: hsl(var(--casino-red)); text-align: center; margin: 1rem 0; }
.btn { padding: 0.75rem 1.5rem; border-radius: 0.5rem; text-decoration: none; font-weight: 600; transition: all 0.3s ease; border: 2px solid transparent; display: inline-block; min-width: 120px; text-align: center; }
.btn-primary { background: hsl(var(--casino-red)); color: white; }
.btn-primary:hover { background: hsl(var(--casino-red-light)); transform: translateY(-2px); }
.btn-outline { border: 2px solid hsl(var(--casino-blue)); color: hsl(var(--casino-blue)); background: transparent; }
.btn-outline:hover { background: hsl(var(--casino-blue)); color: white; }
.content-section { margin-bottom: 3rem; }
.content-section h3 { font-size: 1.75rem; font-weight: bold; color: hsl(var(--casino-blue)); margin-bottom: 1.5rem; }
.content-section p { margin-bottom: 1rem; color: hsl(var(--foreground)); }
.content-section ul { margin: 1rem 0; padding-left: 2rem; }
.content-section li { margin-bottom: 0.5rem; color: hsl(var(--foreground)); }
.highlight-box { background: linear-gradient(135deg, hsl(var(--casino-blue)), hsl(var(--casino-blue-light))); color: white; padding: 2rem; border-radius: 0.75rem; margin: 2rem 0; }
.highlight-box h4 { font-size: 1.25rem; margin-bottom: 1rem; color: white; }
.highlight-box ul, .highlight-box li, .highlight-box p { color: white; }
.warning-box { background: linear-gradient(135deg, hsl(var(--casino-red)), hsl(var(--casino-red-light))); color: white; padding: 1.5rem; border-radius: 0.75rem; margin: 1.5rem 0; }
.warning-box h4 { font-size: 1.125rem; margin-bottom: 0.75rem; color: white; }
.warning-box ul, .warning-box li, .warning-box p { color: white; }
.site-header { background: hsl(var(--casino-blue)); color: #fff; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
.site-header .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 0; }
.site-header .logo { color: #fff; text-decoration: none; font-weight: 800; font-size: 1.1rem;  padding-left: 1rem; }
.site-header .nav a { color: #fff; text-decoration: none; font-weight: 600; opacity: 0.95; }
.site-header .nav { display: flex; gap: 1.25rem; padding-right: 1rem; }
.site-footer { background: hsl(var(--casino-blue)); color: #fff; padding: 3rem 0 1rem; }
.site-footer .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.site-footer .footer-section h3 { margin-bottom: 1rem; color: hsl(var(--casino-red)); }
.site-footer .footer-section a { display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: color 0.2s; }
.site-footer .footer-section a:hover { color: #fff; }
.site-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,0.2); padding-top: 1rem; text-align: center; }
.site-footer .footer-bottom p { margin: 0.5rem 0; font-size: 0.875rem; color: rgba(255,255,255,0.6); }
.card-content .button-row, .card-content .overview-buttons { display: flex; justify-content: center; gap: 0.75rem; margin-top: 1rem; }
@media (max-width: 768px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } .btn { min-width: 100px; padding: 0.5rem 1rem; font-size: 0.875rem; } }
