:root {
  --blue-primary: #004494;
  --blue-dark: #003366;
  --blue-light: #1a6fd4;
  --blue-bg: #f0f5fc;
  --white: #ffffff;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-800: #1e293b;
  --gray-900: #0f172a;
  --footer-bg: #0b0e16;
  --green: #16a34a;
  --purple: #7c3aed;
  --shadow: 0 4px 24px rgba(0, 68, 148, 0.08);
  --shadow-lg: 0 8px 40px rgba(0, 68, 148, 0.12);
  --radius: 12px;
  --radius-lg: 16px;
  --transition: 0.3s ease;
}

.profile-navy {
  --blue-primary: #0f2d52;
  --blue-dark: #081a31;
  --blue-light: #2563eb;
  --blue-bg: #eef4ff;
}

.profile-cyan {
  --blue-primary: #006b8f;
  --blue-dark: #06445c;
  --blue-light: #0891b2;
  --blue-bg: #ecfeff;
}

.profile-emerald {
  --blue-primary: #047857;
  --blue-dark: #064e3b;
  --blue-light: #10b981;
  --blue-bg: #ecfdf5;
  --footer-bg: #071f1a;
}

.profile-red {
  --blue-primary: #b91c1c;
  --blue-dark: #7f1d1d;
  --blue-light: #ef4444;
  --blue-bg: #fef2f2;
  --footer-bg: #1f0b0b;
}

.profile-violet {
  --blue-primary: #6d28d9;
  --blue-dark: #3b0764;
  --blue-light: #8b5cf6;
  --blue-bg: #f5f3ff;
  --footer-bg: #130724;
}

.density-compact { --section-y: 58px; --card-pad: 20px; }
.density-comfortable { --section-y: 80px; --card-pad: 24px; }
.density-spacious { --section-y: 96px; --card-pad: 30px; }
.radius-sharp { --radius: 6px; --radius-lg: 8px; }
.radius-soft { --radius: 18px; --radius-lg: 24px; }
.cards-bordered { --shadow: none; --shadow-lg: 0 8px 28px rgba(15, 23, 42, 0.08); }
.cards-elevated { --shadow: 0 10px 32px rgba(15, 23, 42, 0.12); --shadow-lg: 0 18px 52px rgba(15, 23, 42, 0.16); }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--gray-800);
  line-height: 1.7;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-200);
  transition: box-shadow var(--transition);
}
.header.scrolled { box-shadow: var(--shadow); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.25rem; color: var(--blue-primary); min-width: 0; }
.logo-icon { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: var(--blue-primary); color: var(--white); border-radius: 8px; font-size: 1.1rem; font-weight: 800; flex: 0 0 auto; }
.logo-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav { display: flex; gap: 8px; align-items: center; }
.nav-link { padding: 8px 14px; font-size: 0.95rem; color: var(--gray-600); border-radius: 8px; transition: all var(--transition); white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: var(--blue-primary); background: var(--blue-bg); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; border-radius: 999px; background: var(--blue-primary); color: var(--white); font-size: 0.9rem; font-weight: 700; white-space: nowrap; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--gray-800); border-radius: 2px; transition: var(--transition); }

.banner { position: relative; min-height: 600px; display: flex; align-items: center; margin-top: 72px; overflow: hidden; }
.banner-bg, .banner-overlay { position: absolute; inset: 0; }
.banner-bg img { width: 100%; height: 100%; object-fit: cover; filter: blur(4px); transform: scale(1.06); }
.banner-overlay { background: linear-gradient(135deg, rgba(0, 52, 102, 0.9) 0%, rgba(0, 68, 148, 0.75) 52%, rgba(0, 68, 148, 0.45) 100%); }
.banner-content { position: relative; z-index: 1; max-width: 680px; padding: 80px 24px; color: var(--white); }
.banner-tag { display: inline-block; padding: 6px 16px; background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 20px; font-size: 0.875rem; margin-bottom: 20px; backdrop-filter: blur(4px); }
.banner-title { font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.banner-desc { font-size: 1.1rem; opacity: 0.92; margin-bottom: 32px; line-height: 1.8; }
.banner-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-banner { position: relative; display: inline-flex; align-items: center; gap: 14px; padding: 14px 22px; min-height: 56px; border-radius: 999px; font-size: 1rem; font-weight: 700; overflow: hidden; transition: transform var(--transition), box-shadow var(--transition); }
.btn-banner:hover { transform: translateY(-3px); }
.btn-banner-primary { color: var(--white); background: linear-gradient(135deg, #1a8fff 0%, #0066cc 50%, var(--blue-primary) 100%); box-shadow: 0 4px 24px rgba(0, 102, 204, 0.45); }
.btn-banner-app { color: var(--white); background: rgba(255, 255, 255, 0.12); border: 1.5px solid rgba(255, 255, 255, 0.45); backdrop-filter: blur(12px); }
.btn-banner-badge { padding: 4px 10px; font-size: 0.7rem; color: #065f46; background: #6ee7b7; border-radius: 20px; }
.hero-features { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-features span { padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); font-size: .88rem; }

.section { padding: var(--section-y, 80px) 0; }
.section-alt { background: var(--gray-50); }
.section-header { text-align: center; margin-bottom: 48px; }
.section-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 750; color: var(--gray-900); margin-bottom: 12px; }
.section-subtitle { font-size: 1rem; color: var(--gray-500); max-width: 680px; margin: 0 auto; }
.about, .games, .news, .contact { background: var(--gray-50); }
.about-grid, .sponsor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-text p, .sponsor-text p { margin-bottom: 16px; color: var(--gray-600); font-size: 0.98rem; }
.about-image img, .sponsor-image img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 28px; }
.stats-grid-inline { grid-template-columns: repeat(2, 1fr); }
.stat-card { text-align: center; padding: 24px 16px; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--gray-200); box-shadow: var(--shadow); }
.stat-card strong { display: block; font-size: 1.75rem; color: var(--blue-primary); margin-bottom: 6px; }
.stat-card span { font-size: 0.9rem; color: var(--gray-500); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.about-values { margin-top: 32px; }
.value-card { padding: 30px 24px; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--gray-200); text-align: center; }
.value-card h3, .strength-item h3 { color: var(--blue-primary); margin-bottom: 10px; font-size: 1.1rem; }
.value-card p, .strength-item p { font-size: 0.92rem; color: var(--gray-500); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.timeline-item { position: relative; padding: 24px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.timeline-item strong { display: inline-flex; margin-bottom: 12px; color: var(--blue-primary); font-size: 1.3rem; }
.timeline-item h3 { color: var(--gray-900); font-size: 1.05rem; margin-bottom: 8px; }
.timeline-item p { color: var(--gray-500); font-size: 0.9rem; }

.games-header { text-align: center; margin-bottom: 48px; }
.games-subtitle { color: var(--gray-500); font-size: 1rem; }
.games-grid, .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.game-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--gray-200); transition: transform var(--transition), box-shadow var(--transition); }
.game-card:hover, .news-card:hover, .contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.game-card-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--gray-100); }
.game-card-img img, .news-card-img img { width: 100%; height: 100%; object-fit: cover; }
.game-card-body { padding: 22px 24px; }
.game-card-body h3 { font-size: 1.15rem; color: var(--blue-primary); margin-bottom: 10px; }
.game-card-body p { font-size: 0.9rem; color: var(--gray-500); line-height: 1.7; }

.news-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 40px; }
.news-header-text { flex: 1; }
.news-header .section-title, .news-header .section-subtitle { text-align: left; margin-left: 0; }
.news-more { flex-shrink: 0; color: var(--blue-light); font-weight: 600; font-size: 0.95rem; padding-top: 8px; white-space: nowrap; }
.news-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--gray-200); transition: all var(--transition); }
.news-card-img { height: 200px; overflow: hidden; background: var(--gray-100); }
.news-card-body { padding: 20px 24px 24px; }
.news-tag { display: inline-block; font-size: 0.8rem; color: var(--blue-light); font-weight: 600; margin-bottom: 8px; }
.news-card-body h3 { font-size: 1.05rem; color: var(--gray-900); margin-bottom: 16px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-link { font-size: 0.875rem; color: var(--gray-400); }
.news-link:hover { color: var(--blue-primary); }
.empty-text { grid-column: 1 / -1; color: var(--gray-500); text-align: center; padding: 40px 0; }

.sponsor { background: var(--white); }
.strength-item { padding: 16px 0; border-top: 1px solid var(--gray-200); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.contact-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; border: 1px solid var(--gray-200); transition: all var(--transition); }
.contact-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-weight: 800; }
.contact-icon-blue { background: #eff6ff; color: var(--blue-light); }
.contact-icon-green { background: #f0fdf4; color: var(--green); }
.contact-icon-purple { background: #f5f3ff; color: var(--purple); }
.contact-card h3 { font-size: 1.1rem; color: var(--gray-900); margin-bottom: 6px; }
.contact-label { font-size: 0.85rem; color: var(--gray-400); margin-bottom: 12px; }
.contact-value { font-size: 0.95rem; color: var(--gray-800); line-height: 1.6; word-break: break-word; }
.contact-value-blue { color: var(--blue-light); }
.contact-value-green { color: var(--green); }
.contact-form-wrap, .address-card { max-width: 760px; margin: 0 auto; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 32px; }
.contact-form-wrap .section-title { text-align: center; font-size: 1.35rem; margin-bottom: 24px; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 0.9rem; color: var(--gray-600); font-weight: 600; }
.form-group input, .form-group select, .form-group textarea { width: 100%; border: 1px solid var(--gray-200); border-radius: 10px; padding: 12px 14px; font: inherit; color: var(--gray-800); background: var(--white); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-group-full, .btn-submit { grid-column: 1 / -1; }
.btn-submit { border: 0; border-radius: 999px; padding: 13px 22px; background: var(--blue-primary); color: var(--white); font-weight: 700; cursor: pointer; }
.address-card { margin-top: 24px; box-shadow: none; }
.address-card h3 { color: var(--blue-primary); margin-bottom: 10px; }
.address-card p { color: var(--gray-600); margin-bottom: 6px; }
.faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.faq-item { padding: 24px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); }
.faq-item h3 { color: var(--gray-900); font-size: 1rem; margin-bottom: 10px; }
.faq-item p { color: var(--gray-500); font-size: 0.92rem; }
.partner-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.partner-logo { display: flex; align-items: center; justify-content: center; min-height: 78px; padding: 18px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); color: var(--blue-primary); font-weight: 700; box-shadow: var(--shadow); text-align: center; }

.footer { background: var(--footer-bg); color: var(--gray-400); padding: 64px 0 0; font-size: 0.9rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.logo-footer .logo-text { color: var(--white); }
.footer-brand p { margin: 16px 0; line-height: 1.7; font-size: 0.85rem; }
.footer-links h4 { color: var(--white); font-size: 0.95rem; margin-bottom: 16px; }
.footer-links li { margin-bottom: 10px; font-size: 0.85rem; }
.footer-links a:hover { color: var(--white); }
.footer-partners { padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.footer-partners-title { color: var(--white); font-size: 0.95rem; font-weight: 700; margin-bottom: 14px; }
.footer-partners-list { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-partners-list a { display: inline-flex; align-items: center; min-height: 34px; padding: 6px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.06); color: var(--gray-400); border: 1px solid rgba(255, 255, 255, 0.08); font-size: 0.84rem; }
.footer-partners-list a:hover { color: var(--white); border-color: rgba(255, 255, 255, 0.22); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px 0; font-size: 0.8rem; color: var(--gray-500); }

/* Profile v2 layout variants */
.header-compact .header-inner { height: 62px; }
.header-compact + .banner { margin-top: 62px; }
.header-center_brand .header-inner { justify-content: center; }
.header-center_brand .logo { margin-right: 24px; }

.hero-split_focus .banner-overlay {
  background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.82) 46%, rgba(15,23,42,.22) 100%);
}
.hero-split_focus .banner-content { color: var(--gray-900); }
.hero-split_focus .banner-tag { color: var(--blue-primary); border-color: rgba(0,0,0,.08); background: var(--white); }
.hero-split_focus .hero-features span { color: var(--blue-primary); background: var(--white); border-color: var(--gray-200); }
.hero-data_panel .banner-content {
  max-width: 760px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}
.hero-dark_center .banner-content { margin: 0 auto; text-align: center; }
.hero-dark_center .banner-cta, .hero-dark_center .hero-features { justify-content: center; }
.hero-dark_center .banner-overlay { background: rgba(7, 12, 24, .74); }

.about-stats_wall .about-grid { grid-template-columns: 1.1fr .9fr; }
.about-stats_wall .stats-grid-inline { grid-template-columns: repeat(4, 1fr); grid-column: 1 / -1; }
.about-timeline_focus .about-grid { grid-template-columns: 1fr; }
.about-timeline_focus .about-image { display: none; }
.about-value_cards .about-grid { grid-template-columns: 1fr; text-align: center; }
.about-value_cards .stats-grid-inline { max-width: 760px; margin-left: auto; margin-right: auto; }

.games-compact_grid .games-grid { grid-template-columns: repeat(2, 1fr); }
.games-compact_grid .game-card { display: grid; grid-template-columns: 150px 1fr; }
.games-compact_grid .game-card-img { aspect-ratio: auto; height: 100%; }
.games-image_tiles .game-card-body { margin-top: -54px; position: relative; background: rgba(255,255,255,.94); border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.games-featured_first .game-card:first-child { grid-column: span 2; display: grid; grid-template-columns: 1.1fr .9fr; }
.games-featured_first .game-card:first-child .game-card-img { aspect-ratio: auto; height: 100%; }

.news-editorial .news-grid { grid-template-columns: 1.25fr .9fr .9fr; }
.news-editorial .news-card:first-child .news-card-img { height: 280px; }
.news-compact_list .news-grid { grid-template-columns: 1fr; }
.news-compact_list .news-card { display: grid; grid-template-columns: 220px 1fr; }
.news-compact_list .news-card-img { height: 100%; min-height: 150px; }

.strength-metrics_band .sponsor-grid { grid-template-columns: 1fr; }
.strength-metrics_band .sponsor-image { max-height: 300px; overflow: hidden; border-radius: var(--radius-lg); }
.strength-partner_wall .sponsor-grid { grid-template-columns: .9fr 1.1fr; }
.strength-partner_wall .strength-item { display: inline-block; width: calc(50% - 10px); margin-right: 10px; vertical-align: top; }
.strength-stacked_proof .sponsor-grid { grid-template-columns: 1fr; }
.strength-stacked_proof .sponsor-text { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.strength-stacked_proof .sponsor-text > p { grid-column: 1 / -1; }
.strength-stacked_proof .strength-item { border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 22px; background: var(--white); }

.contact-office_panel .contact-grid { grid-template-columns: 1.2fr .9fr .9fr; align-items: stretch; }
.contact-office_panel .contact-card:first-child { text-align: left; }
.contact-office_panel .contact-card:first-child .contact-icon { margin-left: 0; }
.contact-support_strip .contact-grid { grid-template-columns: 1fr; }
.contact-support_strip .contact-card { display: grid; grid-template-columns: 70px 180px 1fr; text-align: left; align-items: center; gap: 16px; }
.contact-support_strip .contact-icon { margin: 0; }

.footer-compact { padding-top: 42px; }
.footer-compact .footer-grid { grid-template-columns: 1.4fr repeat(3, .8fr); gap: 26px; padding-bottom: 28px; }
.footer-columns_plus .footer-brand { padding: 24px; border-radius: var(--radius-lg); background: rgba(255,255,255,.05); }

.page-main { margin-top: 72px; }
.page-main .banner { margin-top: 0; }
.page-hero { padding: 72px 0 56px; background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue-primary) 55%, var(--blue-light) 100%); color: var(--white); text-align: center; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 12px; }
.page-hero p { max-width: 680px; margin: 0 auto; opacity: 0.9; }
.prose { max-width: 820px; }
.prose h2 { color: var(--blue-primary); margin: 28px 0 8px; }
.prose p { color: var(--gray-600); margin-bottom: 14px; }
.legal-page { background: var(--gray-50); }
.legal-intro { max-width: 900px; margin: 0 auto 28px; padding: 28px 32px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.legal-intro p { color: var(--gray-600); font-size: 1rem; }
.legal-sections { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.legal-section { padding: 24px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); }
.legal-section h2 { color: var(--blue-primary); font-size: 1.08rem; margin-bottom: 10px; }
.legal-section p { color: var(--gray-600); font-size: 0.94rem; line-height: 1.85; }
.article-wrap { margin-top: 72px; padding: 64px 0; }
.article-wrap h1 { max-width: 880px; font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.25; color: var(--gray-900); margin: 18px 0 12px; }
.article-meta { color: var(--gray-500); margin-bottom: 24px; }
.article-cover { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); margin-bottom: 32px; }
.article-body { max-width: 820px; }
.article-body h2 { color: var(--blue-primary); font-size: 1.35rem; margin: 32px 0 12px; }
.article-body p { color: var(--gray-600); margin-bottom: 16px; }

@media (max-width: 1024px) {
  .about-grid, .sponsor-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-image { order: -1; }
  .games-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
  .games-featured_first .game-card:first-child,
  .games-compact_grid .game-card,
  .news-compact_list .news-card,
  .strength-stacked_proof .sponsor-text,
  .contact-support_strip .contact-card { grid-template-columns: 1fr; }
  .strength-partner_wall .strength-item { display: block; width: auto; margin-right: 0; }
  .values-grid, .contact-grid, .timeline, .partner-logos { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .header-cta { display: none; }
}

@media (max-width: 768px) {
  .nav { position: fixed; top: 72px; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; padding: 16px 24px; border-bottom: 1px solid var(--gray-200); transform: translateY(-120%); opacity: 0; transition: all var(--transition); box-shadow: var(--shadow); }
  .nav.open { transform: translateY(0); opacity: 1; }
  .nav-link { padding: 12px 16px; }
  .nav-toggle { display: flex; }
  .nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
  .banner { min-height: 500px; }
  .banner-content { padding: 60px 24px; }
  .banner-cta { flex-direction: column; }
  .btn-banner { width: 100%; max-width: 320px; justify-content: center; }
  .section { padding: 60px 0; }
  .games-grid, .news-grid, .stats-grid, .stats-grid-inline { grid-template-columns: 1fr; }
  .about-stats_wall .stats-grid-inline,
  .news-editorial .news-grid,
  .contact-office_panel .contact-grid { grid-template-columns: 1fr; }
  .contact-form, .faq-list, .legal-sections { grid-template-columns: 1fr; }
  .news-header { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
