/* Custom styles for CasinoBonus - EcoPayz Landing Page */
/* Primary: Slate Gray (#708090), Accent: Rose Gold (#b76e79) */

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Prompt', sans-serif;
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #333 !important;
    background-color: #f8f9fa !important;
}

/* Navigation Menu Critical Styles */
.nav-menu li {
    margin-bottom: 0 !important;
}

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

nav ul li,
nav ol li,
footer ul li,
footer ol li,
.nav-menu li,
.footer-links li {
    list-style: none !important;
    margin-bottom: 0 !important;
}

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

nav ul li::marker,
nav ol li::marker,
footer ul li::marker,
footer ol li::marker,
.nav-menu li::marker,
.footer-links li::marker {
    display: none !important;
    content: none !important;
}

/* Header Styles */
header {
    background: linear-gradient(135deg, #708090 0%, #5a6a7a 100%) !important;
    padding: 0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.header-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 1rem 2rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.logo-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    text-decoration: none !important;
}

.logo-wrapper img {
    width: 48px !important;
    height: 48px !important;
    box-shadow: none !important;
}

.brand-name {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    letter-spacing: 0.5px !important;
}

/* Desktop Navigation */
.nav-menu {
    display: flex !important;
    align-items: center !important;
    gap: 1.5rem !important;
}

.nav-menu a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 4px !important;
    transition: background-color 0.3s ease !important;
}

.nav-menu a:hover {
    background-color: rgba(255,255,255,0.15) !important;
}

.nav-cta {
    background-color: #b76e79 !important;
    color: #fff !important;
    padding: 0.6rem 1.25rem !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
}

.nav-cta:hover {
    background-color: #a25d68 !important;
    transform: translateY(-1px) !important;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0.5rem !important;
}

.mobile-menu-toggle span {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    background-color: #fff !important;
    margin: 5px 0 !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #708090 0%, #5a6a7a 50%, #4a5a6a 100%) !important;
    padding: 4rem 2rem !important;
    color: #fff !important;
}

.hero-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 3rem !important;
}

.hero-content {
    flex: 1 !important;
}

.hero h1 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
    color: #fff !important;
}

.hero-text {
    font-size: 1.125rem !important;
    line-height: 1.8 !important;
    margin-bottom: 2rem !important;
    color: rgba(255,255,255,0.95) !important;
}

.hero-cta {
    display: inline-block !important;
    background-color: #b76e79 !important;
    color: #fff !important;
    padding: 1rem 2rem !important;
    border-radius: 8px !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
}

.hero-cta:hover {
    background-color: #a25d68 !important;
    transform: translateY(-2px) !important;
}

.hero-image {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.hero-image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;
}

/* Main Content Area */
main {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 3rem 2rem !important;
}

/* Section Styles */
section {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #708090 !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

h2 {
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
    padding-bottom: 0.75rem !important;
    border-bottom: 3px solid #b76e79 !important;
}

h3 {
    font-size: 1.5rem !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    color: #5a6a7a !important;
}

/* Paragraphs */
p {
    margin-bottom: 1.25rem !important;
    font-size: 1.0625rem !important;
    color: #444 !important;
}

/* Content Lists - With Rose Gold Diamond Markers */
.content-section ul,
.content-section ol,
section ul:not(.nav-menu):not(.footer-links),
section ol:not(.nav-menu):not(.footer-links),
main ul:not(.nav-menu):not(.footer-links),
main ol:not(.nav-menu):not(.footer-links) {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 1.5rem 0 !important;
}

.content-section ul li,
.content-section ol li,
section ul:not(.nav-menu):not(.footer-links) li,
section ol:not(.nav-menu):not(.footer-links) li,
main ul:not(.nav-menu):not(.footer-links) li,
main ol:not(.nav-menu):not(.footer-links) li {
    position: relative !important;
    padding-left: 2rem !important;
    margin-bottom: 1rem !important;
    font-size: 1.0625rem !important;
    line-height: 1.7 !important;
}

.content-section ul li::before,
section ul:not(.nav-menu):not(.footer-links) li::before,
main ul:not(.nav-menu):not(.footer-links) li::before {
    content: "\25C6" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.1em !important;
    color: #b76e79 !important;
    font-size: 0.875rem !important;
}

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

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

.content-section ol li::before,
section ol:not(.nav-menu):not(.footer-links) li::before,
main ol:not(.nav-menu):not(.footer-links) li::before {
    content: counter(item) !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    background-color: #b76e79 !important;
    color: #fff !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
}

/* Images in Content */
section img,
.content-section img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    margin: 1.5rem 0 !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

/* Cards Grid */
.cards-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 1.5rem !important;
    margin: 2rem 0 !important;
}

.card {
    background: linear-gradient(145deg, #f8f9fa 0%, #fff 100%) !important;
    border: 1px solid #e9ecef !important;
    border-radius: 10px !important;
    padding: 1.75rem !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1) !important;
}

.card h3 {
    margin-top: 0 !important;
    font-size: 1.25rem !important;
    color: #708090 !important;
}

.card .material-icons {
    color: #b76e79 !important;
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
}

/* Table Styles */
.table-container {
    overflow-x: auto !important;
    margin: 2rem 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 1rem !important;
    min-width: 600px !important;
}

thead {
    background: linear-gradient(135deg, #708090 0%, #5a6a7a 100%) !important;
}

thead th {
    color: #fff !important;
    font-weight: 600 !important;
    padding: 1rem 1.25rem !important;
    text-align: left !important;
    white-space: nowrap !important;
}

tbody tr {
    border-bottom: 1px solid #e9ecef !important;
    transition: background-color 0.2s ease !important;
}

tbody tr:hover {
    background-color: rgba(183, 110, 121, 0.05) !important;
}

tbody td {
    padding: 1rem 1.25rem !important;
    color: #444 !important;
}

tbody tr:nth-child(even) {
    background-color: #f8f9fa !important;
}

tbody tr:nth-child(even):hover {
    background-color: rgba(183, 110, 121, 0.08) !important;
}

/* Conversion Buttons */
.cta-button {
    display: inline-block !important;
    background-color: #b76e79 !important;
    color: #fff !important;
    padding: 1rem 2rem !important;
    border-radius: 8px !important;
    font-size: 1.0625rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    text-align: center !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    border: none !important;
    cursor: pointer !important;
}

.cta-button:hover {
    background-color: #a25d68 !important;
    transform: translateY(-2px) !important;
}

.cta-wrapper {
    text-align: center !important;
    margin: 2.5rem 0 !important;
}

/* Footer */
footer {
    background: linear-gradient(135deg, #708090 0%, #5a6a7a 100%) !important;
    color: #fff !important;
    padding: 3rem 2rem 1.5rem !important;
    margin-top: 3rem !important;
}

.footer-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
}

.footer-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 2rem !important;
    margin-bottom: 2rem !important;
}

.footer-column h4 {
    color: #b76e79 !important;
    font-size: 1.125rem !important;
    margin-bottom: 1rem !important;
    font-weight: 600 !important;
}

.footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

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

.footer-links a {
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
    font-size: 0.9375rem !important;
    transition: color 0.3s ease !important;
}

.footer-links a:hover {
    color: #b76e79 !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15) !important;
    padding-top: 1.5rem !important;
    text-align: center !important;
}

.footer-bottom p {
    color: rgba(255,255,255,0.75) !important;
    font-size: 0.875rem !important;
    margin: 0 !important;
}

/* Material Icons */
.material-icons {
    color: #b76e79 !important;
    vertical-align: middle !important;
}

/* Icon Utility Classes */
.icon-slate {
    color: #708090 !important;
}

.icon-rose {
    color: #b76e79 !important;
}

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

    .hero-container {
        flex-direction: column !important;
        text-align: center !important;
    }

    .hero-content {
        order: 1 !important;
    }

    .hero-image {
        order: 2 !important;
        margin-top: 2rem !important;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 0.75rem 1rem !important;
    }

    .nav-menu {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background: #708090 !important;
        flex-direction: column !important;
        padding: 1rem !important;
        gap: 0.5rem !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
    }

    .nav-menu.active {
        display: flex !important;
    }

    .nav-menu li {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .nav-menu a {
        display: block !important;
        padding: 0.75rem 1rem !important;
        text-align: center !important;
    }

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

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

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

    main {
        padding: 1.5rem 1rem !important;
    }

    section {
        padding: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

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

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

    .footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

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

    .brand-name {
        font-size: 1.25rem !important;
    }

    .hero h1 {
        font-size: 1.5rem !important;
    }

    .hero-text {
        font-size: 1rem !important;
    }

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

    .cta-button,
    .hero-cta {
        padding: 0.875rem 1.5rem !important;
        font-size: 1rem !important;
    }
}

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

/* Print Styles */
@media print {
    header,
    footer,
    .cta-button,
    .hero-cta,
    .nav-cta {
        display: none !important;
    }

    body {
        font-size: 12pt !important;
        color: #000 !important;
    }

    section {
        box-shadow: none !important;
        border: 1px solid #ccc !important;
    }
}
