





* {padding: 0;box-sizing: border-box;margin: 0}

:root {--casino-gold-dark: #8f8358;--casino-green: rgba(34,197,94,1);--primary-color: #d4d4d4;--text-gold: #d4d4d4;--text-white: #f5f5f5;--casino-purple: #52525b;--casino-red: rgb(127,29,29);--casino-dark: #0a0a0a;--casino-black: #000000;
    --casino-gold: #c8b882;--surface: rgba(15,15,15,1);--surface-raised: rgba(22,22,22,1);--casino-blue: #111111;--border-subtle: rgba(255, 255, 255, 0.1);--casino-dark-blue: #050505;--text-gray: #a3a3a3;--casino-red-dark: #450a0a;--casino-gold-light: rgba(232,226,212,1)}

.mc-body, body {min-height: 100vh;background-attachment: fixed;overflow-x: hidden;background-color: #000000;font-family: 'Arial', 'Microsoft YaHei', 'PingFang SC', sans-serif;line-height: 1.6;color: var(--text-white);background-image:
        radial-gradient(ellipse 100% 60% at 50% -10%, rgba(55, 55, 60, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 70% 45% at 100% 80%, rgba(35, 35, 40, 0.18) 0%, transparent 50%),
        linear-gradient(180deg, #000000 0%, #070707 40%, #000000 100%);position: relative;isolation:auto;outline-offset:0}


body::before {height: 100%;width: 100%;position: fixed;left: 0;background: 
        radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.04) 0%, transparent 42%),
        radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.03) 0%, transparent 48%);content: '';z-index: 0;top: 0;pointer-events: none}


.mc-container {overflow-x: hidden;position: relative;max-width: 100%;width: 100%;box-sizing: border-box;margin-left: auto;padding-left: 15px;margin-right: auto;padding-right: 15px;z-index: 1}


@media (max-width: 767px) {
    .mc-container {max-width: 100vw;padding-left: 10px;padding-right: 10px}
}

@media (max-width: 480px) {
    .mc-container {padding-left: 8px;padding-right: 8px}
}

@media (min-width: 576px) {
    .mc-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .mc-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .mc-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .mc-container {
        max-width: 1140px;
    }
}


h1, h2, h3, h4, h5, h6 {text-shadow: 0 2px 24px rgba(0, 0, 0, 0.85);line-height: 1.2;background: linear-gradient(180deg, #fafafa 0%, #c4c4c4 55%, #9ca3af 100%);font-weight: 700;-webkit-background-clip: text !important;background-clip: text !important;-webkit-text-fill-color: transparent;margin: 0 0 1rem 0}

h1 {letter-spacing: 1px;font-size: calc(1.75rem + 2vw);font-weight: 800}


.mc-hero-h1 {margin-bottom: 1.5rem;font-size: calc(1.5rem + 1.5vw);font-weight: 700}

@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
    }
    
    .mc-hero-h1 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .mc-hero-h1 {
        font-size: 1.5rem;
    }
}


.mc-hero-description {
    margin: 1.5rem 0;
}

.mc-hero-description p {line-height: 1.8;font-size: 1.05rem;color: var(--text-gray);text-align: justify;margin-bottom: 1rem}

.mc-hero-description strong {font-weight: 700;color: var(--primary-color)}

@media (max-width: 767px) {
    .mc-hero-description p {font-size: 0.95rem;line-height: 1.7;text-align: left}
}

h2 {font-weight: 700;font-size: calc(1.5rem + 1vw)}

@media (min-width: 1200px) {
    h2 {
        font-size: 2.5rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.8vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 2rem;
    }
}

h4 {
    font-size: calc(1.2rem + 0.5vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}


h1 .mc-title-link,
h2 .mc-title-link,
h3 .mc-title-link {-webkit-text-fill-color: transparent;text-decoration: none;background: linear-gradient(180deg, #ffffff 0%, #d4d4d4 100%);-webkit-background-clip: text !important;background-clip: text !important;transition: all 0.3s ease;position: relative}

h1 .mc-title-link:hover,
h2 .mc-title-link:hover,
h3 .mc-title-link:hover {background: linear-gradient(180deg, #ffffff 0%, #e5e5e5 100%);-webkit-background-clip: text !important;background-clip: text !important;transform: scale(1.05);display: inline-block;-webkit-text-fill-color: transparent;text-shadow: 0 0 18px rgba(255, 255, 255, 0.12)}


.mc-text-link {text-decoration: none;color: var(--primary-color);transition: all 0.3s ease;font-weight: 600;position: relative;border-bottom: 1px solid transparent}

.mc-text-link:hover {border-bottom: 1px solid rgba(255, 255, 255, 0.35);color: rgb(255,255,255);text-shadow: 0 0 12px rgba(255, 255, 255, 0.08)}


@media (max-width: 767px) {
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    h4 {
        font-size: 1.2rem;
    }
}

p {line-height: 1.8;color: var(--text-gray);margin: 0 0 1rem 0}


img {transition: box-shadow 0.3s ease;max-width: 100%;border-radius: 10px;height: auto;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);vertical-align: middle}

img:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.mc-img-fluid {max-width: 100%;height: auto}


.mc-btn {cursor: pointer;position: relative;letter-spacing: 1px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);text-transform: uppercase;padding: 14px 28px;border-radius: 8px;font-size: 16px;text-decoration: none;display: inline-block;border: none;text-align: center;-webkit-tap-highlight-color: transparent;overflow: hidden;transition: all 0.3s ease;font-weight: 700}

.mc-btn::before {height: 0;top: 50%;width: 0;position: absolute;border-radius: 50%;transform: translate(-50%, -50%);transition: width 0.6s, height 0.6s;content: '';left: 50%;background: rgba(255, 255, 255, 0.3)}

.mc-btn:hover::before {width: 300px;height: 300px}

.mc-btn:active {
    transform: scale(0.95);
}


.mc-btn-primary {color: var(--text-white);border: 1px solid rgba(255, 255, 255, 0.22);background: linear-gradient(135deg, #262626 0%, #171717 100%)}

.mc-btn-primary:hover {box-shadow: 0 6px 24px rgba(0, 0, 0, 0.55);transform: translateY(-2px);background: linear-gradient(135deg, #3a3a3a 0%, #222222 100%)}


.mc-btn-success {background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);color: #f0fdf4;border: 1px solid rgba(74, 222, 128, 0.45)}

.mc-btn-success:hover {background: linear-gradient(135deg, #22c55e 0%, #166534 100%);transform: translateY(-2px);box-shadow: 0 6px 24px rgba(34, 197, 94, 0.25)}

.mc-btn-lg {font-size: 18px;padding: 16px 32px}


@media (max-width: 767px) {
    section .mc-btn , [data-sf-shell] .mc-btn{display: inline-flex;width: 100%;justify-content: center;padding: 14px 24px;margin: 5px 0;font-size: 16px;align-items: center;min-height: 48px}
    
    .mc-btn-lg {padding: 16px 28px;font-size: 18px}
}


.mc-d-flex {
    display: flex !important;
}

.mc-justify-content-between {
    justify-content: space-between !important;
}

.mc-justify-content-center {
    justify-content: center !important;
}

.mc-align-items-center {
    align-items: center !important;
}

.mc-text-center {
    text-align: center;
}

.mc-text-white {
    color: var(--text-white) !important;
}

.mc-text-gold {
    color: var(--primary-color) !important;
}

.mc-text-decoration-none {
    text-decoration: none;
}


.mc-bg-primary {position: relative;background: linear-gradient(135deg, #0a0a0a 0%, #111111 45%, #050505 100%)}

.mc-bg-primary::before {background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.025) 10px,
        rgba(255, 255, 255, 0.025) 20px
    );content: '';right: 0;bottom: 0;position: absolute;left: 0;top: 0}


.mc-my-2 {margin-top: 0.5rem !important;margin-bottom: 0.5rem !important}

.mc-me-2 {
    margin-right: 0.5rem !important;
}

.mc-me-3 {
    margin-right: 1rem !important;
}

.mc-ms-3 {
    margin-left: 1rem !important;
}

.mc-py-2 {padding-bottom: 0.5rem !important;padding-top: 0.5rem !important}

.mc-py-5 {padding-top: 3rem !important;padding-bottom: 3rem !important}

@media (max-width: 767px) {
    .mc-py-5 {padding-bottom: 2rem !important;padding-top: 2rem !important}
}


.mc-rounded-2 {
    border-radius: 8px;
}

.mc-rounded-5 {
    border-radius: 20px;
}


.mc-row {margin-right: -15px;display: flex;width: calc(100% + 30px);flex-wrap: wrap;box-sizing: border-box;margin-left: -15px}


@media (max-width: 767px) {
    .mc-row {width: calc(100% + 20px);margin-left: -10px;margin-right: -10px}
}

@media (max-width: 480px) {
    .mc-row {width: calc(100% + 16px);margin-right: -8px;margin-left: -8px}
}

.mc-row > * {padding-right: 15px;padding-left: 15px}

.mc-col-12 {width: 100%;flex: 0 0 auto}

@media (min-width: 992px) {
    .mc-col-lg-6 {flex: 0 0 auto;width: 50%}
}



.mc-header, header {position: sticky;z-index: 1000;top: 0;background: linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(10, 10, 10, 0.96) 100%);backdrop-filter: blur(12px);padding: 15px 0;box-shadow: 0 8px 32px rgba(0, 0, 0, 0.65);border-bottom: 1px solid rgba(255, 255, 255, 0.1)}

header img {filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.12));transition: transform 0.3s ease, filter 0.3s ease}


.mc-logo-link {text-decoration: none;display: inline-block;flex-shrink: 0;transition: transform 0.3s ease}

.mc-logo-link:hover {
    transform: scale(1.05);
}

.mc-logo-link:hover img {
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.2));
}

.mc-logo-link img {object-fit: contain;height: 100px;width: 100px}


.mc-header-nav {flex-wrap: wrap;align-items: flex-start;display: flex;gap: 15px;width: 100%}


.mc-header-nav > .mc-header-nav-links {box-sizing: border-box;width: 100%;flex: 1 1 100%}


.mc-header-right {flex: 1;flex-direction: column;display: flex;min-width: 0}


.mc-header-top-row {justify-content: flex-start;align-items: center;margin-bottom: 8px;display: flex}


.mc-hamburger-menu {flex-shrink: 0;gap: 5px;transition: all 0.3s ease;height: 32px;border: none;-webkit-tap-highlight-color: transparent;cursor: pointer;justify-content: space-around;display: flex;background: transparent;padding: 8px;width: 32px;flex-direction: column}

.mc-hamburger-menu span {transform-origin: center;width: 100%;transition: all 0.3s ease;display: block;height: 3px;background: rgba(255, 255, 255, 0.85);border-radius: 3px}

.mc-hamburger-menu:hover span {
    background: #ffffff;
}

.mc-hamburger-menu:active {
    transform: scale(0.95);
}


.mc-header-bottom-row {justify-content: space-between;gap: 8px;width: 100%;display: flex;align-items: center}


.mc-btn-small {padding: 10px 16px;min-height: 44px;font-size: 14px;flex: 0 0 auto;white-space: nowrap}


.mc-header-nav-links {border-radius: 10px;justify-content: center;display: none;align-items: stretch;box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);gap: 0;border: 1px solid rgba(255, 255, 255, 0.12);padding: 0;flex-wrap: wrap;overflow: hidden;margin-top: 15px;background: linear-gradient(135deg, rgba(12, 12, 12, 0.98) 0%, rgba(6, 6, 6, 0.98) 100%)}


.mc-header-nav-links.mc-menu-open {
    display: flex;
}


.mc-hamburger-menu {
    position: relative;
}

.mc-hamburger-menu.mc-active span:nth-child(1) {position: relative;transform: rotate(45deg) translateY(7px);top: 5px}

.mc-hamburger-menu.mc-active span:nth-child(2) {
    opacity: 0;
}

.mc-hamburger-menu.mc-active span:nth-child(3) {bottom: 5px;position: relative;transform: rotate(-45deg) translateY(-7px)}

.mc-header-nav-links::-webkit-scrollbar {
    display: none;
}

.mc-nav-link-small {min-height: 44px;flex: 1 1 auto;text-decoration: none;white-space: nowrap;border-right: 1px solid rgba(255, 255, 255, 0.08);color: var(--text-white);position: relative;justify-content: center;text-transform: capitalize;font-size: 14px;align-items: center;display: flex;transition: all 0.3s ease;text-align: center;font-weight: 600;padding: 12px 18px}

.mc-nav-link-small:last-child {
    border-right: none;
}

.mc-nav-link-small::before {left: 0;width: 100%;z-index: 0;height: 100%;position: absolute;top: 0;content: '';opacity: 0;transition: opacity 0.3s ease;background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%)}

.mc-nav-link-small::after {z-index: 1;width: 0;content: '';transition: width 0.3s ease;background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);position: absolute;bottom: 0;height: 2px;left: 0}

.mc-nav-link-small {z-index: 1;position: relative}

.mc-nav-link-small:hover {color: rgba(255,255,255,1);transform: translateY(-2px)}

.mc-nav-link-small:hover::before {
    opacity: 1;
}

.mc-nav-link-small:hover::after {
    width: 100%;
}


@media (max-width: 767px) {
    header {
        padding: 10px 0;
    }
    
    header .mc-container {padding-right: 10px;padding-left: 10px}
    
    .mc-header-nav {gap: 10px;align-items: flex-start}
    
    .mc-logo-link img {width: 100px;height: 100px}
    
    .mc-header-right {min-width: 0;flex: 1}
    
    .mc-header-top-row {justify-content: flex-start;margin-bottom: 6px}
    
    .mc-hamburger-menu {padding: 12px;width: 48px;height: 48px}
    
    .mc-hamburger-menu span {
        height: 4px;
    }
    
    .mc-header-nav-links {flex-direction: column;display: none;margin-top: 10px;width: 100%}
    
    .mc-header-nav-links.mc-menu-open {
        display: flex;
    }
    
    .mc-nav-link-small {width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.08);border-right: none}
    
    .mc-nav-link-small:last-child {
        border-bottom: none;
    }
    
    .mc-header-bottom-row {gap: 8px;justify-content: space-between;width: 100%}
    
    .mc-btn-small {min-height: 50px;padding: 14px 18px;font-size: 15px}
}

@media (max-width: 480px) {
    header {
        padding: 8px 0;
    }
    
    header .mc-container {padding-right: 8px;padding-left: 8px}
    
    .mc-header-nav {
        gap: 8px;
    }
    
    .mc-header-top-row {
        margin-bottom: 5px;
    }
    
    .mc-hamburger-menu {width: 44px;height: 44px;padding: 10px}
    
    .mc-hamburger-menu span {
        height: 4px;
    }
    
    .mc-header-bottom-row {
        gap: 6px;
    }
    
    .mc-btn-small {padding: 12px 16px;min-height: 48px;font-size: 14px}
}


@media (min-width: 768px) {
    .mc-header-nav {justify-content: space-between;flex-direction: row;align-items: center}
    
    .mc-header-right {flex-direction: row;align-items: center;gap: 10px;flex: 0 0 auto}
    
    .mc-header-top-row {
        display: none;
    }
    
    .mc-header-bottom-row {gap: 2px;flex-direction: row;justify-content: flex-end;margin: 0;width: auto}
    
    .mc-hamburger-menu {
        display: none;
    }
    
    .mc-header-nav-links {display: flex;margin-top: 15px;justify-content: center}
    
    .mc-nav-link-small {padding: 14px 20px;flex: 0 1 auto}
    
    .mc-btn-small {font-size: 16px;padding: 14px 28px}
}


section {position: relative;padding: 2rem 0}

section h2 , [data-sf-shell] h2{padding: 1rem 0;text-align: center}


@media (max-width: 767px) {
    section , [data-sf-shell]{
        padding: 1.5rem 0;
    }
    
    section h1 , [data-sf-shell] h1{line-height: 1.3;margin-bottom: 1rem}
    
    section img , [data-sf-shell] img{margin-top: 1rem;height: auto;width: 100%}
    
    section .mc-col-lg-6 , [data-sf-shell] .mc-col-lg-6{
        margin-bottom: 1.5rem;
    }
    
    section .mc-btn , [data-sf-shell] .mc-btn{margin-top: 1rem;width: 100%}
}


@media (max-width: 767px) {
    section .mc-d-flex.mc-justify-content-center , [data-sf-shell] .mc-d-flex.mc-justify-content-center{flex-direction: column;text-align: center}
    
    section .mc-d-flex.mc-justify-content-center .mc-ms-3 , [data-sf-shell] .mc-d-flex.mc-justify-content-center .mc-ms-3{margin-top: 1rem;margin-left: 0 !important;width: 100%}
    
    section .mc-d-flex.mc-justify-content-center .mc-btn , [data-sf-shell] .mc-d-flex.mc-justify-content-center .mc-btn{margin: 5px 0;width: 100%}
}


.mc-footer, footer {overflow: hidden;border-top: 1px solid rgba(255, 255, 255, 0.12);padding: 3rem 0 2rem;position: relative;background: linear-gradient(180deg, #050505 0%, #0a0a0a 50%, #000000 100%)}

footer::before {animation: shimmer 3s infinite;top: 0;left: 0;content: '';height: 1px;background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.25) 35%, 
        rgba(255, 255, 255, 0.35) 50%, 
        rgba(255, 255, 255, 0.25) 65%, 
        transparent 100%);right: 0;position: absolute}

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

.mc-footer-content {position: relative;z-index: 1}

.mc-footer-intro {margin-bottom: 2.5rem;text-align: center;padding: 0 1rem}

.mc-footer-intro h3 {margin-bottom: 1rem;letter-spacing: 2px;color: var(--primary-color);text-transform: uppercase;font-size: 1.5rem}

.mc-footer-intro p {color: var(--text-gray);max-width: 800px;font-size: 1rem;line-height: 1.8;margin: 0 auto}


.mc-footer-nav {display: flex;background: linear-gradient(135deg, rgba(12, 12, 12, 0.98) 0%, rgba(6, 6, 6, 0.98) 100%);margin-bottom: 2rem;border-radius: 10px;overflow: hidden;padding: 0;border: 1px solid rgba(255, 255, 255, 0.12);flex-wrap: wrap;gap: 0;box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);align-items: stretch;justify-content: center}

.mc-nav-link {border-right: 1px solid rgba(255, 255, 255, 0.08);min-width: 0;font-size: 15px;white-space: nowrap;align-items: center;position: relative;font-weight: 600;display: flex;transition: all 0.3s ease;color: var(--text-white);justify-content: center;background: transparent;flex: 1 1 0%;text-decoration: none;text-align: center;padding: 16px 24px;text-transform: capitalize}

.mc-nav-link:last-child {
    border-right: none;
}

.mc-nav-link::before {z-index: 0;background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);width: 100%;left: 0;content: '';transition: opacity 0.3s ease;top: 0;height: 100%;opacity: 0;position: absolute}

.mc-nav-link::after {transition: width 0.3s ease;width: 0;z-index: 1;bottom: 0;height: 2px;left: 0;content: '';position: absolute;background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent)}

.mc-nav-link span,
.mc-nav-link {position: relative;z-index: 1}

.mc-nav-link:hover {color: #ffffff;transform: translateY(-2px)}

.mc-nav-link:hover::before {
    opacity: 1;
}

.mc-nav-link:hover::after {
    width: 100%;
}

.mc-footer-contact {margin-top: 3rem;border-top: 1px solid rgba(255, 255, 255, 0.1);padding-top: 2rem}

.mc-footer-contact h3 {font-size: 1.5rem;font-weight: 700;color: var(--primary-color);margin-bottom: 1.5rem}

.mc-contact-info {display: flex;flex-direction: column;gap: 1.5rem}

.mc-contact-item {display: flex;align-items: flex-start;gap: 1rem}

.mc-contact-icon {font-size: 1.5rem;margin-top: 0.2rem;flex-shrink: 0}

.mc-contact-details {
    flex: 1;
}

.mc-contact-details strong {color: var(--primary-color);display: block;font-size: 1rem;margin-bottom: 0.5rem}

.mc-contact-details p {margin: 0;font-size: 0.95rem;color: var(--text-gray);line-height: 1.6}

.mc-contact-details a {color: var(--primary-color);transition: color 0.3s ease;text-decoration: none}

.mc-contact-details a:hover {color: var(--secondary-color);text-decoration: underline}

.mc-google-map {box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);width: 100%;border-radius: 8px;margin-top: 0.5rem;overflow: hidden}

.mc-google-map iframe {width: 100%;height: 300px;border: none;display: block}

.mc-footer-copyright {font-size: 0.9rem;border-top: 1px solid rgba(255, 255, 255, 0.1);color: var(--text-gray);padding-top: 2rem;margin-top: 2rem;text-align: center}


@media (max-width: 767px) {
    footer {
        padding: 2rem 0 1.5rem;
    }
    
    .mc-footer-intro {
        margin-bottom: 2rem;
    }
    
    .mc-footer-intro h3 {
        font-size: 1.3rem;
    }
    
    .mc-footer-intro p {
        font-size: 0.95rem;
    }
    
    .mc-footer-nav {flex-direction: row;flex-wrap: wrap;border-radius: 8px;gap: 0}
    
    .mc-nav-link {border-bottom: 1px solid rgba(255, 255, 255, 0.06);min-width: 0;justify-content: center;min-height: 44px;font-size: 13px;display: flex;overflow: hidden;white-space: nowrap;border-right: 1px solid rgba(255, 255, 255, 0.08);align-items: center;flex: 1 1 calc(33.333% - 1px);text-overflow: ellipsis;box-sizing: border-box;padding: 12px 8px;text-align: center}
    
    .mc-nav-link:nth-child(3n) {
        border-right: none;
    }
    
    .mc-nav-link:nth-child(n+4) {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }
    
    .mc-nav-link:last-child {
        border-right: none;
    }
    
    .mc-nav-link::after {transform: none;left: 0;width: 0}
    
    .mc-nav-link:hover::after {
        width: 100%;
    }
    
    .mc-footer-contact {margin-top: 2rem;padding-top: 1.5rem}
    
    .mc-footer-contact h3 {margin-bottom: 1.2rem;font-size: 1.3rem}
    
    .mc-contact-info {
        gap: 1.2rem;
    }
    
    .mc-contact-item {flex-direction: column;gap: 0.5rem}
    
    .mc-contact-icon {
        font-size: 1.3rem;
    }
    
    .mc-contact-details strong {
        font-size: 0.95rem;
    }
    
    .mc-contact-details p {
        font-size: 0.9rem;
    }
    
    .mc-google-map {
        margin-top: 1rem;
    }
    
    .mc-google-map iframe {
        height: 250px;
    }
    
    .mc-footer-copyright {padding-top: 1.5rem;font-size: 0.85rem;margin-top: 1.5rem}
}

@media (max-width: 480px) {
    .mc-footer-nav {flex-wrap: wrap;gap: 0}
    
    .mc-nav-link {min-width: 0;white-space: nowrap;font-size: 12px;padding: 12px 6px;border-bottom: 1px solid rgba(255, 255, 255, 0.06);border-right: 1px solid rgba(255, 255, 255, 0.08);min-height: 44px;flex: 1 1 calc(33.333% - 1px);overflow: hidden;text-overflow: ellipsis}
    
    .mc-nav-link:nth-child(3n) {
        border-right: none;
    }
    
    .mc-nav-link:nth-child(n+4) {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }
    
    .mc-nav-link:last-child {
        border-right: none;
    }
}

@media (max-width: 360px) {
    .mc-nav-link {min-height: 44px;padding: 12px 4px;font-size: 11px}
}


a {transition: color 0.3s ease;-webkit-tap-highlight-color: rgba(255, 255, 255, 0.12)}

a:hover {
    color: var(--primary-color);
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--casino-dark);
}

::-webkit-scrollbar-thumb {border-radius: 5px;border: 1px solid rgba(255, 255, 255, 0.06);background: linear-gradient(180deg, #2a2a2a 0%, #171717 100%)}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #3a3a3a 0%, #222222 100%);
}


@media (prefers-reduced-motion: no-preference) {
    * {
        scroll-behavior: smooth;
    }
    
    @keyframes pulse {
        0%, 100% {
            opacity: 1;
        }
        50% {
            opacity: 0.7;
        }
    }
    
    .mc-btn {
        animation: pulse 3s ease-in-out infinite;
    }
}


@media (max-width: 767px) {
    img {
        border-radius: 8px;
    }
}


section.mc-bg-primary {
    position: relative;
}

section.mc-bg-primary::after , [data-sf-shell].mc-bg-primary::after{content: '🎰';right: 10px;pointer-events: none;opacity: 0.1;font-size: 2rem;position: absolute;top: 10px}


.mc-games-intro {font-size: 1.05rem;max-width: 900px;text-align: center;color: var(--text-gray);line-height: 1.8;padding: 0 1rem;margin: 2rem auto}

.mc-games-category {margin: 2.5rem 0 1rem 0;padding-bottom: 0.5rem;font-weight: 700;font-size: 1.4rem;color: var(--primary-color);border-bottom: 1px solid rgba(255, 255, 255, 0.15)}

.mc-games-text {font-size: 1rem;text-align: justify;line-height: 1.8;margin-bottom: 1.25rem;color: var(--text-gray)}

.mc-games-text strong {color: var(--primary-color);font-weight: 700}

.mc-games-link {text-align: center;margin: 1.5rem 0}

.mc-games-link .mc-text-link {font-weight: 600;font-size: 1.05rem;display: inline-block;padding: 0.5rem 0}


@media (max-width: 767px) {
    .mc-games-intro {margin: 1.5rem auto;text-align: left;padding: 0 0.5rem;font-size: 0.95rem}
    
    .mc-games-category {margin: 2rem 0 1rem 0;font-size: 1.2rem}
    
    .mc-games-text {line-height: 1.7;padding: 0 0.5rem;text-align: left;font-size: 0.95rem;margin-bottom: 1rem}
    
    .mc-games-link {margin: 1.25rem 0;padding: 0 0.5rem}
    
    .mc-games-link .mc-text-link {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .mc-games-intro {
        font-size: 0.9rem;
    }
    
    .mc-games-category {font-size: 1.1rem;margin: 1.5rem 0 0.75rem 0}
    
    .mc-games-text {line-height: 1.6;font-size: 0.9rem}
}


.mc-content-section {
    padding: 4rem 0;
}

.mc-section-title {font-size: 2.5rem;text-transform: uppercase;margin-bottom: 1rem;letter-spacing: 1px;color: #e5e5e5;text-align: center;font-weight: 700}

.mc-section-subtitle {color: var(--text-gray);margin-bottom: 3rem;text-align: center;font-size: 1.2rem}


.mc-seo-section {padding: 2.5rem 0;border-bottom: 1px solid rgba(255, 255, 255, 0.06)}

.mc-seo-section:last-of-type {
    border-bottom: none;
}

h2.mc-seo-section-title.mc-text-white {color: #f5f5f5 !important;background: none !important;-webkit-background-clip: border-box !important;background-clip: border-box !important;-webkit-text-fill-color: #f5f5f5 !important;text-shadow: 0 2px 20px rgba(0, 0, 0, 0.85)}

.mc-bg-gradient-dark {border-top: 1px solid rgba(255, 255, 255, 0.08);border-bottom: 1px solid rgba(255, 255, 255, 0.08);background: linear-gradient(180deg, rgba(8, 8, 8, 0.98) 0%, rgba(14, 14, 14, 0.95) 50%, rgba(6, 6, 6, 0.98) 100%)}


.mc-cards-row {margin: 0 0 2rem 0 !important;gap: 2rem !important;display: flex !important;margin-right: 0 !important;flex-wrap: wrap !important;width: 100% !important;margin-left: 0 !important;box-sizing: border-box !important}

.mc-cards-row [class*="col-"] {padding: 0 !important;box-sizing: border-box !important}


.mc-cards-2-col .mc-col-12,
.mc-cards-3-col .mc-col-12,
.mc-cards-4-col .mc-col-12,
.mc-cards-6-col .mc-col-12 {flex: 0 0 100% !important;width: 100% !important;max-width: 100% !important}

@media (min-width: 768px) {
    .mc-cards-3-col .mc-col-md-4,
    .mc-cards-3-col [class*="col-md-4"],
    .mc-row.mc-cards-row.mc-cards-3-col .mc-col-md-4,
    .mc-row.mc-cards-row.mc-cards-3-col [class*="col-md-4"] {max-width: calc(33.333% - 1.33rem) !important;width: calc(33.333% - 1.33rem) !important;flex: 0 0 calc(33.333% - 1.33rem) !important}
    .mc-cards-4-col .mc-col-md-6,
    .mc-cards-4-col [class*="col-md-6"] {width: calc(50% - 1rem) !important;max-width: calc(50% - 1rem) !important;flex: 0 0 calc(50% - 1rem) !important}
    .mc-cards-6-col .mc-col-md-4,
    .mc-cards-6-col [class*="col-md-4"] {flex: 0 0 calc(33.333% - 1.33rem) !important;width: calc(33.333% - 1.33rem) !important;max-width: calc(33.333% - 1.33rem) !important}
}

@media (min-width: 992px) {
    .mc-cards-2-col .mc-col-lg-6,
    .mc-cards-2-col [class*="col-lg-6"] {width: calc(50% - 1rem) !important;max-width: calc(50% - 1rem) !important;flex: 0 0 calc(50% - 1rem) !important}
    .mc-cards-3-col .mc-col-md-4,
    .mc-cards-3-col [class*="col-md-4"],
    .mc-cards-3-col .mc-col-lg-4,
    .mc-cards-row.mc-cards-3-col .mc-col-md-4,
    .mc-row.mc-cards-row.mc-cards-3-col .mc-col-md-4,
    .mc-row.mc-cards-row.mc-cards-3-col [class*="col-md-4"],
    .mc-row.mc-cards-row.mc-cards-3-col .mc-col-lg-4 {width: calc(33.333% - 1.33rem) !important;flex: 0 0 calc(33.333% - 1.33rem) !important;max-width: calc(33.333% - 1.33rem) !important}
    .mc-cards-4-col .mc-col-lg-3,
    .mc-cards-4-col [class*="col-lg-3"],
    .mc-cards-4-col .mc-col-md-6,
    .mc-cards-row.mc-cards-4-col .mc-col-lg-3 {flex: 0 0 calc(25% - 1.5rem) !important;width: calc(25% - 1.5rem) !important;max-width: calc(25% - 1.5rem) !important}
    .mc-cards-6-col .mc-col-lg-2,
    .mc-cards-6-col [class*="col-lg-2"],
    .mc-cards-6-col .mc-col-md-4,
    .mc-cards-row.mc-cards-6-col .mc-col-lg-2 {max-width: calc(16.666% - 1.66rem) !important;flex: 0 0 calc(16.666% - 1.66rem) !important;width: calc(16.666% - 1.66rem) !important}
}


.mc-content-card {padding: 2rem;flex-direction: column;box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);transition: all 0.3s ease;height: 100%;border: 1px solid rgba(255, 255, 255, 0.1);display: flex;background: linear-gradient(145deg, rgba(18, 18, 18, 0.95) 0%, rgba(8, 8, 8, 0.98) 100%);border-radius: 15px}

.mc-content-card:hover {box-shadow: 0 12px 36px rgba(0, 0, 0, 0.55);border-color: rgba(255, 255, 255, 0.22);transform: translateY(-5px)}

.mc-content-card h3 {margin: 1rem 0;font-weight: 700;color: #e5e5e5;font-size: 1.5rem}

.mc-content-card h4 {font-weight: 600;color: rgb(212,212,212);font-size: 1.2rem;margin: 0 0 0.5rem 0}

.mc-content-card p {color: var(--text-gray);line-height: 1.8;flex-grow: 1;margin-bottom: 1rem}


.mc-card-feature,
.mc-card-step,
.mc-card-bonus,
.mc-card-game,
.mc-card-developer,
.mc-card-type,
.mc-card-stat,
.mc-card-security,
.mc-card-support,
.mc-card-tech {
    text-align: center;
}

.mc-card-icon,
.mc-security-icon,
.mc-tech-icon {font-size: 4rem;line-height: 1;margin-bottom: 1rem}

.mc-card-horizontal {align-items: center;flex-direction: row !important;display: flex !important;text-align: left}

.mc-card-horizontal .mc-card-icon,
.mc-card-horizontal .mc-security-icon,
.mc-card-horizontal .mc-tech-icon,
.mc-card-horizontal .mc-type-icon {flex-shrink: 0;font-size: 4rem;margin-right: 2rem;margin-bottom: 0}

.mc-card-horizontal .mc-step-number {margin-bottom: 0;height: 60px;margin-right: 2rem;width: 60px;flex-shrink: 0}

.mc-card-horizontal .mc-stat-number {flex-shrink: 0;margin-right: 2rem;font-size: 3.5rem;margin-bottom: 0}

.mc-card-horizontal .mc-card-content {
    flex: 1;
}

.mc-card-horizontal .mc-card-content h3 {margin-bottom: 0.5rem;margin-top: 0}

.mc-card-horizontal .mc-card-content p {
    margin-bottom: 0;
}

.mc-card-tech-horizontal {align-items: center;text-align: left;display: flex !important;flex-direction: row !important}

.mc-card-tech-horizontal .mc-tech-icon {margin-right: 2rem;flex-shrink: 0;font-size: 4rem;margin-bottom: 0}

.mc-card-tech-horizontal .mc-tech-content {
    flex: 1;
}

.mc-card-tech-horizontal .mc-tech-content h3 {margin-top: 0;margin-bottom: 0.5rem}

.mc-card-tech-horizontal .mc-tech-content p {
    margin-bottom: 0;
}

.mc-type-icon,
.mc-support-icon {font-size: 3rem;margin-bottom: 1rem}

.mc-step-number {justify-content: center;border-radius: 50%;box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);font-weight: 700;width: 60px;height: 60px;margin: 0 auto 1rem;align-items: center;border: 1px solid rgba(255, 255, 255, 0.12);background: linear-gradient(145deg, #2a2a2a 0%, #141414 100%);display: flex;font-size: 2rem;color: #fafafa}

.mc-bonus-badge {padding: 0.5rem 1rem;border-radius: 20px;font-size: 0.8rem;text-transform: uppercase;background: linear-gradient(135deg, #262626 0%, #0a0a0a 100%);position: absolute;font-weight: 700;color: var(--text-white);border: 1px solid rgba(255, 255, 255, 0.12);right: -10px;box-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);top: -10px}

.mc-bonus-amount {font-size: 1.8rem;font-weight: 700;color: var(--primary-color);margin: 1rem 0}

.mc-card-image {height: 200px;border-radius: 10px;width: 100%;overflow: hidden;margin-bottom: 1rem}

.mc-card-image img {object-fit: cover;height: 100%;width: 100%;transition: transform 0.3s ease}

.mc-card-game:hover .mc-card-image img {
    transform: scale(1.1);
}


.mc-card-game-redesign {padding: 0 !important;overflow: hidden}

.mc-card-image-full {position: relative;overflow: hidden;min-height: 250px;width: 100%}

.mc-card-image-full img {display: block;object-fit: contain;transition: transform 0.3s ease;width: 100%;height: 100%}

.mc-card-game-redesign:hover .mc-card-image-full img {
    transform: scale(1.05);
}

.mc-card-game-info {
    padding: 1.5rem;
}

.mc-card-game-info h3 {margin-top: 0;font-size: 1.3rem;margin-bottom: 0.5rem}

.mc-game-rtp {color: var(--primary-color);font-weight: 600;font-size: 0.95rem;margin-bottom: 0.75rem}

.mc-game-description {margin-bottom: 1rem;min-height: 60px;line-height: 1.6;font-size: 0.9rem;color: var(--text-gray)}

.mc-btn-block {text-align: center;width: 100%}

.mc-card-type-wide {text-align: left;display: flex;align-items: center}

.mc-card-type-wide .mc-type-icon {margin-bottom: 0;font-size: 4rem;flex-shrink: 0;margin-right: 2rem}

.mc-stat-number {margin-bottom: 1rem;line-height: 1;font-weight: 700;font-size: 3.5rem;color: #e5e5e5}

.mc-card-developer {
    padding: 1.5rem;
}


.mc-app-features {
    margin: 2rem 0;
}

.mc-app-feature-item {display: flex;color: var(--text-gray);margin-bottom: 1rem;align-items: center}

.mc-feature-check {font-size: 1.5rem;color: var(--primary-color);margin-right: 1rem;font-weight: 700}

.mc-app-buttons {flex-wrap: wrap;display: flex;gap: 1rem}


.mc-faq-list {
    margin-top: 2rem;
}

.mc-faq-item {overflow: hidden;border: 1px solid rgba(255, 255, 255, 0.1);border-radius: 10px;margin-bottom: 1rem;transition: all 0.3s ease;background: linear-gradient(145deg, rgba(18, 18, 18, 0.95) 0%, rgba(8, 8, 8, 0.98) 100%)}

.mc-faq-item:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.mc-faq-question {user-select: none;justify-content: space-between;cursor: pointer;padding: 1.5rem;align-items: center;display: flex}

.mc-faq-question h4 {margin: 0;color: #e5e5e5;font-size: 1.2rem;flex-grow: 1}

.mc-faq-toggle {font-weight: 700;transition: transform 0.3s ease;margin-left: 1rem;font-size: 2rem;color: var(--primary-color)}

.mc-faq-item.mc-active .mc-faq-toggle {
    transform: rotate(45deg);
}

.mc-faq-answer {overflow: hidden;padding: 0 1.5rem;transition: max-height 0.3s ease, padding 0.3s ease;max-height: 0}

.mc-faq-item.mc-active .mc-faq-answer {padding: 0 1.5rem 1.5rem;max-height: 500px}

.mc-faq-answer p {color: var(--text-gray);line-height: 1.8;margin: 0}


.mc-rtp-table-wrapper {margin-top: 2rem;overflow-x: auto}

.mc-rtp-comparison-table {width: 100%;background: linear-gradient(145deg, rgba(16, 16, 16, 0.98) 0%, rgba(6, 6, 6, 0.99) 100%);border-collapse: collapse;border-radius: 15px;overflow: hidden;box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);border: 1px solid rgba(255, 255, 255, 0.08)}

.mc-rtp-comparison-table thead {
    background: linear-gradient(180deg, #1f1f1f 0%, #0d0d0d 100%);
}

.mc-rtp-comparison-table th {padding: 1.5rem 1rem;color: rgb(245,245,245);font-weight: 700;text-transform: uppercase;letter-spacing: 0.5px;font-size: 1rem;text-align: left}

.mc-rtp-comparison-table tbody tr {border-bottom: 1px solid rgba(255, 255, 255, 0.06);transition: background 0.3s ease}

.mc-rtp-comparison-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.04);
}

.mc-rtp-comparison-table tbody tr:last-child {
    border-bottom: none;
}

.mc-rtp-comparison-table td {vertical-align: middle;padding: 1.25rem 1rem;color: var(--text-gray)}

.mc-rtp-comparison-table td strong {font-weight: 700;color: var(--primary-color)}

.mc-rtp-comparison-table .mc-rtp-value {color: rgba(229,229,229,1);font-weight: 700;font-size: 1.1rem}


@media (max-width: 767px) {
    .mc-content-section { padding: 2.5rem 0; }
    .mc-section-title { font-size: 1.8rem; }
    .mc-section-subtitle {margin-bottom: 2rem;font-size: 1rem}
    .mc-cards-row { gap: 1.5rem; }
    .mc-content-card { padding: 1.5rem; }
    .mc-content-card h3 { font-size: 1.3rem; }
    .mc-card-icon, .mc-security-icon, .mc-tech-icon { font-size: 3rem; }
    .mc-step-number {font-size: 1.5rem;height: 50px;width: 50px}
    .mc-stat-number { font-size: 2.5rem; }
    .mc-card-type-wide {flex-direction: column;text-align: center}
    .mc-card-type-wide .mc-type-icon {margin-right: 0;margin-bottom: 1rem}
    .mc-card-horizontal {text-align: center;flex-direction: column !important}
    .mc-card-horizontal .mc-card-icon,
    .mc-card-horizontal .mc-security-icon,
    .mc-card-horizontal .mc-tech-icon,
    .mc-card-horizontal .mc-type-icon,
    .mc-card-horizontal .mc-step-number,
    .mc-card-horizontal .mc-stat-number {margin-right: 0;margin-bottom: 1rem}
    .mc-card-horizontal .mc-step-number { margin: 0 auto 1rem; }
    .mc-card-tech-horizontal {text-align: center;flex-direction: column !important}
    .mc-card-tech-horizontal .mc-tech-icon {margin-bottom: 1rem;margin-right: 0}
    .mc-card-image-full { min-height: 200px; }
    .mc-game-description { min-height: auto; }
    .mc-rtp-comparison-table { font-size: 0.9rem; }
    .mc-rtp-comparison-table th,
    .mc-rtp-comparison-table td { padding: 1rem 0.75rem; }
    .mc-rtp-comparison-table th { font-size: 0.85rem; }
    .mc-app-buttons { justify-content: center; }
    .mc-faq-question h4 { font-size: 1rem; }
}

@media (max-width: 480px) {
    .mc-section-title { font-size: 1.5rem; }
    .mc-content-card { padding: 1.25rem; }
    .mc-bonus-amount { font-size: 1.5rem; }
    .mc-stat-number { font-size: 2rem; }
}









.mc-inner-page {
    min-height: 100vh;
}


.mc-inner-hero {background: linear-gradient(180deg, rgba(8, 8, 8, 0.98) 0%, rgba(14, 14, 14, 0.95) 100%);padding: 3rem 0;text-align: center;border-bottom: 1px solid rgba(255, 255, 255, 0.1)}

.mc-inner-hero h1 {line-height: 1.3;margin-bottom: 1rem;font-size: 2.2rem;font-weight: 700;color: #e5e5e5}

.mc-inner-hero .mc-hero-description {font-size: 1.1rem;margin: 0 auto;line-height: 1.8;max-width: 900px;color: var(--text-gray)}


.mc-inner-content-section {
    padding: 3rem 0;
}

.mc-inner-content-section:nth-child(even) {
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.55) 0%, rgba(6, 6, 6, 0.45) 100%);
}

.mc-inner-section-title {font-size: 2rem;font-weight: 700;text-align: center;color: #e5e5e5;margin-bottom: 1rem}

.mc-inner-section-subtitle {color: var(--text-gray);margin-right: auto;margin-bottom: 2rem;max-width: 800px;margin-left: auto;font-size: 1.1rem;text-align: center}


.mc-image-grid {margin: 2rem 0;gap: 1.5rem;display: flex;flex-direction: column}

.mc-image-grid-main {border-radius: 15px;border: 1px solid rgba(255, 255, 255, 0.1);overflow: hidden;position: relative;background: linear-gradient(145deg, rgba(18, 18, 18, 0.95) 0%, rgba(8, 8, 8, 0.98) 100%);width: 100%;transition: all 0.3s ease;box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45)}

.mc-image-grid-main:hover {transform: translateY(-5px);border-color: rgba(255, 255, 255, 0.22);box-shadow: 0 12px 36px rgba(0, 0, 0, 0.55)}

.mc-image-grid-main img {height: auto;object-fit: contain;transition: transform 0.3s ease;width: 100%;max-height: 500px;display: block}

.mc-image-grid-main:hover img {
    transform: scale(1.02);
}

.mc-image-grid-main .mc-image-caption {border-top: 1px solid rgba(255, 255, 255, 0.1);background: linear-gradient(180deg, rgba(12, 12, 12, 0.99) 0%, rgba(6, 6, 6, 0.99) 100%);padding: 1.5rem}

.mc-image-grid-main .mc-image-title {line-height: 1.4;font-weight: 700;font-size: 1.4rem;color: #e5e5e5;margin-bottom: 0.75rem}

.mc-image-grid-main .mc-image-description {color: var(--text-gray);margin: 0;font-size: 1rem;line-height: 1.7}

.mc-image-grid-row {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 1.5rem}

.mc-image-grid-item {background: linear-gradient(145deg, rgba(18, 18, 18, 0.95) 0%, rgba(8, 8, 8, 0.98) 100%);overflow: hidden;transition: all 0.3s ease;position: relative;border-radius: 10px;box-shadow: 0 6px 22px rgba(0, 0, 0, 0.4);border: 1px solid rgba(255, 255, 255, 0.1)}

.mc-image-grid-item:hover {box-shadow: 0 10px 32px rgba(0, 0, 0, 0.5);transform: translateY(-5px);border-color: rgba(255, 255, 255, 0.2)}

.mc-image-grid-item img {width: 100%;transition: transform 0.3s ease;object-fit: contain;max-height: 250px;display: block;height: auto}

.mc-image-grid-item:hover img {
    transform: scale(1.02);
}

.mc-image-grid-item .mc-image-caption {background: linear-gradient(180deg, rgba(12, 12, 12, 0.98) 0%, rgba(6, 6, 6, 0.98) 100%);border-top: 1px solid rgba(255, 255, 255, 0.08);padding: 1rem}

.mc-image-grid-item .mc-image-title {margin-bottom: 0.5rem;font-weight: 600;line-height: 1.4;color: var(--primary-color);font-size: 1rem}

.mc-image-grid-item .mc-image-description {margin: 0;color: var(--text-gray);line-height: 1.6;font-size: 0.85rem}


.mc-content-text {margin-bottom: 1.5rem;color: var(--text-gray);line-height: 1.8;font-size: 1rem}

.mc-content-text p {
    margin-bottom: 1rem;
}

.mc-content-text strong {
    color: var(--primary-color);
}


.mc-content-block {margin: 0 auto;text-align: center;max-width: 900px}

.mc-content-block h3 {color: var(--casino-gold);font-size: 1.4rem;margin: 1.5rem 0 0.75rem}

.mc-content-image {max-width: 500px;margin: 1.25rem 0;height: 260px;width: 100%;border-radius: 15px;object-fit: cover}

.mc-content-list {line-height: 1.9;margin: 1rem 0;text-align: left;padding-left: 1.5rem;color: var(--text-gray)}

.mc-cards-grid {margin: 0 auto;gap: 1.5rem;display: grid}

.mc-cards-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.mc-cards-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
    .mc-cards-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .mc-cards-grid-2,
    .mc-cards-grid-4 {
        grid-template-columns: 1fr;
    }
}

.mc-testimonial-card {
    text-align: left;
}

.mc-testimonial-text {color: var(--text-gray);margin-bottom: 1rem;line-height: 1.8;font-style: italic}

.mc-testimonial-author {color: var(--casino-gold);font-weight: 600}


@media (max-width: 767px) {
    .mc-inner-hero h1 {
        font-size: 1.8rem;
    }
    
    .mc-inner-hero .mc-hero-description {
        font-size: 1rem;
    }
    
    .mc-inner-section-title {
        font-size: 1.6rem;
    }
    
    .mc-image-grid-row {grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));gap: 1rem}
    
    .mc-image-grid-main img {
        max-height: 350px;
    }
    
    .mc-image-grid-item img {
        max-height: 200px;
    }
    
    .mc-image-grid-main .mc-image-title {
        font-size: 1.2rem;
    }
    
    .mc-image-grid-main .mc-image-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .mc-inner-hero {
        padding: 2rem 0;
    }
    
    .mc-inner-hero h1 {
        font-size: 1.5rem;
    }
    
    .mc-inner-content-section {
        padding: 2rem 0;
    }
}



.sf-related-articles{background:rgba(255,255,255,.06);border:1px solid rgba(148,163,184,.24);max-width:1120px;border-radius:24px;box-shadow:0 16px 45px rgba(15,23,42,.08);margin:clamp(28px,5vw,56px) auto;padding:clamp(18px,3vw,28px)}
.sf-related-articles h2{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 8px;line-height:1.2}
.sf-related-articles>p{line-height:1.65;opacity:.78;margin:0 0 18px}
.sf-related-articles__list{list-style:none;display:grid;padding:0;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0}
.sf-related-articles__item{margin:0;list-style:none;padding:0}
.sf-related-articles__link{border-radius:18px;padding:16px;text-decoration:none;display:flex;min-height:100%;color:inherit;border:1px solid rgba(148,163,184,.18);transition:transform .18s ease,border-color .18s ease,background .18s ease;flex-direction:column;gap:7px;background:rgba(255,255,255,.08)}
.sf-related-articles__link:hover{background:rgba(255,255,255,.13);transform:translateY(-2px);border-color:rgba(59,130,246,.45)}
.sf-related-articles__type{color:inherit;border-radius:999px;text-transform:uppercase;font-size:.72rem;letter-spacing:.04em;padding:3px 9px;background:rgba(59,130,246,.14);opacity:.88;font-weight:700;width:max-content}
.sf-related-articles strong{font-size:1rem;line-height:1.35}
.sf-related-articles small{opacity:.72;line-height:1.45;font-size:.88rem}
@media(max-width:640px){.sf-related-articles{border-radius:18px;margin:28px 12px;padding:16px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
