/* Verzuckert Casino - Custom Styles */
/* Using Bulma Framework with Royal Blue and Champagne Gold */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --royal-blue: #4169E1;
    --royal-blue-dark: #2E4A9E;
    --champagne-gold: #D4AF37;
    --champagne-gold-light: #F5E6A3;
    --dark-bg: #1a1a2e;
    --light-bg: #f8f9fa;
}

/* Base Styles */
html {
    scroll-behavior: smooth !important;
}

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    color: var(--royal-blue) !important;
    line-height: 1.3 !important;
}

h1 {
    font-size: 2.5rem !important;
    margin-bottom: 1.5rem !important;
}

h2 {
    font-size: 2rem !important;
    margin-bottom: 1.25rem !important;
    margin-top: 2rem !important;
}

h3 {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
    margin-top: 1.5rem !important;
}

p {
    font-size: 1.125rem !important;
    margin-bottom: 1rem !important;
    color: #444 !important;
}

/* Navigation */
.navbar {
    background-color: var(--dark-bg) !important;
    padding: 0.75rem 0 !important;
}

.navbar-item,
.navbar-link {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    list-style: none !important;
}

.navbar-item:hover,
.navbar-link:hover {
    background-color: var(--royal-blue) !important;
    color: #fff !important;
}

.navbar-item::before,
.navbar-item::after,
.navbar-link::before,
.navbar-link::after {
    display: none !important;
    content: none !important;
}

.navbar-menu {
    list-style: none !important;
}

.navbar-menu li {
    list-style: none !important;
}

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

.navbar-burger span {
    background-color: #fff !important;
}

.navbar-brand .navbar-item {
    font-weight: 700 !important;
    font-size: 1.25rem !important;
}

.navbar-brand img {
    max-height: 40px !important;
}

.navbar .button.is-warning {
    background-color: var(--champagne-gold) !important;
    color: var(--dark-bg) !important;
    font-weight: 600 !important;
    border: none !important;
}

.navbar .button.is-warning:hover {
    background-color: var(--champagne-gold-light) !important;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--royal-blue-dark) 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.hero::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -20% !important;
    width: 600px !important;
    height: 600px !important;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    animation: pulse 4s ease-in-out infinite !important;
}

.hero .title {
    color: #fff !important;
    font-size: 2.75rem !important;
    font-weight: 800 !important;
    margin-bottom: 1.5rem !important;
}

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

.hero-body {
    padding: 4rem 1.5rem !important;
}

.hero-image {
    border-radius: 12px !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Table of Contents */
.toc-section {
    background-color: var(--light-bg) !important;
    padding: 2rem 0 !important;
}

.toc-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    justify-content: center !important;
}

.toc-buttons .button {
    border: 2px solid var(--royal-blue) !important;
    color: var(--royal-blue) !important;
    background-color: transparent !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

.toc-buttons .button:hover {
    background-color: var(--royal-blue) !important;
    color: #fff !important;
}

/* Main Content Sections */
.section {
    padding: 4rem 1.5rem !important;
}

.section:nth-child(even) {
    background-color: var(--light-bg) !important;
}

.section-title {
    color: var(--royal-blue) !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    position: relative !important;
    padding-bottom: 1rem !important;
}

.section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 4px !important;
    background-color: var(--champagne-gold) !important;
    border-radius: 2px !important;
}

/* Cards */
.card {
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: transform 0.3s ease !important;
    border: none !important;
}

.card:hover {
    transform: translateY(-5px) !important;
}

.card-content {
    padding: 1.5rem !important;
}

.card-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* Lists */
ul, ol {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.content ul,
.content ol,
.styled-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 1.5rem 0 !important;
}

.content ul li,
.content ol li,
.styled-list li {
    position: relative !important;
    padding-left: 2rem !important;
    margin-bottom: 1rem !important;
    font-size: 1.125rem !important;
    line-height: 1.6 !important;
    list-style: none !important;
}

.content ul li::before,
.content ol li::before,
.styled-list li::before {
    content: '\2713' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: var(--champagne-gold) !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
}

.content ul li::marker,
.content ol li::marker,
.styled-list li::marker {
    display: none !important;
    content: none !important;
}

/* Navbar and Footer lists override */
.navbar ul,
.navbar ol,
.navbar li,
.footer ul,
.footer ol,
.footer li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

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

/* Tables */
.table-container {
    overflow-x: auto !important;
    margin: 2rem 0 !important;
    border-radius: 12px !important;
}

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

.table thead {
    background-color: var(--royal-blue) !important;
}

.table thead th {
    color: #fff !important;
    font-weight: 600 !important;
    padding: 1rem !important;
    text-align: left !important;
    border: none !important;
}

.table tbody tr {
    background-color: #fff !important;
    transition: background-color 0.2s ease !important;
}

.table tbody tr:nth-child(even) {
    background-color: var(--light-bg) !important;
}

.table tbody tr:hover {
    background-color: rgba(65, 105, 225, 0.1) !important;
}

.table tbody td {
    padding: 1rem !important;
    border-bottom: 1px solid #eee !important;
    color: #444 !important;
}

/* Buttons */
.button.is-primary {
    background-color: var(--royal-blue) !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: none !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
}

.button.is-primary:hover {
    background-color: var(--royal-blue-dark) !important;
    transform: translateY(-2px) !important;
}

.button.is-warning {
    background-color: var(--champagne-gold) !important;
    color: var(--dark-bg) !important;
    font-weight: 600 !important;
    border: none !important;
    white-space: nowrap !important;
}

.button.is-warning:hover {
    background-color: var(--champagne-gold-light) !important;
}

.cta-button {
    display: inline-block !important;
    padding: 1rem 2rem !important;
    background-color: var(--champagne-gold) !important;
    color: var(--dark-bg) !important;
    font-weight: 700 !important;
    font-size: 1.125rem !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
}

.cta-button:hover {
    background-color: var(--champagne-gold-light) !important;
    transform: translateY(-2px) !important;
}

/* Images */
.content-image {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    margin: 1.5rem 0 !important;
}

/* Footer */
.footer {
    background-color: var(--dark-bg) !important;
    padding: 3rem 1.5rem 2rem !important;
}

.footer .title {
    color: var(--champagne-gold) !important;
    font-size: 1.25rem !important;
    margin-bottom: 1rem !important;
}

.footer p,
.footer a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1rem !important;
}

.footer a:hover {
    color: var(--champagne-gold) !important;
}

.footer ul,
.footer ol {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 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-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-top: 2rem !important;
    padding-top: 1.5rem !important;
    text-align: center !important;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.9rem !important;
}

/* Icons */
.bi {
    color: var(--champagne-gold) !important;
    font-size: 1.5rem !important;
    margin-right: 0.5rem !important;
}

.icon-box {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 1.5rem !important;
}

.icon-box .bi {
    flex-shrink: 0 !important;
    margin-top: 0.25rem !important;
}

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

@keyframes wave {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Wave decoration */
.wave-decoration {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 60px !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60'%3E%3Cpath fill='%23ffffff' d='M0,30 C360,60 720,0 1080,30 C1260,45 1380,40 1440,35 L1440,60 L0,60 Z'/%3E%3C/svg%3E") !important;
    background-size: cover !important;
}

/* Square decorations */
.square-decoration {
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    border: 3px solid var(--champagne-gold) !important;
    opacity: 0.3 !important;
    animation: rotate 10s linear infinite !important;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Round decorations */
.round-decoration {
    position: absolute !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, var(--champagne-gold) 0%, transparent 70%) !important;
    opacity: 0.2 !important;
    animation: pulse 3s ease-in-out infinite !important;
}

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

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

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

    .hero .title {
        font-size: 2rem !important;
    }

    .hero .subtitle {
        font-size: 1.1rem !important;
    }

    .hero-body {
        padding: 3rem 1rem !important;
    }

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

    .toc-buttons {
        flex-direction: column !important;
        align-items: center !important;
    }

    .toc-buttons .button {
        width: 100% !important;
        max-width: 300px !important;
    }
}

@media screen and (max-width: 1023px) {
    .navbar-menu {
        background-color: var(--dark-bg) !important;
        padding: 1rem !important;
    }

    .navbar-menu.is-active {
        display: block !important;
    }
}

/* Utility classes */
.has-text-gold {
    color: var(--champagne-gold) !important;
}

.has-text-royal-blue {
    color: var(--royal-blue) !important;
}

.has-bg-royal-blue {
    background-color: var(--royal-blue) !important;
}

.has-bg-gold {
    background-color: var(--champagne-gold) !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important;
}

.mt-3 {
    margin-top: 1.5rem !important;
}
