@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto:wght@300;400;500&display=swap');

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

:root {
  --c-bg: #1B2B38;
  --c-bg2: #162430;
  --c-bg3: #243647;
  --c-bg4: #0f1c27;
  --c-header: #1B2B38;
  --c-btn-login: #1B2C3D;
  --c-btn-reg: #DBFC4F;
  --c-btn-reg-text: #0f1c27;
  --c-accent: #DBFC4F;
  --c-accent2: #c8e840;
  --c-text: #e8eef3;
  --c-text-muted: #8ba4b8;
  --c-border: #2e4a60;
  --c-card: #1e3347;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow: 0 4px 24px rgba(0,0,0,0.35);
}

html { scroll-behavior: smooth; background: var(--c-bg); }
body { font-family: 'Roboto', sans-serif; background: var(--c-bg); color: var(--c-text); line-height: 1.6; font-size: 15px; }

a { color: var(--c-accent); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--c-accent2); }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5 { font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 1.3; color: var(--c-text); }
h1 { font-size: clamp(1.5rem, 4vw, 2.2rem); }
h2 { font-size: clamp(1.2rem, 3vw, 1.7rem); }
h3 { font-size: clamp(1rem, 2.5vw, 1.25rem); }

p { margin-bottom: 0.9em; }

.wrapper { min-height: 100vh; display: flex; flex-direction: column; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.container--wide { max-width: 1400px; }

.flexbox-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.col-1 { flex: 0 0 8.333%; max-width: 8.333%; }
.col-2 { flex: 0 0 16.666%; max-width: 16.666%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333%; max-width: 33.333%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

.box { background: var(--c-card); border-radius: var(--radius); border: 1px solid var(--c-border); box-shadow: var(--shadow); }
.box--flat { background: var(--c-bg3); border-radius: var(--radius); border: 1px solid var(--c-border); }
.box--accent { background: linear-gradient(135deg, #1e3a52 0%, #243647 100%); border-radius: var(--radius); border: 1px solid var(--c-accent); box-shadow: 0 0 24px rgba(219,252,79,0.08); }

.section { padding: 48px 16px; }
.section--sm { padding: 28px 16px; }
.section--lg { padding: 72px 16px; }

.section-title { font-family: 'Montserrat', sans-serif; font-size: clamp(1.2rem, 3vw, 1.6rem); font-weight: 700; color: var(--c-text); margin-bottom: 28px; display: flex; align-items: center; gap: 10px; }
.section-title::before { content: ''; width: 4px; height: 28px; background: var(--c-accent); border-radius: 2px; flex-shrink: 0; }
.content__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:16px 0;border-radius:8px;}
.content table{width:100%;min-width:500px;border-collapse:collapse;margin:0;font-size:.9rem;}
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 22px; border-radius: var(--radius-sm); font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; cursor: pointer; border: none; transition: all 0.22s; text-decoration: none; white-space: nowrap; }
.btn--login { background: var(--c-btn-login); color: var(--c-text); border: 1px solid var(--c-border); }
.btn--login:hover { background: #243647; color: var(--c-text); }
.btn--reg { background: var(--c-btn-reg); color: var(--c-btn-reg-text) !important; font-weight: 700; }
.btn--reg:hover { background: var(--c-accent2); color: var(--c-btn-reg-text); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(219,252,79,0.3); }
.btn--hero { background: var(--c-btn-reg); color: var(--c-btn-reg-text); font-size: 16px; padding: 14px 36px; border-radius: var(--radius); font-weight: 700; }
.btn--hero:hover { background: var(--c-accent2); color: var(--c-btn-reg-text); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(219,252,79,0.35); }
.btn--outline { background: transparent; color: var(--c-accent); border: 2px solid var(--c-accent); }
.btn--outline:hover { background: var(--c-accent); color: var(--c-btn-reg-text); }
.btn--sm { padding: 7px 16px; font-size: 13px; }
.btn--lg { padding: 14px 36px; font-size: 16px; }
.btn--block { width: 100%; }
.btn--grey { background: var(--c-bg3); color: var(--c-text); border: 1px solid var(--c-border); }
.btn--grey:hover { background: var(--c-bg4); color: var(--c-text); }

.xt9f2 { position: relative; overflow: hidden; }
.xt9f2::after { content: ''; position: absolute; inset: 0; pointer-events: none; }

.header-wrap { background: var(--c-header); border-bottom: 1px solid var(--c-border); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 16px rgba(0,0,0,0.4); }
.header-inner { display: flex; align-items: center; height: 100px; justify-content: space-between; gap: 16px; padding: 0 16px; max-width: 1200px; margin: 0 auto; }
.header-logo { flex-shrink: 0; }
.header-logo img { height: 44px; width: auto; border-radius: 6px; }
.header-nav { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; flex-wrap: wrap;}
.header-nav a { color: var(--c-text-muted); font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 500; padding: 8px 10px; border-radius: var(--radius-sm); transition: all 0.2s; white-space: nowrap; }
.header-nav a:hover { color: var(--c-accent); background: rgba(219,252,79,0.07); }
.header-buttons { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.header-online { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--c-text-muted); white-space: nowrap; }
.header-online-dot { width: 8px; height: 8px; background: #4cff91; border-radius: 50%; animation: pulse-dot 2s infinite; flex-shrink: 0; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(1.3); } }

.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; flex-shrink: 0; }
.burger span { display: block; width: 22px; height: 2px; background: var(--c-text); border-radius: 2px; transition: all 0.3s; }
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { display: none; position: fixed; inset: 68px 0 0; background: var(--c-bg4); z-index: 999; flex-direction: column; padding: 24px 16px; gap: 4px; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--c-text); font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 15px; padding: 12px 16px; border-radius: var(--radius-sm); border-bottom: 1px solid var(--c-border); }
.mobile-menu a:hover { background: var(--c-bg3); color: var(--c-accent); }
.mobile-menu-btns { display: flex; gap: 10px; margin-top: 16px; }

.hero { position: relative; min-height: 380px; display: flex; align-items: center; overflow: hidden; background: var(--c-bg4); }
.hero-bg { position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%; opacity: 0.25; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,28,39,0.9) 40%, rgba(27,43,56,0.5) 100%); }
.hero-content { position: relative; z-index: 2; padding: 48px 16px; max-width: 1200px; margin: 0 auto; width: 100%; }
.hero-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(219,252,79,0.12); border: 1px solid rgba(219,252,79,0.3); color: var(--c-accent); font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 20px; margin-bottom: 16px; letter-spacing: 0.5px; text-transform: uppercase; }
.hero h1 { font-size: clamp(1.6rem, 5vw, 2.8rem); max-width: 640px; margin-bottom: 16px; text-shadow: 0 2px 12px rgba(0,0,0,0.5); }
.hero p { color: var(--c-text-muted); max-width: 520px; font-size: clamp(14px, 2vw, 16px); margin-bottom: 28px; line-height: 1.7; }
.hero-bonus { display: inline-block; background: rgba(219,252,79,0.1); border: 1px solid rgba(219,252,79,0.25); border-radius: var(--radius-sm); padding: 10px 18px; font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--c-accent); font-size: 18px; margin-bottom: 24px; }

.breadcrumb { padding: 12px 0; }
.breadcrumb-list { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; list-style: none; font-size: 13px; }
.breadcrumb-list li { display: flex; align-items: center; gap: 6px; color: var(--c-text-muted); }
.breadcrumb-list li::before { content: '/'; color: var(--c-border); }
.breadcrumb-list li:first-child::before { display: none; }
.breadcrumb-list a { color: var(--c-text-muted); }
.breadcrumb-list a:hover { color: var(--c-accent); }
.breadcrumb-list li.current { color: var(--c-text); }

.info-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); }
.info-table { width: 100%; border-collapse: collapse; text-align: left; min-width: 400px; }
.info-table th, .info-table td { padding: 12px 16px; border: 1px solid var(--c-border); vertical-align: top; }
.info-table th { background: var(--c-bg4); color: var(--c-text-muted); font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; width: 40%; }
.info-table td { background: var(--c-bg3); color: var(--c-text); font-size: 14px; }
.info-table tr:hover th, .info-table tr:hover td { background: rgba(219,252,79,0.04); }
.info-table .badge { display: inline-flex; align-items: center; gap: 5px; background: rgba(219,252,79,0.12); color: var(--c-accent); padding: 2px 10px; border-radius: 20px; font-size: 12px; font-weight: 600; }

.adv-grid { display: flex; flex-wrap: wrap; gap: 16px; }
.adv-card { flex: 1 1 calc(33.333% - 16px); min-width: 200px; background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 20px; transition: all 0.25s; display: flex; flex-direction: column; gap: 8px; }
.adv-card:hover { border-color: var(--c-accent); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.3); }
.adv-card-icon { font-size: 28px; }
.adv-card-title { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; color: var(--c-text); }
.adv-card-text { font-size: 13px; color: var(--c-text-muted); line-height: 1.55; }

.slot-machine { background: var(--c-bg4); border: 2px solid var(--c-accent); border-radius: var(--radius); padding: 28px; max-width: 500px; margin: 0 auto; text-align: center; box-shadow: 0 0 40px rgba(219,252,79,0.12); }
.slot-machine h3 { font-family: 'Montserrat', sans-serif; font-size: 1.15rem; margin-bottom: 20px; color: var(--c-accent); }
.slot-reels { display: flex; gap: 12px; justify-content: center; margin-bottom: 24px; }
.slot-reel { width: 80px; height: 80px; background: var(--c-bg3); border: 2px solid var(--c-border); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; overflow: hidden; position: relative; }
.slot-reel.spinning { animation: reel-spin 0.1s linear infinite; }
@keyframes reel-spin { 0% { transform: translateY(0); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0); } }
.slot-btn { background: var(--c-btn-reg); color: var(--c-btn-reg-text); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 16px; padding: 13px 40px; border-radius: var(--radius); border: none; cursor: pointer; transition: all 0.2s; margin-bottom: 20px; }
.slot-btn:hover { background: var(--c-accent2); transform: scale(1.04); }
.slot-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.slot-result { padding: 14px 20px; border-radius: var(--radius-sm); font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 15px; display: none; }
.slot-result.win { display: block; background: rgba(219,252,79,0.12); border: 1px solid var(--c-accent); color: var(--c-accent); }
.slot-result.lose { display: block; background: rgba(255,80,80,0.1); border: 1px solid #ff5050; color: #ff8a8a; }

.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; color: var(--c-text); font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; text-align: left; padding: 16px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: color 0.2s; }
.faq-q:hover { color: var(--c-accent); }
.faq-q svg { flex-shrink: 0; transition: transform 0.3s; }
.faq-q.open svg { transform: rotate(180deg); }
.faq-a { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; color: var(--c-text-muted); font-size: 14px; line-height: 1.7; }
.faq-a.open { max-height: 400px; padding: 0 20px 16px; }

.reviews-grid { display: flex; flex-wrap: wrap; gap: 16px; }
.review-card { flex: 1 1 calc(33.333% - 16px); min-width: 240px; background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 20px; transition: all 0.25s; }
.review-card:hover { border-color: var(--c-border); transform: translateY(-2px); box-shadow: var(--shadow); }
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--c-bg4); flex-shrink: 0; }
.review-name { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; }
.review-date { font-size: 12px; color: var(--c-text-muted); }
.review-stars { display: flex; gap: 3px; margin-bottom: 10px; }
.review-stars svg { width: 16px; height: 16px; }
.review-text { font-size: 13px; color: var(--c-text-muted); line-height: 1.65; }

.review-form { background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 28px; max-width: 560px; }
.review-form h3 { font-family: 'Montserrat', sans-serif; margin-bottom: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 13px; font-family: 'Montserrat', sans-serif; font-weight: 500; color: var(--c-text-muted); }
.form-group input, .form-group textarea { background: var(--c-bg4); border: 1px solid var(--c-border); border-radius: var(--radius-sm); color: var(--c-text); font-family: 'Roboto', sans-serif; font-size: 14px; padding: 10px 14px; transition: border-color 0.2s; outline: none; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--c-accent); }
.form-group textarea { min-height: 100px; resize: vertical; }
.form-success { display: none; background: rgba(219,252,79,0.1); border: 1px solid var(--c-accent); color: var(--c-accent); padding: 14px 18px; border-radius: var(--radius-sm); font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; margin-top: 12px; }

.footer-wrap { background: var(--c-bg4); border-top: 1px solid var(--c-border); margin-top: auto; }
.footer-inner { padding: 40px 16px 24px; max-width: 1200px; margin: 0 auto; }
.footer-top { display: flex; flex-wrap: wrap; gap: 32px; margin-bottom: 32px; }
.footer-col { flex: 1 1 200px; }
.footer-col-title { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; color: var(--c-text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.footer-nav { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a { color: var(--c-text-muted); font-size: 13px; transition: color 0.2s; }
.footer-nav a:hover { color: var(--c-accent); }
.footer-logos { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.footer-logo-item { background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: 6px; padding: 6px 14px; font-size: 11px; font-weight: 700; color: var(--c-text-muted); white-space: nowrap; font-family: 'Montserrat', sans-serif; }
.footer-logo a {display: block;width: fit-content;}
.footer-logo img {width:auto;height: 44px;}
.footer-bottom { border-top: 1px solid var(--c-border); padding-top: 20px; display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-start; justify-content: space-between; }
.footer-copy { font-size: 12px; color: var(--c-text-muted); line-height: 1.6; max-width: 720px; }
.footer-logo img { height: 40px; margin-bottom: 10px; border-radius: 6px; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-legal-links a { color: var(--c-text-muted); font-size: 12px; }
.footer-legal-links a:hover { color: var(--c-accent); }
.footer-18 { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 2px solid var(--c-text-muted); border-radius: 50%; font-size: 11px; font-weight: 700; color: var(--c-text-muted); font-family: 'Montserrat', sans-serif; }

.widget-sticky { position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; background: linear-gradient(90deg, #162430 0%, #1e3347 100%); border-top: 1px solid var(--c-accent); padding: 10px 16px; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; box-shadow: 0 -4px 24px rgba(0,0,0,0.4); }
.widget-text { font-family: 'Montserrat', sans-serif; font-size: 14px; color: var(--c-text); font-weight: 500; }
.widget-text span { color: var(--c-accent); font-weight: 700; }
.widget-close { background: none; border: none; color: var(--c-text-muted); cursor: pointer; font-size: 18px; padding: 4px 8px; margin-left: 8px; transition: color 0.2s; }
.widget-close:hover { color: var(--c-text); }

.content-body { background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 28px 32px; }
.content-body h2 { font-family: 'Montserrat', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--c-text); margin: 28px 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--c-border); }
.content-body h3 { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 600; color: var(--c-text); margin: 20px 0 10px; }
.content-body h4 { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--c-accent); margin: 16px 0 8px; }
.content-body p { color: var(--c-text-muted); font-size: 14px; line-height: 1.75; margin-bottom: 12px; }
.content-body ul, .content-body ol { color: var(--c-text-muted); font-size: 14px; padding-left: 20px; margin-bottom: 14px; }
.content-body li { margin-bottom: 6px; line-height: 1.65; }
.content-body a { color: var(--c-accent); }
.content-body a:hover { color: var(--c-accent2); }
.content-body table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 13px; }
.content-body table th { background: var(--c-bg4); color: var(--c-text-muted); font-family: 'Montserrat', sans-serif; padding: 10px 14px; border: 1px solid var(--c-border); text-align: left; }
.content-body table td { background: var(--c-bg3); color: var(--c-text); padding: 9px 14px; border: 1px solid var(--c-border); }
.content-body strong { color: var(--c-text); font-weight: 600; }
.content-body em { color: var(--c-accent); font-style: italic; }
.content-body blockquote { border-left: 3px solid var(--c-accent); padding: 10px 16px; background: rgba(219,252,79,0.05); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 14px 0; }

.author-box { display: flex; align-items: center; gap: 16px; background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 20px; margin-top: 24px; }
.author-avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-info { flex: 1; }
.author-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; margin-bottom: 4px; }
.author-role { font-size: 12px; color: var(--c-text-muted); margin-bottom: 6px; }
.author-bio { font-size: 13px; color: var(--c-text-muted); line-height: 1.6; }
.author-link { font-size: 12px; color: var(--c-accent); margin-top: 6px; display: inline-block; }

.bonus-card { background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 12px; transition: all 0.25s; }
.bonus-card:hover { border-color: var(--c-accent); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.3); }
.bonus-card-tag { display: inline-flex; background: rgba(219,252,79,0.12); color: var(--c-accent); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.5px; align-self: flex-start; }
.bonus-card-amount { font-family: 'Montserrat', sans-serif; font-size: clamp(1.4rem, 4vw, 2rem); font-weight: 800; color: var(--c-accent); }
.bonus-card-title { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; }
.bonus-card-text { font-size: 13px; color: var(--c-text-muted); line-height: 1.6; }

.promo-code-block { background: var(--c-bg4); border: 2px dashed var(--c-accent); border-radius: var(--radius); padding: 28px; text-align: center; }
.promo-code-label { font-family: 'Montserrat', sans-serif; font-size: 13px; color: var(--c-text-muted); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; }
.promo-code-value { font-family: 'Montserrat', sans-serif; font-size: clamp(1.5rem, 5vw, 2.5rem); font-weight: 800; color: var(--c-accent); letter-spacing: 6px; background: var(--c-bg3); display: inline-block; padding: 12px 28px; border-radius: var(--radius-sm); border: 1px solid var(--c-border); margin-bottom: 16px; }
.promo-code-copy { font-size: 13px; color: var(--c-text-muted); margin-bottom: 20px; }

.mirror-table-wrap { overflow-x: auto; border-radius: var(--radius); }
.mirror-table { width: 100%; border-collapse: collapse; min-width: 500px; }
.mirror-table th { background: var(--c-bg4); color: var(--c-text-muted); font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; padding: 12px 16px; border: 1px solid var(--c-border); text-align: left; text-transform: uppercase; letter-spacing: 0.5px; }
.mirror-table td { background: var(--c-bg3); color: var(--c-text); padding: 12px 16px; border: 1px solid var(--c-border); font-size: 14px; vertical-align: middle; }
.mirror-table tr:hover td { background: rgba(219,252,79,0.04); }
.status-ok { display: inline-flex; align-items: center; gap: 6px; color: #4cff91; font-size: 13px; font-weight: 600; font-family: 'Montserrat', sans-serif; }
.status-ok::before { content: ''; width: 7px; height: 7px; background: #4cff91; border-radius: 50%; }
.mirror-link { color: var(--c-accent); font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; }
.mirror-time { font-size: 13px; color: var(--c-text-muted); font-family: 'Montserrat', sans-serif; }

.access-methods { display: flex; flex-wrap: wrap; gap: 12px; }
.access-card { flex: 1 1 calc(25% - 12px); min-width: 160px; background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 20px; text-align: center; transition: all 0.25s; cursor: pointer; }
.access-card:hover { border-color: var(--c-accent); transform: translateY(-2px); }
.access-card-icon { font-size: 2rem; margin-bottom: 10px; }
.access-card-title { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; color: var(--c-text); margin-bottom: 6px; }
.access-card-text { font-size: 12px; color: var(--c-text-muted); }

.safety-grid { display: flex; flex-wrap: wrap; gap: 14px; }
.safety-card { flex: 1 1 calc(25% - 14px); min-width: 180px; background: var(--c-bg3); border: 1px solid var(--c-border); border-left: 3px solid var(--c-accent); border-radius: var(--radius); padding: 16px; transition: all 0.25s; }
.safety-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.safety-card-icon { font-size: 1.6rem; margin-bottom: 8px; }
.safety-card-title { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; color: var(--c-text); margin-bottom: 6px; }
.safety-card-text { font-size: 12px; color: var(--c-text-muted); line-height: 1.55; }

.slots-grid { display: flex; flex-wrap: wrap; gap: 16px; }
.slot-card { flex: 1 1 calc(33.333% - 16px); min-width: 180px; background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; transition: all 0.25s; display: flex; flex-direction: column; }
.slot-card:hover { border-color: var(--c-accent); transform: translateY(-3px); box-shadow: var(--shadow); }
.slot-card-img { width: 100%; height: 140px; object-fit: cover; background: var(--c-bg4); }
.slot-card-body { padding: 14px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.slot-card-name { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; color: var(--c-text); }
.slot-card-provider { font-size: 12px; color: var(--c-text-muted); }

.demo-frame { width: 100%; height: 480px; border: none; border-radius: var(--radius); background: var(--c-bg4); }

.categories-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.cat-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: 20px; padding: 8px 18px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: var(--c-text); transition: all 0.2s; cursor: pointer; }
.cat-tag:hover, .cat-tag.active { background: var(--c-accent); color: var(--c-btn-reg-text); border-color: var(--c-accent); }

.reg-methods { display: flex; flex-wrap: wrap; gap: 14px; }
.reg-method-card { flex: 1 1 calc(25% - 14px); min-width: 180px; background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 20px; text-align: center; transition: all 0.25s; }
.reg-method-card:hover { border-color: var(--c-accent); transform: translateY(-2px); }
.reg-method-icon { font-size: 2rem; margin-bottom: 10px; }
.reg-method-title { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; color: var(--c-accent); margin-bottom: 6px; }
.reg-method-text { font-size: 12px; color: var(--c-text-muted); line-height: 1.55; }

.download-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.dl-btn { flex: 1 1 calc(33.333% - 14px); min-width: 180px; background: var(--c-bg3); border: 2px solid var(--c-border); border-radius: var(--radius); padding: 20px 16px; display: flex; align-items: center; gap: 14px; transition: all 0.25s; text-decoration: none; }
.dl-btn:hover { border-color: var(--c-accent); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.3); }
.dl-btn-icon { font-size: 2.2rem; flex-shrink: 0; }
.dl-btn-label { font-size: 11px; color: var(--c-text-muted); font-family: 'Montserrat', sans-serif; }
.dl-btn-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; color: var(--c-text); }

.tech-reqs { display: flex; flex-wrap: wrap; gap: 14px; }
.tech-req-card { flex: 1 1 calc(33.333% - 14px); min-width: 200px; background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 20px; }
.tech-req-card h4 { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: var(--c-accent); margin-bottom: 12px; }
.tech-req-card ul { list-style: none; padding: 0; }
.tech-req-card li { font-size: 13px; color: var(--c-text-muted); padding: 5px 0; border-bottom: 1px solid var(--c-border); display: flex; align-items: center; gap: 8px; }
.tech-req-card li::before { content: '›'; color: var(--c-accent); font-weight: 700; }

.alt-brands { display: flex; flex-wrap: wrap; gap: 14px; }
.alt-brand-card { flex: 1 1 calc(25% - 14px); min-width: 160px; background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 16px; text-align: center; transition: all 0.25s; }
.alt-brand-card:hover { border-color: var(--c-border); transform: translateY(-2px); }
.alt-brand-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; margin-bottom: 4px; }
.alt-brand-text { font-size: 12px; color: var(--c-text-muted); }

.benefit-list { display: flex; flex-direction: column; gap: 10px; }
.benefit-item { display: flex; align-items: flex-start; gap: 12px; background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius-sm); padding: 14px 16px; }
.benefit-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.benefit-content { flex: 1; }
.benefit-title { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; color: var(--c-text); margin-bottom: 4px; }
.benefit-text { font-size: 13px; color: var(--c-text-muted); line-height: 1.6; }

.get-bonus-block { background: linear-gradient(135deg, #1e3a52 0%, #243647 100%); border: 1px solid var(--c-accent); border-radius: var(--radius); padding: 32px; text-align: center; }
.get-bonus-block h2 { font-size: clamp(1.3rem, 4vw, 2rem); margin-bottom: 10px; }
.get-bonus-block p { color: var(--c-text-muted); margin-bottom: 24px; }
.get-bonus-amount { font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem, 6vw, 3rem); font-weight: 800; color: var(--c-accent); display: block; margin-bottom: 6px; }

.section-pad { padding: 40px 0; }

.swiper-wrapper-custom { overflow-x: auto; display: flex; gap: 16px; padding-bottom: 8px; scrollbar-width: thin; scrollbar-color: var(--c-border) transparent; -webkit-overflow-scrolling: touch; }
.swiper-wrapper-custom::-webkit-scrollbar { height: 4px; }
.swiper-wrapper-custom::-webkit-scrollbar-track { background: transparent; }
.swiper-wrapper-custom::-webkit-scrollbar-thumb { background: var(--c-border); border-radius: 2px; }
.swiper-item { flex: 0 0 280px; }

.comparison-table-wrap { overflow-x: auto; }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 500px; }
.comparison-table th { background: var(--c-bg4); color: var(--c-text-muted); font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; padding: 12px 16px; border: 1px solid var(--c-border); text-align: left; text-transform: uppercase; letter-spacing: 0.5px; }
.comparison-table td { background: var(--c-bg3); color: var(--c-text); padding: 12px 16px; border: 1px solid var(--c-border); font-size: 14px; }
.comparison-table tr:hover td { background: rgba(219,252,79,0.04); }
.speed-bar { height: 8px; background: var(--c-border); border-radius: 4px; overflow: hidden; margin-top: 6px; }
.speed-bar-fill { height: 100%; background: var(--c-accent); border-radius: 4px; }

.reg-bonus-block { background: var(--c-bg3); border: 1px solid var(--c-border); border-left: 4px solid var(--c-accent); border-radius: var(--radius); padding: 24px; }
.reg-bonus-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; color: var(--c-text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }
.reg-bonus-amount { font-family: 'Montserrat', sans-serif; font-size: clamp(1.4rem, 4vw, 2rem); font-weight: 800; color: var(--c-accent); margin-bottom: 8px; }
.reg-bonus-text { font-size: 13px; color: var(--c-text-muted); line-height: 1.6; }

.technical-content { background: var(--c-bg3); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 36px; }
.technical-content h2 { font-family: 'Montserrat', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--c-text); margin: 28px 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--c-border); }
.technical-content h2:first-child { margin-top: 0; }
.technical-content h3 { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 600; color: var(--c-text); margin: 20px 0 10px; }
.technical-content p { color: var(--c-text-muted); font-size: 14px; line-height: 1.75; margin-bottom: 12px; }
.technical-content ul, .technical-content ol { color: var(--c-text-muted); font-size: 14px; padding-left: 22px; margin-bottom: 14px; }
.technical-content li { margin-bottom: 7px; line-height: 1.65; }

.dp3x9 { display: none; visibility: hidden; height: 0; overflow: hidden; }
.kw7mn { position: absolute; left: -9999px; top: -9999px; }
@media (max-width: 1110px) {
.header-nav {padding:10px 0 ;}
}

@media (max-width: 1024px) {
  .adv-card { flex: 1 1 calc(50% - 16px); }
  .review-card { flex: 1 1 calc(50% - 16px); }
  .tech-req-card { flex: 1 1 calc(50% - 14px); }
  .slot-card { flex: 1 1 calc(50% - 16px); }
  .alt-brand-card { flex: 1 1 calc(50% - 14px); }
  .access-card { flex: 1 1 calc(50% - 12px); }
  .safety-card { flex: 1 1 calc(50% - 14px); }
  .reg-method-card { flex: 1 1 calc(50% - 14px); }
  .dl-btn { flex: 1 1 calc(50% - 14px); }
  .col-4, .col-3, .col-6, .col-8 { flex: 0 0 100%; max-width: 100%; }
  .header-nav a:first-child {display: none;}
}

@media (max-width: 768px) {
  .header-nav { display: none; }
  .burger { display: flex; }
  .header-inner { height: 60px; }
  .header-buttons .btn { padding: 7px 14px; font-size: 12px; }

  .hero { min-height: 300px; }
  .section { padding: 32px 16px; }
  .section--lg { padding: 48px 16px; }

  .adv-card { flex: 1 1 100%; }
  .review-card { flex: 1 1 100%; }
  .tech-req-card { flex: 1 1 100%; }
  .slot-card { flex: 0 0 220px; }
  .alt-brand-card { flex: 1 1 calc(50% - 14px); }
  .access-card { flex: 1 1 calc(50% - 12px); }
  .safety-card { flex: 1 1 100%; }
  .reg-method-card { flex: 1 1 calc(50% - 14px); }
  .dl-btn { flex: 1 1 100%; }
  .bonus-card { flex: 0 0 260px; }

  .slots-grid { display: flex; overflow-x: auto; flex-wrap: nowrap; gap: 14px; padding-bottom: 8px; scrollbar-width: thin; scrollbar-color: var(--c-border) transparent; }
  .footer-top { gap: 24px; }
  .footer-col { flex: 1 1 calc(50% - 24px); }
  .widget-sticky { padding: 8px 12px; gap: 10px; }
  .widget-text { font-size: 13px; }
  .content-body { padding: 20px 16px; }
  .technical-content { padding: 24px 16px; }
  .demo-frame { height: 320px; }
  .get-bonus-block {padding: 28px;}
}
@media (max-width: 580px) {
  .btn {white-space: wrap;}
  .get-bonus-block {padding: 24px;}
  .promo-code-block {padding: 24px;}
}

@media (max-width: 480px) {
  .hero-content { padding: 32px 16px; }
  .slot-reels { gap: 8px; }
  .slot-reel { width: 68px; height: 68px; font-size: 2rem; }
  .alt-brand-card { flex: 1 1 100%; }
  .reg-method-card { flex: 1 1 100%; }
  .access-card { flex: 1 1 100%; }
  .footer-col { flex: 1 1 100%; }
  .footer-logos { gap: 8px; }
  .header-logo img {height: 36px;}
  .author-box {flex-direction: column;}
  .get-bonus-block {padding: 20px;}
  .info-table th, .info-table td {padding: 6px 8px;}
  .info-table {min-width: 275px;}
  .promo-code-block {padding: 20px;}
}
@media (max-width: 420px) {
.header-buttons .btn--login{display: none;}
}
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
