 *,
 *::before,
 *::after {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 :root {
     --font-primary: 'Inter', sans-serif;
     --bg-primary: #0f1115;
     --bg-card: #1b2932;
     --bg-card-hover: #1d3058;
     --bg-sidebar: #1b2932;
     --bg-input: #1a2c51;
     --bg-header: #0f1115;
     --accent-gold: #3ff89f;
     --accent-gold-2: #00c853;
     --accent-green: #7e76c3;
     --accent-green-2: #3a82f7;
     --text-primary: #ffffff;
     --text-secondary: #b3c1db;
     --text-muted: #8497ba;
     --border: #213661;
     --border-gold: rgba(0, 230, 118, 0.35);
     --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.6);
     --shadow-hover: 0 8px 36px rgba(0, 0, 0, 0.8);
     --shadow-gold: 0 0 20px rgba(0, 230, 118, 0.35);
     --radius-card: 12px;
     --radius-btn: 14px;
     --radius-pill: 30px;
     --sidebar-w: 220px;
     --header-h: 60px;
     --header-h-mob: 56px;
     --nav-h: 44px;
     --transition: 0.2s ease;
     font-size: 16px;
 }

 html {
     scroll-behavior: smooth;
 }

 body {
     font-family: var(--font-primary);
     background: var(--bg-primary);
     color: var(--text-primary);
     min-height: 100vh;
     overflow-x: hidden;
 }

 a {
     text-decoration: none;
     color: inherit;
 }

 ul {
     list-style: none;
 }

 img {
     display: block;
     max-width: 100%;
 }

 ::-webkit-scrollbar {
     width: 5px;
     height: 5px;
 }

 ::-webkit-scrollbar-track {
     background: var(--bg-card);
 }

 ::-webkit-scrollbar-thumb {
     background: #3a2e1a;
     border-radius: 3px;
 }

 .sm-site-header {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 100;
     height: var(--header-h);
     background: var(--bg-header);
     border-bottom: 1px solid var(--border);
 }

 .sm-header-inner {
     display: flex;
     align-items: center;
     gap: 14px;
     padding: 0 16px;
     height: var(--header-h);
     max-width: 1800px;
     margin: 0 auto;
     width: 100%;
 }

 .sm-header-menu-btn {
     background: none;
     border: none;
     color: var(--text-secondary);
     font-size: 1.2rem;
     cursor: pointer;
     padding: 6px;
     display: flex;
     align-items: center;
 }

 .sm-header-logo {
     display: flex;
     align-items: center;
     flex-shrink: 0;
 }

 .sm-logo-img {
     height: 150px;
     width: auto;
 }

 .sm-header-search {
     flex: 1;
     position: relative;
     display: flex;
     align-items: center;
     max-width: 380px;
     margin-left: auto;
 }

 .sm-header-search .fa-magnifying-glass {
     position: absolute;
     left: 12px;
     color: var(--text-muted);
     font-size: 0.85rem;
     pointer-events: none;
 }

 .sm-header-search input {
     width: 100%;
     background: var(--bg-input);
     border: 1px solid var(--border);
     border-radius: var(--radius-btn);
     padding: 9px 14px 9px 34px;
     font-family: var(--font-primary);
     font-size: 0.82rem;
     color: var(--text-primary);
     outline: none;
     transition: border-color var(--transition);
 }

 .sm-header-search input::placeholder {
     color: var(--text-muted);
 }

 .sm-header-search input:focus {
     border-color: var(--accent-gold);
 }

 .sm-header-actions {
     display: flex;
     align-items: center;
     gap: 8px;
     flex-shrink: 0;
 }

 .sm-btn-mob-search {
     display: none;
     background: none;
     border: none;
     color: var(--text-secondary);
     font-size: 1.2rem;
     cursor: pointer;
     padding: 6px;
 }

 .sm-btn-login {
     background: transparent;
     border: 1.5px solid var(--accent-gold);
     color: var(--accent-gold);
     padding: 8px 20px;
     border-radius: var(--radius-btn);
     font-family: var(--font-primary);
     font-size: 0.82rem;
     font-weight: 700;
     cursor: pointer;
     letter-spacing: 0.5px;
     text-transform: uppercase;
     transition: background var(--transition), color var(--transition);
 }

 .sm-btn-login:hover {
     background: rgba(201, 168, 76, 0.12);
 }

 .sm-btn-register {
     display: inline-block;
     background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-2));
     color: #0f0d0a;
     padding: 9px 22px;
     border-radius: var(--radius-btn);
     font-size: 0.82rem;
     font-weight: 800;
     cursor: pointer;
     letter-spacing: 0.5px;
     text-transform: uppercase;
     transition: opacity var(--transition), transform var(--transition), box-shadow var(--transition);
     box-shadow: 0 2px 14px rgba(201, 168, 76, 0.4);
 }

 .sm-btn-register:hover {
     opacity: 0.92;
     transform: translateY(-1px);
     box-shadow: 0 4px 22px rgba(201, 168, 76, 0.55);
 }

 .sm-mobile-tab-nav {
     display: none;
     position: fixed;
     top: var(--header-h);
     left: 0;
     right: 0;
     z-index: 95;
     height: var(--nav-h);
     background: var(--bg-header);
     border-bottom: 1px solid var(--border);
     align-items: center;
     justify-content: center;
     gap: 0;
 }

 .sm-mob-tab {
     display: flex;
     align-items: center;
     padding: 0 22px;
     height: 100%;
     font-size: 0.8rem;
     font-weight: 700;
     letter-spacing: 0.8px;
     text-transform: uppercase;
     color: var(--text-secondary);
     border-bottom: 2px solid transparent;
     transition: color var(--transition), border-color var(--transition);
 }

 .sm-mob-tab.active,
 .sm-mob-tab:hover {
     color: var(--text-primary);
     border-color: var(--accent-gold);
 }

 .sm-mob-tab-sep {
     color: var(--accent-gold);
     font-size: 0.5rem;
 }

 .sm-layout-wrapper {
     display: flex;
     margin-top: var(--header-h);
     min-height: calc(100vh - var(--header-h));
 }

 .sm-sidebar {
     position: fixed;
     top: var(--header-h);
     left: 0;
     bottom: 0;
     width: var(--sidebar-w);
     background: var(--bg-sidebar);
     border-right: 1px solid var(--border);
     z-index: 90;
     overflow-y: auto;
     overflow-x: hidden;
     padding: 6px 0 80px;
     display: flex;
     flex-direction: column;
 }

 .sm-sidebar-item {
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 11px 18px;
     color: var(--text-secondary);
     font-size: 0.82rem;
     font-weight: 600;
     letter-spacing: 0.3px;
     text-transform: uppercase;
     cursor: pointer;
     transition: background var(--transition), color var(--transition);
     border-left: 3px solid transparent;
 }

 .sm-sidebar-item .sm-si-icon {
     width: 20px;
     height: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1rem;
     flex-shrink: 0;
 }

 .sm-sidebar-item:hover {
     background: rgba(201, 168, 76, 0.07);
     color: var(--text-primary);
     border-left-color: var(--accent-gold);
 }

 .sm-sidebar-item.active {
     background: rgba(201, 168, 76, 0.12);
     color: var(--accent-gold);
     border-left-color: var(--accent-gold);
 }

 .sm-sidebar-divider {
     height: 1px;
     background: var(--border);
     margin: 4px 0;
 }

 .sm-sidebar-footer {
     margin-top: auto;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 12px 18px;
     border-top: 1px solid var(--border);
 }

 .sm-sidebar-lang,
 .sm-sidebar-help {
     display: flex;
     align-items: center;
     gap: 6px;
     font-size: 0.75rem;
     color: var(--text-muted);
     cursor: pointer;
     transition: color var(--transition);
 }

 .sm-sidebar-lang:hover,
 .sm-sidebar-help:hover {
     color: var(--text-secondary);
 }

 .sm-sidebar-lang img {
     width: 20px;
     height: 14px;
     border-radius: 2px;
 }

 body.layout-topbar .sm-sidebar {
     bottom: auto;
     width: 100%;
     height: 56px;
     flex-direction: row;
     align-items: center;
     padding: 0 16px;
     border-right: none;
     border-bottom: 1px solid var(--border);
     overflow-y: hidden;
     overflow-x: auto;
     white-space: nowrap;
 }

 body.layout-topbar .sm-sidebar::-webkit-scrollbar {
     display: none;
 }

 body.layout-topbar .sm-sidebar-item {
     border-left: none;
     border-bottom: 3px solid transparent;
     padding: 0 16px;
     height: 100%;
 }

 body.layout-topbar .sm-sidebar-item:hover {
     background: transparent;
     border-bottom-color: var(--accent-gold);
 }

 body.layout-topbar .sm-sidebar-item.active {
     background: transparent;
     border-bottom-color: var(--accent-gold);
 }

 body.layout-topbar .sm-sidebar-divider {
     width: 1px;
     height: 24px;
     margin: 0 8px;
 }

 body.layout-topbar .sm-sidebar-footer {
     display: none;
 }

 body.layout-topbar .sm-site-footer {
     margin-left: 0;
 }

 .sm-main-content {
     margin-left: var(--sidebar-w);
     flex: 1;
     padding: 20px 24px 60px;
     max-width: calc(1800px - var(--sidebar-w));
     overflow-x: hidden;
     transition: margin var(--transition), max-width var(--transition);
 }

 body.layout-topbar .sm-main-content {
     margin-left: 0;
     margin-top: 56px;
     max-width: 1800px;
     margin-inline: auto;
 }

 body.layout-none {
     --sidebar-w: 0px !important;
 }

 body.layout-none .sm-sidebar,
 body.layout-none .sm-mobile-bottom-nav,
 body.layout-none .sm-header-menu-btn {
     display: none !important;
 }

 body.layout-none .sm-site-footer {
     padding-bottom: 26px !important;
 }

 .sm-providers-section {
     padding: 30px 20px;
     text-align: center;
     background: var(--bg-card);
     margin-bottom: 24px;
     border-radius: var(--radius-btn);
 }

 .sm-providers-title {
     color: var(--text-secondary);
     margin-bottom: 20px;
     font-size: 1rem;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 .sm-providers-grid {
     display: flex;
     gap: 30px;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
 }

 .sm-provider-logo {
     height: 45px;
     opacity: 0.6;
     transition: all 0.3s ease;
     cursor: pointer;
 }

 .sm-provider-logo:hover {
     opacity: 1;
     transform: scale(1.05);
 }

 .sm-hero-section {
     position: relative;
     border-radius: var(--radius-card);
     overflow: hidden;
     margin-bottom: 32px;
     min-height: 300px;
     border: 1px solid var(--border-gold);
     box-shadow: var(--shadow-gold);
     background: #0d1a12;
 }

 .sm-hero-bg {
     position: absolute;
     inset: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center top;
     z-index: 0;
 }

 .sm-hero-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(90deg, rgba(10, 20, 14, 0.92) 0%, rgba(10, 20, 14, 0.6) 55%, rgba(10, 20, 14, 0.1) 100%);
     z-index: 1;
 }

 .sm-hero-content {
     position: relative;
     z-index: 2;
     padding: 44px 52px;
     max-width: 520px;
 }

 .sm-hero-split {
     display: flex;
     background: var(--bg-card);
     border: 1px solid var(--border);
     box-shadow: none;
 }

 .sm-hero-split .sm-hero-overlay {
     display: none;
 }

 .sm-hero-split picture {
     width: 50%;
     position: relative;
 }

 .sm-hero-split .sm-hero-content {
     width: 50%;
     max-width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 @media (max-width:1024px) {
     .sm-hero-split {
         flex-direction: column;
     }

     .sm-hero-split picture,
     .sm-hero-split .sm-hero-content {
         width: 100%;
     }

     .sm-hero-split picture {
         height: 280px;
     }
 }

 .sm-hero-label {
     font-size: 0.9rem;
     font-weight: 600;
     color: rgba(255, 255, 255, 0.75);
     margin-bottom: 10px;
     letter-spacing: 0.5px;
 }

 .sm-hero-headline {
     font-size: 2.2rem;
     font-weight: 900;
     color: #fff;
     line-height: 1.2;
     margin-bottom: 24px;
 }

 .sm-hero-headline span {
     color: var(--accent-gold-2);
 }

 .sm-btn-join {
     display: inline-block;
     background: linear-gradient(135deg, var(--accent-green), var(--accent-green-2));
     color: #fff;
     font-weight: 800;
     font-size: 0.95rem;
     padding: 14px 52px;
     border-radius: var(--radius-btn);
     letter-spacing: 1px;
     text-transform: uppercase;
     box-shadow: 0 4px 20px rgba(26, 122, 94, 0.5);
     transition: transform var(--transition), box-shadow var(--transition);
     animation: btnPulse 2.6s infinite;
     margin-bottom: 20px;
     margin-top: 20px;
     display: block;
     text-align: center;
     max-width: 280px;
 }

 .sm-btn-join:hover {
     transform: translateY(-2px);
     box-shadow: 0 6px 30px rgba(26, 122, 94, 0.7);
 }

 @keyframes btnPulse {

     0%,
     100% {
         box-shadow: 0 4px 20px rgba(26, 122, 94, 0.5);
     }

     50% {
         box-shadow: 0 4px 36px rgba(26, 122, 94, 0.8);
     }
 }

 .sm-hero-payments {
     display: flex;
     align-items: center;
     gap: 10px;
     flex-wrap: wrap;
 }

 .sm-hero-payments img {
     height: 22px;
     width: auto;
     opacity: 0.8;
     filter: brightness(1.1);
 }

 .sm-features-section {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
     gap: 16px;
     margin-bottom: 30px;
 }

 .sm-feature-card {
     background: var(--bg-card);
     padding: 20px;
     border-radius: var(--radius-btn);
     text-align: center;
     transition: transform var(--transition), box-shadow var(--transition);
 }

 .sm-feature-card:hover {
     transform: translateY(-4px);
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
 }

 .sm-feature-icon {
     font-size: 24px;
     color: var(--accent-gold);
     margin-bottom: 10px;
 }

 .sm-feature-card h4 {
     color: var(--text-primary);
     margin-bottom: 8px;
 }

 .sm-feature-card p {
     color: var(--text-muted);
     font-size: 0.85rem;
     margin: 0;
 }

 .sm-section-header {
     display: flex;
     align-items: center;
     gap: 12px;
     margin-bottom: 16px;
 }

 .sm-section-title {
     font-size: 1.3rem;
     font-weight: 700;
     color: var(--text-primary);
     flex: 1;
 }

 .sm-btn-see-all {
     color: var(--accent-gold);
     font-size: 0.82rem;
     font-weight: 600;
     display: flex;
     align-items: center;
     gap: 4px;
     transition: opacity var(--transition);
 }

 .sm-btn-see-all:hover {
     opacity: 0.75;
 }

 .sm-section-nav {
     display: flex;
     gap: 6px;
 }

 .sm-btn-nav {
     width: 32px;
     height: 32px;
     border-radius: 6px;
     border: 1px solid var(--border-gold);
     background: var(--bg-card);
     color: var(--text-secondary);
     cursor: pointer;
     font-size: 0.78rem;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: background var(--transition), color var(--transition), border-color var(--transition);
 }

 .sm-btn-nav:hover {
     background: var(--accent-gold);
     color: #0f0d0a;
     border-color: var(--accent-gold);
 }

 .sm-card-slider {
     display: flex;
     gap: 10px;
     overflow-x: auto;
     overflow-y: visible;
     scroll-snap-type: x mandatory;
     scrollbar-width: none;
     -webkit-overflow-scrolling: touch;
     padding-bottom: 4px;
 }

 .sm-card-slider::-webkit-scrollbar {
     display: none;
 }

 .sm-casino-section {
     margin-bottom: 36px;
 }

 .sm-casino-card {
     display: block;
     border-radius: var(--radius-card);
     overflow: hidden;
     aspect-ratio: 2 / 3;
     width: 160px;
     flex-shrink: 0;
     scroll-snap-align: start;
     background: url('../images/background_1.webp') center / cover no-repeat;
     border: 1px solid var(--border);
     cursor: pointer;
     font-size: 0;
     position: relative;
     transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
 }

 .sm-casino-card img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     display: block;
     position: relative;
     z-index: 1;
     transition: transform 0.3s ease;
 }

 .sm-card-label {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     background: linear-gradient(transparent, rgba(10, 10, 6, 0.92));
     padding: 20px 10px 10px;
     font-weight: 700;
     color: var(--text-primary);
     text-align: center;
     letter-spacing: 1.5px;
     text-transform: uppercase;
     font-size: 0.95rem;
     z-index: 2;
 }

 .sm-casino-card:hover {
     transform: translateY(-4px) scale(1.02);
     box-shadow: 0 0 0 2px var(--accent-gold), 0 8px 32px rgba(0, 0, 0, 0.7);
     border-color: var(--accent-gold);
 }

 .sm-casino-card:hover img {
     transform: scale(1.05);
 }

 .sm-live-section {
     margin-bottom: 36px;
 }

 .sm-live-card {
     display: block;
     border-radius: var(--radius-card);
     overflow: hidden;
     aspect-ratio: 2 / 3;
     width: 160px;
     flex-shrink: 0;
     scroll-snap-align: start;
     background: url('../images/background_1.webp') center / cover no-repeat;
     border: 1px solid var(--border);
     cursor: pointer;
     font-size: 0;
     position: relative;
     transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
 }

 .sm-live-card img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     display: block;
     position: relative;
     z-index: 1;
     transition: transform 0.3s ease;
 }

 .sm-live-card:hover {
     transform: translateY(-3px) scale(1.02);
     box-shadow: 0 0 0 2px var(--accent-gold), 0 8px 28px rgba(0, 0, 0, 0.7);
     border-color: var(--accent-gold);
 }

 .sm-live-card:hover img {
     transform: scale(1.05);
 }

 .sm-bonus-cta-section {
     margin-bottom: 36px;
 }

 .sm-bonus-cta-grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 14px;
 }

 .sm-bonus-cta-card {
     position: relative;
     display: block;
     border-radius: var(--radius-card);
     overflow: hidden;
     min-height: 180px;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     border: 1px solid var(--border-gold);
     cursor: pointer;
     transition: transform var(--transition), box-shadow var(--transition);
 }

 .sm-bonus-cta-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(120deg, rgba(8, 6, 2, 0.88) 0%, rgba(8, 6, 2, 0.65) 55%, rgba(8, 6, 2, 0.25) 100%);
     z-index: 1;
 }

 .sm-bonus-cta-body {
     position: relative;
     z-index: 2;
     padding: 22px 24px;
     display: flex;
     flex-direction: column;
     gap: 6px;
     height: 100%;
 }

 .sm-bonus-tag {
     font-size: 0.72rem;
     font-weight: 700;
     color: var(--accent-gold);
     text-transform: uppercase;
     letter-spacing: 1.2px;
     background: rgba(201, 168, 76, 0.12);
     border: 1px solid rgba(201, 168, 76, 0.3);
     border-radius: 4px;
     padding: 2px 8px;
     display: inline-block;
     align-self: flex-start;
 }

 .sm-bonus-title {
     font-size: 1.15rem;
     font-weight: 800;
     color: #fff;
     line-height: 1.2;
     margin-top: 2px;
 }

 .sm-bonus-desc {
     font-size: 0.8rem;
     color: rgba(255, 255, 255, 0.65);
     line-height: 1.55;
     max-width: 280px;
     margin-top: 2px;
     flex: 1;
 }

 .sm-bonus-btn {
     display: inline-block;
     margin-top: 10px;
     background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-2));
     color: #0f0d0a;
     font-size: 0.78rem;
     font-weight: 800;
     padding: 9px 20px;
     border-radius: var(--radius-btn);
     text-transform: uppercase;
     letter-spacing: 0.8px;
     align-self: flex-start;
     box-shadow: 0 2px 12px rgba(201, 168, 76, 0.4);
     transition: transform var(--transition), box-shadow var(--transition);
 }

 .sm-bonus-cta-card:hover {
     transform: translateY(-3px);
     box-shadow: var(--shadow-gold), 0 10px 32px rgba(0, 0, 0, 0.7);
 }

 .sm-bonus-cta-card:hover .sm-bonus-btn {
     transform: scale(1.04);
     box-shadow: 0 4px 20px rgba(201, 168, 76, 0.6);
 }

 .sm-sports-section {
     margin-bottom: 36px;
 }

 .sm-sport-card {
     display: block;
     border-radius: var(--radius-card);
     overflow: hidden;
     aspect-ratio: 2 / 3;
     width: 160px;
     flex-shrink: 0;
     scroll-snap-align: start;
     background: url('../images/background.webp') center / cover no-repeat;
     border: 1px solid var(--border);
     cursor: pointer;
     font-size: 0;
     position: relative;
     transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
 }

 .sm-sport-card img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     display: block;
     position: relative;
     z-index: 1;
     transition: transform 0.3s ease;
 }

 .sm-sport-card:hover {
     transform: translateY(-3px);
     box-shadow: 0 0 0 2px var(--accent-gold), 0 8px 24px rgba(0, 0, 0, 0.6);
     border-color: var(--accent-gold);
 }

 .sm-sport-card:hover img {
     transform: scale(1.05);
 }

 .sm-seo-content {
     background: var(--bg-card);
     border: 1px solid var(--border);
     border-radius: 16px;
     padding: 40px 44px;
     margin-bottom: 40px;
     overflow-x: hidden;
     word-break: break-word;
     overflow-wrap: break-word;
 }

 .sm-seo-section {
     margin-bottom: 40px;
 }

 .sm-seo-section:last-child {
     margin-bottom: 0;
 }

 .sm-seo-content h1,
 .sm-seo-content h2,
 .sm-seo-content h3,
 .sm-seo-section h2 {
     font-weight: 700;
     color: var(--text-primary);
     margin-bottom: 14px;
     margin-top: 28px;
     padding-bottom: 10px;
     border-bottom: 2px solid var(--border);
     position: relative;
 }

 .sm-seo-content h1:first-child,
 .sm-seo-content h2:first-child {
     margin-top: 0;
 }

 .sm-seo-content h1 {
     font-size: 1.6rem;
 }

 .sm-seo-content h2,
 .sm-seo-section h2 {
     font-size: 1.35rem;
 }

 .sm-seo-content h3 {
     font-size: 1.15rem;
     border-bottom: none;
     padding-bottom: 0;
 }

 .sm-seo-content h1::after,
 .sm-seo-content h2::after,
 .sm-seo-section h2::after {
     content: '';
     position: absolute;
     bottom: -2px;
     left: 0;
     width: 44px;
     height: 2px;
     background: linear-gradient(90deg, var(--accent-gold), var(--accent-gold-2));
 }

 .sm-seo-content h3::after {
     display: none;
 }

 .sm-seo-content p,
 .sm-seo-section p {
     color: var(--text-secondary);
     font-size: 0.925rem;
     line-height: 1.78;
     margin-bottom: 14px;
 }

 .sm-seo-content p:last-child,
 .sm-seo-section p:last-child {
     margin-bottom: 0;
 }

 .sm-seo-content strong,
 .sm-seo-section p strong {
     color: var(--text-primary);
 }

 .sm-seo-content ul,
 .sm-seo-content ol,
 .sm-seo-list {
     color: var(--text-secondary);
     font-size: 0.925rem;
     line-height: 1.78;
     padding-left: 0;
     list-style: none;
     margin-bottom: 14px;
 }

 .sm-seo-content ul li,
 .sm-seo-content ol li,
 .sm-seo-list li {
     padding: 6px 0 6px 22px;
     position: relative;
     border-bottom: 1px solid rgba(255, 255, 255, 0.04);
 }

 .sm-seo-content ul li::before,
 .sm-seo-content ol li::before,
 .sm-seo-list li::before {
     content: '▸';
     position: absolute;
     left: 0;
     color: var(--accent-gold);
 }

 .sm-seo-list li strong {
     color: var(--text-primary);
 }

 .sm-faq-item {
     background: var(--bg-card);
     border: 1px solid var(--border);
     border-radius: var(--radius-card);
     overflow: hidden;
     margin-bottom: 16px;
     transition: transform var(--transition), box-shadow var(--transition);
 }

 .sm-faq-item:hover {
     transform: translateY(-2px);
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
     border-color: var(--accent-gold);
 }

 .sm-faq-question {
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 100%;
     background: transparent;
     border: none;
     padding: 18px 24px;
     font-family: var(--font-primary);
     font-size: 1rem;
     font-weight: 600;
     color: var(--text-primary);
     cursor: pointer;
     text-align: left;
     gap: 12px;
     transition: color var(--transition);
 }

 .sm-faq-question:hover {
     color: var(--accent-gold);
 }

 .sm-faq-question i {
     flex-shrink: 0;
     color: var(--accent-gold);
     transition: transform 0.3s ease;
     font-size: 1.1rem;
 }

 .sm-faq-question[aria-expanded="true"] i {
     transform: rotate(180deg);
 }

 .sm-faq-question[aria-expanded="true"] {
     border-bottom: 1px solid rgba(255, 255, 255, 0.05);
 }

 .sm-faq-answer {
     display: none;
     padding: 18px 24px 24px;
     background: transparent;
 }

 .sm-faq-answer p {
     margin-bottom: 0;
     font-size: 0.95rem;
     color: var(--text-secondary);
     line-height: 1.7;
 }

 .sm-faq-answer.sm-is-open {
     display: block;
 }

 .sm-site-footer {
     background: var(--bg-sidebar);
     border-top: 1px solid var(--border);
     margin-left: var(--sidebar-w);
     padding: 40px 0 24px;
 }

 .sm-footer-inner {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 40px;
     display: flex;
     flex-direction: column;
     gap: 24px;
     align-items: center;
     text-align: center;
 }

 .sm-footer-logo-row {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 10px;
 }

 .sm-footer-logo {
     height: 100px;
     width: auto;
 }

 .sm-footer-tagline {
     font-size: 0.82rem;
     color: var(--text-muted);
 }

 .sm-footer-nav {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 6px 18px;
 }

 .sm-footer-nav a {
     font-size: 0.82rem;
     color: var(--text-secondary);
     transition: color var(--transition);
 }

 .sm-footer-nav a:hover {
     color: var(--accent-gold);
 }

 .sm-header-centered .sm-header-inner {
     justify-content: space-between;
     position: relative;
 }

 .sm-header-centered .sm-header-logo {
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
 }

 /* SEO Navigation / TOC */
 .sm-seo-content nav {
     background: var(--bg-card);
     border: 1px solid rgba(255, 255, 255, 0.05);
     border-radius: 12px;
     padding: 20px 24px;
     margin: 30px 0;
     box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
 }

 .sm-seo-content nav ul {
     display: grid;
     grid-template-columns: 1fr 1fr;
     column-gap: 40px;
     margin-bottom: 0;

 }

 @media (max-width: 768px) {
     .sm-seo-content nav ul {
         grid-template-columns: 1fr;
     }
 }

 .sm-seo-content nav li {
     padding-left: 0 !important;
     border-bottom: 1px solid rgba(255, 255, 255, 0.05);
     transition: all 0.3s ease;

 }

 .sm-seo-content nav li:last-child {
     border-bottom: none;
 }

 .sm-seo-content nav li::before {
     content: none !important;
 }

 .sm-seo-content nav li:hover {
     background: rgba(255, 255, 255, 0.03);
     transform: translateX(5px);
     border-radius: 6px;
 }

 .sm-seo-content nav a {
     isplay: flex;
     align-items: center;
     gap: 10px;
     color: var(--text-primary);
     text-decoration: none;
     font-weight: 500;
     padding: 8px 10px;
 }

 .sm-seo-content nav a:hover {
     color: var(--accent-gold);
     text-decoration: none;
 }

 @media (max-width:1024px) {
     .sm-header-centered .sm-header-logo {
         position: static;
         transform: none;
     }
 }

 .sm-header-centered .sm-header-search {
     display: none;
 }

 .sm-footer-payments {
     display: flex;
     align-items: center;
     gap: 14px;
     flex-wrap: wrap;
     justify-content: center;
 }

 .sm-footer-payments img {
     height: 22px;
     width: auto;
     opacity: 0.6;
     filter: grayscale(30%);
 }

 .sm-footer-disclaimer {
     font-size: 0.76rem;
     color: var(--text-muted);
     line-height: 1.7;
     max-width: 820px;
 }

 .sm-footer-disclaimer a {
     color: var(--accent-gold);
 }

 .sm-footer-disclaimer a:hover {
     text-decoration: underline;
 }

 .sm-seo-content a {
     color: var(--accent-gold);
     text-decoration: none;
 }

 .sm-seo-content a:hover {
     text-decoration: underline;
 }

 .sm-seo-content table {
     width: 100%;
     border-collapse: collapse;
     margin-bottom: 20px;
     background: rgba(0, 0, 0, 0.15);
     border-radius: 8px;
     overflow: hidden;
 }

 .sm-seo-content th,
 .sm-seo-content td {
     padding: 12px 15px;
     border: 1px solid rgba(255, 255, 255, 0.1);
     text-align: left;
 }

 .sm-seo-content th {
     background: rgba(0, 0, 0, 0.3);
     font-weight: 800;
     color: var(--accent-gold);
     text-transform: uppercase;
     font-size: 0.9rem;
     letter-spacing: 1px;
     border-bottom: 2px solid var(--accent-gold);
 }

 .sm-footer-age {
     display: flex;
     gap: 10px;
     align-items: center;
 }

 .sm-badge-18,
 .sm-badge-rg {
     background: rgba(201, 168, 76, 0.1);
     border: 1px solid rgba(201, 168, 76, 0.3);
     color: var(--accent-gold);
     font-size: 0.72rem;
     font-weight: 700;
     padding: 4px 12px;
     border-radius: 4px;
 }

 .sm-floating-cta {
     position: fixed;
     bottom: 28px;
     right: 20px;
     z-index: 150;
     display: flex;
     align-items: center;
     gap: 8px;
     background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-2));
     color: #0f0d0a;
     font-weight: 800;
     font-size: 0.85rem;
     padding: 12px 20px;
     border-radius: var(--radius-btn);
     box-shadow: 0 4px 20px rgba(201, 168, 76, 0.5);
     animation: floatPulse 2.8s infinite;
     transition: transform var(--transition);
 }

 .sm-floating-cta:hover {
     transform: translateY(-2px) scale(1.04);
 }

 .sm-floating-cta i {
     font-size: 0.95rem;
 }

 @keyframes floatPulse {

     0%,
     100% {
         box-shadow: 0 4px 20px rgba(201, 168, 76, 0.5);
     }

     50% {
         box-shadow: 0 4px 36px rgba(201, 168, 76, 0.85);
     }
 }

 .sm-mobile-bottom-nav {
     display: none;
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     z-index: 200;
     background: var(--bg-card);
     border-top: 1px solid var(--border);
     align-items: stretch;
     height: 58px;
 }

 .sm-mob-nav-item {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 3px;
     flex: 1;
     color: var(--text-muted);
     font-size: 0.6rem;
     font-weight: 500;
     transition: color var(--transition);
     padding: 6px 0;
 }

 .sm-mob-nav-item i {
     font-size: 1.1rem;
 }

 .sm-mob-nav-item.active {
     color: var(--accent-gold);
 }

 .visually-hidden {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     margin: -1px;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     white-space: nowrap;
     border: 0;
 }

 .sm-fade-in {
     opacity: 0;
     transform: translateY(14px);
     transition: opacity 0.45s ease, transform 0.45s ease;
 }

 .sm-fade-in.sm-visible {
     opacity: 1;
     transform: translateY(0);
 }

 .sm-reviews-section {
     margin-top: 40px;
 }

 .sm-reviews-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 24px;
     margin-top: 20px;
 }

 .sm-review-card {
     background: var(--bg-card);
     border: 1px solid var(--border);
     border-radius: var(--radius-card);
     padding: 24px;
     transition: transform var(--transition), box-shadow var(--transition);
 }

 .sm-review-card:hover {
     transform: translateY(-4px);
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
     border-color: var(--accent-gold);
 }

 .sm-review-header {
     display: flex;
     align-items: center;
     gap: 16px;
     margin-bottom: 16px;
 }

 .sm-review-avatar {
     font-size: 2.5rem;
     color: var(--text-muted);
 }

 .sm-review-meta {
     display: flex;
     flex-direction: column;
 }

 .sm-review-name {
     font-weight: 700;
     color: var(--text-primary);
     font-size: 1.1rem;
 }

 .sm-review-stars {
     color: #ffc107;
     font-size: 0.9rem;
     margin-top: 4px;
 }

 .sm-review-text {
     font-style: italic;
     color: var(--text-secondary);
     line-height: 1.6;
     font-size: 0.95rem;
 }

 @media (max-width:1200px) {
     :root {
         --sidebar-w: 180px;
     }

     .sm-hero-headline {
         font-size: 1.8rem;
     }

     .sm-casino-grid {
         grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
     }

     .sm-seo-content {
         padding: 28px 28px;
     }
 }

 @media (max-width:1024px) {
     .sm-bonus-cta-grid {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media (max-width:900px) {
     :root {
         --sidebar-w: 0px;
     }

     .sm-sidebar {
         display: none !important;
     }

     body {
         padding-bottom: 58px;
     }

     .sm-site-footer {
         margin-left: 0;
         padding-bottom: 70px;
     }

     .sm-mobile-tab-nav {
         display: flex;
     }

     .sm-mobile-bottom-nav {
         display: flex;
     }

     .sm-layout-wrapper {
         margin-top: calc(var(--header-h) + var(--nav-h));
     }
 }

 @media (max-width:767px) {
     body {
         padding-bottom: 58px;
     }

     :root {
         --header-h: var(--header-h-mob);
     }

     .sm-header-search {
         display: none;
     }

     .sm-btn-mob-search {
         display: none;
     }

     .sm-header-menu-btn {
         display: none;
     }

     .sm-header-inner {
         padding: 0 8px;
         gap: 4px;
         justify-content: space-between;
     }

     .sm-header-actions {
         gap: 4px;
     }

     .sm-logo-img {
         height: 150px;
     }

     .sm-btn-login {
         padding: 6px 8px;
         font-size: 0.65rem;
         letter-spacing: 0;
     }

     .sm-btn-register {
         padding: 6px 8px;
         font-size: 0.65rem;
         letter-spacing: 0;
     }

     .sm-main-content {
         padding: 14px 12px 24px;
     }

     .sm-hero-section {
         min-height: 88vw;
         aspect-ratio: unset;
         height: auto;
         margin-bottom: 20px;
     }

     .sm-hero-bg {
         object-position: center top;
     }

     .sm-hero-overlay {
         background: linear-gradient(to top, rgba(5, 15, 10, 0.97) 0%, rgba(5, 15, 10, 0.78) 38%, rgba(5, 15, 10, 0.18) 68%, rgba(5, 15, 10, 0.0) 100%);
     }

     .sm-hero-content {
         position: absolute;
         bottom: 0;
         left: 0;
         right: 0;
         padding: 0 20px 28px;
         max-width: 100%;
         text-align: center;
         display: flex;
         flex-direction: column;
         align-items: center;
     }

     .sm-hero-label {
         font-size: 0.82rem;
         margin-bottom: 6px;
         color: rgba(255, 255, 255, 0.75);
     }

     .sm-hero-headline {
         font-size: 1.65rem;
         text-align: center;
         margin-bottom: 18px;
         line-height: 1.2;
     }

     .sm-btn-join {
         max-width: 100%;
         width: 100%;
         padding: 15px 20px;
         font-size: 1rem;
         margin-bottom: 16px;
         border-radius: 8px;
     }

     .sm-hero-payments {
         justify-content: center;
     }

     .sm-hero-payments img {
         height: 26px;
     }

     .sm-bonus-cta-grid {
         grid-template-columns: 1fr;
         gap: 10px;
     }

     .sm-seo-content {
         padding: 20px 16px;
         border-radius: 12px;
     }

     .sm-seo-section h2 {
         font-size: 1.1rem;
     }

     .sm-seo-section p,
     .sm-seo-list {
         font-size: 0.84rem;
     }

     .sm-site-footer {
         padding: 26px 0 0px;
     }

     .sm-footer-inner {
         padding: 0 16px;
     }

     .sm-floating-cta {
         bottom: 68px;
         right: 12px;
         padding: 0;
         width: 46px;
         height: 46px;
         justify-content: center;
         border-radius: 50%;
         font-size: 0;
     }

     .sm-floating-cta i {
         font-size: 1.2rem;
     }

     .sm-floating-cta span {
         display: none;
     }
 }

 @media (max-width:480px) {
     .sm-hero-headline {
         font-size: 1.3rem;
     }

     .sm-casino-grid {
         grid-template-columns: repeat(3, 1fr);
     }

     .sm-footer-inner {
         padding: 0 12px;
     }
 }