/* ========================================
   LIVECASINO CUSTOM STYLES
   Colors: Rose (#ff6b9d) & Mint (#98d8c8)
   ======================================== */

/* ========================================
   GLOBAL RESET & TYPOGRAPHY
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Jost', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #2c3e50 !important;
    background-color: #f8f9fa !important;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

/* ========================================
   NAVIGATION
   ======================================== */
.navbar {
    background: linear-gradient(135deg, #ff6b9d 0%, #ff8fb3 100%) !important;
    box-shadow: 0 4px 12px rgba(255, 107, 157, 0.2);
    padding: 0.5rem 0 !important;
}

.navbar-brand .navbar-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0.5rem 1rem !important;
}

.navbar-brand .navbar-item img {
    border-radius: 50%;
    box-shadow: none !important;
}

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

.navbar-item {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    list-style: none !important;
}

.navbar-item:hover,
.navbar-item:focus {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}

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

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

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

/* Prevent :before and :after on navbar */
.navbar-item::before,
.navbar-item::after,
.navbar-menu::before,
.navbar-menu::after,
.navbar-brand::before,
.navbar-brand::after {
    display: none !important;
    content: none !important;
}

@media screen and (max-width: 1023px) {
    .navbar-menu {
        background: linear-gradient(135deg, #ff6b9d 0%, #ff8fb3 100%) !important;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .navbar-item {
        color: #fff !important;
    }
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero {
    background: linear-gradient(135deg, #ff6b9d 0%, #ff8fb3 50%, #98d8c8 100%) !important;
    color: #fff !important;
    padding: 120px 0 80px 0 !important;
    margin-top: 52px;
}

.hero .title {
    color: #fff !important;
    font-size: 3rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.hero .subtitle {
    color: #fff !important;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    margin-bottom: 2rem !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15) !important;
}

.hero img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .hero {
        padding: 100px 0 60px 0 !important;
    }

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

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

/* ========================================
   CONVERSION BUTTONS
   ======================================== */
.cta-button {
    background: #98d8c8 !important;
    color: #2c3e50 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    
    padding: 10px 30px  !important;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: 0 6px 20px rgba(152, 216, 200, 0.4) !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    text-align: center !important;
    display: inline-block !important;
}

.cta-button:hover {
    background: #7bc4b4 !important;
    color: #2c3e50 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(152, 216, 200, 0.5) !important;
}

.cta-section {
    margin: 3rem 0;
}

@media screen and (max-width: 768px) {
    .cta-button {
        font-size: 1rem !important;
        padding: 0.9rem 2rem !important;
    }
}

/* ========================================
   MAIN CONTENT AREA
   ======================================== */
.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.section {
    padding: 2.5rem 0;
}

.section-title {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #ff6b9d !important;
    margin-bottom: 2rem !important;
    line-height: 1.3 !important;
    border-bottom: 3px solid #98d8c8;
    padding-bottom: 0.75rem !important;
}

.subsection-title {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}

.card-title {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #ff6b9d !important;
    margin-bottom: 1.25rem !important;
}

p {
    font-size: 18px !important;
    line-height: 1.8 !important;
    margin-bottom: 1.5rem !important;
    color: #2c3e50 !important;
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 2rem !important;
    }

    .subsection-title {
        font-size: 1.5rem !important;
    }

    .card-title {
        font-size: 1.3rem !important;
    }
}

/* ========================================
   TABLE OF CONTENTS
   ======================================== */
.table-of-contents {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #ff6b9d;
}

.toc-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 1.5rem !important;
}

.toc-list {
    list-style: none !important;
    counter-reset: toc-counter;
    padding-left: 0 !important;
}

.toc-list li {
    counter-increment: toc-counter;
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 2rem;
}

.toc-list li::before {
    content: counter(toc-counter) ".";
    position: absolute;
    left: 0;
    color: #ff6b9d;
    font-weight: 700;
    font-size: 1.1rem;
}

.toc-list li a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.toc-list li a:hover {
    color: #ff6b9d;
}

/* ========================================
   CARDS
   ======================================== */
.card {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 2rem !important;
    border: none !important;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

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

.instruction-card {
    border-left: 4px solid #98d8c8 !important;
}

/* ========================================
   LISTS (OL & UL)
   ======================================== */
.styled-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.styled-list li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 18px !important;
    line-height: 1.7 !important;
    list-style: none !important;
}

.styled-list li::before {
    display: none !important;
    content: none !important;
}

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

.list-icon {
    position: absolute;
    left: 0;
    top: 2px;
    color: #98d8c8 !important;
    font-size: 20px !important;
}

ol.styled-list {
    counter-reset: list-counter;
}

ol.styled-list li {
    counter-increment: list-counter;
}

ol.styled-list li .list-icon::after {
    content: counter(list-counter);
    position: absolute;
    left: 4px;
    top: 2px;
    font-size: 11px;
    font-weight: 700;
    color: #2c3e50;
}

/* ========================================
   TABLES
   ======================================== */
.table-container {
    overflow-x: auto;
    margin: 2rem 0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.table {
    background: #fff !important;
    font-size: 17px !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

.table thead {
    background: linear-gradient(135deg, #ff6b9d 0%, #ff8fb3 100%) !important;
}

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

.table tbody tr {
    transition: background-color 0.2s ease;
}

.table tbody tr:hover {
    background-color: rgba(152, 216, 200, 0.1) !important;
}

.table tbody td {
    padding: 1rem !important;
    border-bottom: 1px solid #e9ecef !important;
    color: #2c3e50 !important;
    font-size: 17px !important;
}

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

@media screen and (max-width: 768px) {
    .table {
        font-size: 16px !important;
    }

    .table thead th {
        padding: 1rem 0.75rem !important;
        font-size: 16px !important;
    }

    .table tbody td {
        padding: 0.85rem 0.75rem !important;
        font-size: 16px !important;
    }
}

/* ========================================
   IMAGES
   ======================================== */
img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

picture img {
    display: block;
    margin: 1.5rem auto;
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    color: #fff !important;
    padding: 3rem 1.5rem 2rem !important;
    margin-top: 4rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer-brand img {
    border-radius: 50%;
    box-shadow: none !important;
}

.footer-brand h3 {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #98d8c8 !important;
    margin: 0 !important;
}

.footer p {
    color: #ecf0f1 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.footer-title {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #98d8c8 !important;
    margin-bottom: 1rem !important;
}

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

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

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

.footer-menu li::marker {
    display: none !important;
    content: none !important;
}

.footer-menu a {
    color: #ecf0f1 !important;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #ff6b9d !important;
}

.footer hr {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    height: 1px;
    margin: 2rem 0 1.5rem;
}

.footer-bottom {
    padding-top: 1rem;
}

.footer-bottom p {
    font-size: 15px !important;
    margin-bottom: 0.5rem !important;
    color: #bdc3c7 !important;
}

.disclaimer {
    font-size: 14px !important;
    font-style: italic;
    color: #98d8c8 !important;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media screen and (max-width: 768px) {
    .main-content {
        padding: 2rem 1rem;
    }

    .section {
        padding: 1.5rem 0;
    }

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

    .columns {
        display: block;
    }

    .column {
        width: 100% !important;
        margin-bottom: 1.5rem;
    }

    .footer {
        padding: 2.5rem 1rem 1.5rem !important;
    }

    .footer-brand h3 {
        font-size: 1.5rem !important;
    }
}

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

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

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

    .section-title {
        font-size: 1.75rem !important;
    }

    .subsection-title {
        font-size: 1.3rem !important;
    }

    .card-title {
        font-size: 1.2rem !important;
    }

    p {
        font-size: 17px !important;
    }

    .styled-list li {
        font-size: 17px !important;
    }
}

/* ========================================
   ACCESSIBILITY & CONTRAST
   ======================================== */
a:focus,
button:focus {
    outline: 2px solid #98d8c8;
    outline-offset: 2px;
}

::selection {
    background-color: #ff6b9d;
    color: #fff;
}

::-moz-selection {
    background-color: #ff6b9d;
    color: #fff;
}

/* ========================================
   SMOOTH SCROLL OFFSET
   ======================================== */
section[id] {
    scroll-margin-top: 80px;
}
