/* ProAction Casino - Custom Styles */
/* Primary: Plum (#DDA0DD) | Accent: Champagne Gold (#D4AF37) */

/* Reset and Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Cabinet Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #1a1a1a;
    background: linear-gradient(135deg, #faf8fc 0%, #f5f0f7 100%);
    min-height: 100vh;
}

/* Navigation Styles */
.nav-menu li {
    margin-bottom: 0 !important;
    list-style: none !important;
}

.nav-menu li::before,
.nav-menu li::after {
    display: none !important;
    content: none !important;
}

.nav-menu ul,
.nav-menu ol {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

nav ul,
nav ol,
header ul,
header ol {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

nav li,
header li {
    list-style: none !important;
    margin-bottom: 0 !important;
}

nav li::before,
nav li::after,
header li::before,
header li::after {
    display: none !important;
    content: none !important;
}

/* Footer Styles */
footer ul,
footer ol {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

footer li {
    list-style: none !important;
    margin-bottom: 0.5rem !important;
}

footer li::before,
footer li::after {
    display: none !important;
    content: none !important;
}

footer {
    background: linear-gradient(135deg, #2d1f33 0%, #1a1520 100%) !important;
    color: #f5f0f7 !important;
}

footer p,
footer a,
footer span {
    color: #e8dff0 !important;
}

footer a:hover {
    color: #D4AF37 !important;
}

footer h3,
footer h4 {
    color: #D4AF37 !important;
}

/* Header and Logo */
.logo-img {
    box-shadow: none !important;
}

header img,
.header img,
nav img {
    box-shadow: none !important;
}

/* Typography */
h1 {
    font-size: 2.75rem !important;
    font-weight: 800 !important;
    color: #2d1f33 !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.2 !important;
}

h2 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #2d1f33 !important;
    margin-top: 3rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.3 !important;
}

h3 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #3d2d43 !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    line-height: 1.4 !important;
}

p {
    font-size: 18px !important;
    margin-bottom: 1.25rem !important;
    color: #2d2d2d !important;
}

/* Content Lists - Styled with Champagne Gold markers */
.content-section ul,
.content-section ol,
main ul:not(.nav-menu):not(.footer-links),
main ol:not(.nav-menu):not(.footer-links),
article ul,
article ol,
section ul:not(.nav-menu),
section ol:not(.nav-menu) {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 1.5rem 0 !important;
}

.content-section li,
main ul:not(.nav-menu):not(.footer-links) li,
main ol:not(.nav-menu):not(.footer-links) li,
article li,
section:not(nav):not(footer) li {
    position: relative !important;
    padding-left: 1.75rem !important;
    margin-bottom: 0.75rem !important;
    font-size: 18px !important;
}

.content-section ul li::before,
main ul:not(.nav-menu):not(.footer-links) li::before,
article ul li::before,
section:not(nav):not(header):not(footer) ul li::before {
    content: "—" !important;
    position: absolute !important;
    left: 0 !important;
    color: #D4AF37 !important;
    font-weight: 700 !important;
}

.content-section ol,
main ol:not(.nav-menu):not(.footer-links),
article ol,
section:not(nav):not(footer) ol {
    counter-reset: item !important;
}

.content-section ol li::before,
main ol:not(.nav-menu):not(.footer-links) li::before,
article ol li::before,
section:not(nav):not(header):not(footer) ol li::before {
    counter-increment: item !important;
    content: counter(item) "." !important;
    position: absolute !important;
    left: 0 !important;
    color: #D4AF37 !important;
    font-weight: 700 !important;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #DDA0DD 0%, #C594C5 50%, #B388B3 100%) !important;
    padding: 4rem 1.5rem !important;
    position: relative !important;
    overflow: hidden !important;
}

.hero::before {
    content: "" !important;
    position: absolute !important;
    top: -50% !important;
    right: -25% !important;
    width: 60% !important;
    height: 200% !important;
    background: radial-gradient(ellipse, rgba(212,175,55,0.15) 0%, transparent 70%) !important;
    pointer-events: none !important;
}

.hero h1 {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2) !important;
}

.hero p {
    color: #fff !important;
    font-size: 1.125rem !important;
}

/* Buttons */
.btn-primary {
    display: inline-block !important;
    background: linear-gradient(135deg, #D4AF37 0%, #C5A028 100%) !important;
    color: #1a1a1a !important;
    padding: 1rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    text-align: center !important;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #E5C048 0%, #D4AF37 100%) !important;
    transform: translateY(-2px) !important;
}

.btn-cta {
    display: inline-block !important;
    background: #D4AF37 !important;
    color: #1a1a1a !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.btn-cta:hover {
    background: #E5C048 !important;
}

/* Cards */
.card {
    background: #fff !important;
    padding: 2rem !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 4px 20px rgba(45, 31, 51, 0.08) !important;
    border: 1px solid rgba(221, 160, 221, 0.2) !important;
}

/* Tables */
.table-container {
    width: 100% !important;
    overflow-x: auto !important;
    margin: 2rem 0 !important;
    -webkit-overflow-scrolling: touch !important;
}

table {
    width: 100% !important;
    min-width: 600px !important;
    border-collapse: collapse !important;
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(45, 31, 51, 0.08) !important;
}

th {
    background: linear-gradient(135deg, #DDA0DD 0%, #C594C5 100%) !important;
    color: #fff !important;
    padding: 1rem !important;
    text-align: left !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
}

td {
    padding: 1rem !important;
    border-bottom: 1px solid rgba(221, 160, 221, 0.2) !important;
    font-size: 1rem !important;
    color: #2d2d2d !important;
}

tr:hover {
    background: rgba(221, 160, 221, 0.05) !important;
}

/* Images */
img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

.content-img {
    margin: 2rem 0 !important;
    box-shadow: 0 8px 30px rgba(45, 31, 51, 0.12) !important;
}

/* Sections */
section {
    padding: 3rem 1.5rem !important;
}

.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
}

/* Animations */
@keyframes starTwinkle {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

.star {
    position: absolute !important;
    width: 4px !important;
    height: 4px !important;
    background: #D4AF37 !important;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%) !important;
    animation: starTwinkle 2s ease-in-out infinite !important;
}

/* Table of Contents */
.toc {
    background: #fff !important;
    padding: 2rem !important;
    margin: 2rem 0 !important;
    box-shadow: 0 4px 20px rgba(45, 31, 51, 0.08) !important;
    border-left: 4px solid #D4AF37 !important;
}

.toc ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.toc li {
    padding: 0.5rem 0 !important;
    margin-bottom: 0 !important;
}

.toc li::before {
    display: none !important;
}

.toc a {
    color: #3d2d43 !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    transition: color 0.3s ease !important;
}

.toc a:hover {
    color: #D4AF37 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    h3 {
        font-size: 1.25rem !important;
    }

    .hero {
        padding: 2.5rem 1rem !important;
    }

    section {
        padding: 2rem 1rem !important;
    }

    .nav-menu {
        flex-direction: column !important;
    }

    .mobile-menu-btn {
        display: block !important;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
    }
}

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

    h1 {
        font-size: 1.75rem !important;
    }

    h2 {
        font-size: 1.375rem !important;
    }

    .btn-primary,
    .btn-cta {
        width: 100% !important;
        text-align: center !important;
    }
}

/* Accessibility */
a:focus,
button:focus {
    outline: 2px solid #D4AF37 !important;
    outline-offset: 2px !important;
}

/* Font Import */
@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('https://fonts.cdnfonts.com/s/74717/CabinetGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('https://fonts.cdnfonts.com/s/74717/CabinetGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('https://fonts.cdnfonts.com/s/74717/CabinetGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('https://fonts.cdnfonts.com/s/74717/CabinetGrotesk-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}