/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 16px; line-height: 26px; color: #2a2a2a; background-color: #faf8f4; }
a { color: #1a2744; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #7a2638; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 700; color: #1a2744; line-height: 1.2; }
p { margin: 0 0 16px 0; }
.wrapper { width: 100%; min-height: 100vh; overflow-x: hidden; background-color: #faf8f4; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) {
  .container { padding: 0 32px; }
}
@media (min-width: 1024px) {
  .container { padding: 0 40px; }
}
.header { background-color: #1a2744; border-bottom: 3px solid #7a2638; position: sticky; top: 0; z-index: 100; }
.header .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; max-width: 1200px; margin: 0 auto; }
.header .header-logo { font-size: 18px; font-weight: 800; color: #f5f0e8; letter-spacing: -0.5px; text-transform: uppercase; }
.header .header-logo .logo-accent { color: #c9a84c; }
.header .nav-toggle { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.header .nav-toggle .nav-toggle-bar { width: 24px; height: 2px; background-color: #f5f0e8; transition: transform 0.3s ease, opacity 0.3s ease; }
.header .nav-list { display: none; position: absolute; top: 100%; left: 0; right: 0; background-color: #1a2744; border-top: 1px solid rgba(245, 240, 232, 0.1); padding: 8px 0; }
.header .nav-list.active { display: block; }
.header .nav-list .nav-item { display: block; }
.header .nav-list .nav-link { display: block; padding: 12px 20px; color: #f5f0e8; font-size: 14px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; transition: background-color 0.2s ease, color 0.2s ease; }
.header .nav-list .nav-link:hover { background-color: rgba(245, 240, 232, 0.08); color: #c9a84c; }
.header .nav-list .nav-link.active { color: #c9a84c; }
.header .nav-dropdown { position: relative; }
.header .nav-dropdown .nav-dropdown-trigger { display: flex; align-items: center; gap: 5px; padding: 12px 20px; color: #f5f0e8; font-size: 14px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease; }
.header .nav-dropdown .nav-dropdown-trigger:hover { background-color: rgba(245, 240, 232, 0.08); color: #c9a84c; }
.header .nav-dropdown .nav-dropdown-trigger.active { color: #c9a84c; }
.header .nav-dropdown .nav-dropdown-arrow { width: 10px; height: 10px; flex-shrink: 0; transition: transform 0.2s ease; }
.header .nav-dropdown .nav-dropdown-arrow path { stroke: currentColor; stroke-width: 2; fill: none; }
.header .nav-dropdown .nav-dropdown-menu { display: none; list-style: none; margin: 0; padding: 0 0 0 20px; }
.header .nav-dropdown.open .nav-dropdown-menu { display: block; }
.header .nav-dropdown.open .nav-dropdown-arrow { transform: rotate(180deg); }
.header .eighteen-badge { display: none; font-size: 11px; font-weight: 700; color: #f5f0e8; border: 2px solid #f5f0e8; border-radius: 50%; width: 32px; height: 32px; line-height: 28px; text-align: center; flex-shrink: 0; }
@media (min-width: 768px) {
  .header .header-inner { padding: 0 32px; }
  .header .nav-toggle { display: none; }
  .header .nav-list { display: flex; position: static; background-color: transparent; border-top: none; padding: 0; gap: 0; }
  .header .nav-list .nav-link { padding: 20px 14px; font-size: 12px; }
  .header .nav-dropdown .nav-dropdown-trigger { padding: 20px 14px; font-size: 12px; }
  .header .nav-dropdown .nav-dropdown-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background-color: #1a2744; border-top: 3px solid #7a2638; min-width: 180px; padding: 8px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35); z-index: 200; list-style: none; margin: 0; }
  .header .nav-dropdown .nav-dropdown-menu .nav-item { display: block; }
  .header .nav-dropdown .nav-dropdown-menu .nav-link { padding: 10px 20px; white-space: nowrap; font-size: 12px; }
  .header .nav-dropdown:hover .nav-dropdown-menu { display: block; }
  .header .nav-dropdown.open .nav-dropdown-menu { display: block; }
  .header .eighteen-badge { display: block; }
}
@media (min-width: 1024px) {
  .header .header-inner { padding: 0 40px; }
  .header .header-logo { font-size: 20px; }
  .header .nav-list .nav-link { padding: 20px 18px; font-size: 13px; }
  .header .nav-dropdown .nav-dropdown-trigger { padding: 20px 18px; font-size: 13px; }
  .header .nav-dropdown .nav-dropdown-menu .nav-link { font-size: 13px; }
}
.hero { background-color: #1a2744; background-size: cover; background-position: center; padding: 48px 20px 56px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, rgba(26, 39, 68, 0.95) 0%, rgba(26, 39, 68, 0.9) 50%, rgba(26, 39, 68, 0.75) 100%); pointer-events: none; z-index: 0; }
.hero::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f5f0e8' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.hero .hero-content { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }
.hero .hero-badge { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #e8c84c; border: 1px solid rgba(232, 200, 76, 0.5); padding: 6px 16px; margin-bottom: 24px; opacity: 0; animation: fadeInUp 0.6s ease forwards; background-color: rgba(0, 0, 0, 0.2); }
.hero .hero-heading { font-size: 32px; font-weight: 800; color: #ffffff; line-height: 1.15; margin-bottom: 20px; letter-spacing: -1px; opacity: 0; animation: fadeInUp 0.6s ease 0.15s forwards; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }
.hero .hero-heading .heading-accent { color: #e8c84c; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }
.hero .hero-subheading { font-size: 16px; line-height: 28px; color: #ffffff; font-weight: 500; max-width: 560px; margin-bottom: 32px; opacity: 0; animation: fadeInUp 0.6s ease 0.3s forwards; }
.hero .hero-stats { display: flex; gap: 24px; flex-wrap: wrap; opacity: 0; animation: fadeInUp 0.6s ease 0.45s forwards; }
.hero .hero-stat { }
.hero .hero-stat .stat-value { font-size: 28px; font-weight: 800; color: #e8c84c; line-height: 1; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }
.hero .hero-stat .stat-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: rgba(255, 255, 255, 0.7); margin-top: 4px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.hero .hero-divider { width: 60px; height: 3px; background-color: #7a2638; margin: 32px 0; opacity: 0; animation: fadeInUp 0.6s ease 0.6s forwards; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 768px) {
  .hero { padding: 64px 32px 72px; }
  .hero .hero-heading { font-size: 44px; }
  .hero .hero-subheading { font-size: 17px; line-height: 28px; }
  .hero .hero-stats { gap: 40px; }
  .hero .hero-stat .stat-value { font-size: 36px; }
}
@media (min-width: 1024px) {
  .hero { padding: 80px 40px 88px; }
  .hero .hero-heading { font-size: 52px; }
  .hero .hero-subheading { font-size: 18px; }
}
.casino-list { padding: 32px 20px; max-width: 1200px; margin: 0 auto; }
.casino-list .casino-list-header { margin-bottom: 32px; }
.casino-list .casino-list-title { font-size: 24px; font-weight: 800; color: #1a2744; letter-spacing: -0.5px; }
.casino-list .casino-list-subtitle { font-size: 14px; color: #6b6b6b; margin-top: 8px; line-height: 22px; }
.casino-list .casino-list-divider { width: 40px; height: 3px; background-color: #7a2638; margin-top: 16px; }
.casino-card { background-color: #ffffff; border: 1px solid #e8e4dc; border-radius: 4px; padding: 24px; margin-bottom: 16px; transition: box-shadow 0.3s ease, border-color 0.3s ease; position: relative; }
.casino-card:hover { box-shadow: 0 4px 20px rgba(26, 39, 68, 0.08); border-color: #c9a84c; }
.casino-card .casino-card-rank { position: absolute; top: -1px; left: -1px; background-color: #1a2744; color: #c9a84c; font-size: 12px; font-weight: 800; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 4px 0 4px 0; }
.casino-card .casino-card-content { display: grid; grid-template-columns: 1fr; gap: 16px; }
.casino-card .casino-card-brand { display: flex; align-items: center; gap: 16px; padding-left: 24px; }
.casino-card .casino-card-logo { width: 112px; height: 64px; background: #ffffff; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid rgba(26, 39, 68, 0.08); box-shadow: 0 2px 6px rgba(26, 39, 68, 0.08); position: relative; overflow: hidden; padding: 8px; box-sizing: border-box; font-size: 16px; font-weight: 800; color: #1a2744; letter-spacing: -0.5px; }
.casino-card .casino-card-logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; }
.casino-card .casino-card-name { font-size: 18px; font-weight: 700; color: #1a2744; }
.casino-card .casino-card-rating { display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.casino-card .casino-card-rating .rating-stars { display: flex; gap: 2px; }
.casino-card .casino-card-rating .rating-star { width: 14px; height: 14px; }
.casino-card .casino-card-rating .rating-star svg { width: 14px; height: 14px; }
.casino-card .casino-card-rating .rating-score { font-size: 13px; font-weight: 700; color: #2d5f3e; }
.casino-card .casino-card-bonus { background-color: #faf8f4; border: 1px solid #e8e4dc; border-radius: 4px; padding: 16px; text-align: center; }
.casino-card .casino-card-bonus .bonus-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #7a2638; margin-bottom: 4px; }
.casino-card .casino-card-bonus .bonus-value { font-size: 20px; font-weight: 800; color: #1a2744; line-height: 1.2; }
.casino-card .casino-card-bonus .bonus-terms { font-size: 11px; color: #999999; margin-top: 4px; }
.casino-card .casino-card-features { display: flex; flex-wrap: wrap; gap: 8px; }
.casino-card .casino-card-features .feature-tag { font-size: 11px; font-weight: 600; color: #2d5f3e; background-color: rgba(45, 95, 62, 0.08); padding: 4px 10px; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.5px; }
.casino-card .casino-card-cta { }
.casino-card .casino-card-cta .cta-button { display: block; text-align: center; background-color: #2d5f3e; color: #f5f0e8; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 14px 24px; border-radius: 4px; transition: background-color 0.2s ease, transform 0.15s ease; cursor: pointer; }
.casino-card .casino-card-cta .cta-button:hover { background-color: #1a4a2c; transform: translateY(-1px); color: #f5f0e8; }
.casino-card .casino-card-cta .cta-review { display: block; text-align: center; font-size: 12px; color: #999999; margin-top: 8px; transition: color 0.2s ease; }
.casino-card .casino-card-cta .cta-review:hover { color: #1a2744; }
@media (min-width: 768px) {
  .casino-list { padding: 36px 32px; }
  .casino-card .casino-card-content { grid-template-columns: 2fr 1.5fr 1fr 1fr; align-items: center; gap: 20px; }
  .casino-card .casino-card-brand { padding-left: 28px; }
  .casino-list .casino-list-title { font-size: 28px; }
}
@media (min-width: 1024px) {
  .casino-list { padding: 40px 40px; }
  .casino-card { padding: 28px; }
  .casino-card .casino-card-content { grid-template-columns: 2fr 1.5fr 1.5fr 1fr; gap: 24px; }
  .casino-list .casino-list-title { font-size: 32px; }
}
.content-section { padding: 32px 20px; max-width: 1200px; margin: 0 auto; }
.content-section .content-header { margin-bottom: 32px; }
.content-section .content-title { font-size: 24px; font-weight: 800; color: #1a2744; letter-spacing: -0.5px; }
.content-section .content-divider { width: 40px; height: 3px; background-color: #7a2638; margin-top: 16px; }
.content-section .content-text { font-size: 15px; line-height: 26px; color: #4a4a4a; max-width: 760px; }
.content-section .content-text p { margin-bottom: 16px; }
.info-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 32px; }
.info-card { background-color: #ffffff; border: 1px solid #e8e4dc; border-radius: 4px; padding: 28px; transition: box-shadow 0.3s ease; }
.info-card:hover { box-shadow: 0 4px 16px rgba(26, 39, 68, 0.06); }
.info-card .info-card-icon { width: 48px; height: 48px; background-color: #faf8f4; border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.info-card .info-card-icon svg { width: 24px; height: 24px; stroke: #7a2638; fill: none; stroke-width: 1.5; }
.info-card .info-card-title { font-size: 16px; font-weight: 700; color: #1a2744; margin-bottom: 8px; }
.info-card .info-card-text { font-size: 14px; line-height: 22px; color: #6b6b6b; }
.faq-section { padding: 32px 20px; max-width: 1200px; margin: 0 auto; }
.faq-section .faq-title { font-size: 24px; font-weight: 800; color: #1a2744; margin-bottom: 8px; }
.faq-section .faq-divider { width: 40px; height: 3px; background-color: #7a2638; margin-bottom: 32px; }
.faq-item { border-bottom: 1px solid #e8e4dc; }
.faq-item .faq-question { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; cursor: pointer; }
.faq-item .faq-question .faq-question-text { font-size: 15px; font-weight: 600; color: #1a2744; padding-right: 16px; }
.faq-item .faq-question .faq-toggle { width: 24px; height: 24px; flex-shrink: 0; transition: transform 0.3s ease; }
.faq-item .faq-question .faq-toggle svg { width: 24px; height: 24px; stroke: #1a2744; fill: none; stroke-width: 2; }
.faq-item.active .faq-question .faq-toggle { transform: rotate(45deg); }
.faq-item .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item .faq-answer .faq-answer-text { font-size: 14px; line-height: 24px; color: #6b6b6b; padding-bottom: 20px; }
.faq-item.active .faq-answer { max-height: 300px; }
.breadcrumb { padding: 16px 20px; max-width: 1200px; margin: 0 auto; }
.breadcrumb .breadcrumb-list { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb .breadcrumb-list .breadcrumb-item { font-size: 12px; color: #999999; }
.breadcrumb .breadcrumb-list .breadcrumb-item a { color: #999999; transition: color 0.2s ease; }
.breadcrumb .breadcrumb-list .breadcrumb-item a:hover { color: #1a2744; }
.breadcrumb .breadcrumb-list .breadcrumb-separator { font-size: 10px; color: #cccccc; }
.breadcrumb .breadcrumb-list .breadcrumb-current { color: #1a2744; font-weight: 600; }
.about-section { padding: 32px 20px; max-width: 1200px; margin: 0 auto; }
.about-section .about-title { font-size: 24px; font-weight: 800; color: #1a2744; margin-bottom: 8px; }
.about-section .about-divider { width: 40px; height: 3px; background-color: #7a2638; margin-bottom: 24px; }
.about-section .about-text { font-size: 15px; line-height: 26px; color: #4a4a4a; max-width: 760px; }
.about-section .about-text p { margin-bottom: 16px; }
.about-section .about-text ul { list-style: none; margin: 0 0 20px 0; padding: 0; max-width: 760px; }
.about-section .about-text ul li { font-size: 15px; line-height: 26px; color: #4a4a4a; padding: 10px 0 10px 28px; border-bottom: 1px solid #f0ede6; position: relative; }
.about-section .about-text ul li:last-child { border-bottom: none; }
.about-section .about-text ul li::before { content: ''; position: absolute; left: 0; top: 18px; width: 10px; height: 10px; background-color: #c9a84c; border-radius: 2px; }
.about-section .about-text ul li strong { color: #1a2744; }
.about-section .about-values { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 32px; }
.about-section .about-values .value-card { background-color: #ffffff; border: 1px solid #e8e4dc; border-radius: 4px; padding: 28px; }
.about-section .about-values .value-card .value-number { font-size: 32px; font-weight: 800; color: #c9a84c; line-height: 1; margin-bottom: 12px; }
.about-section .about-values .value-card .value-title { font-size: 16px; font-weight: 700; color: #1a2744; margin-bottom: 8px; }
.about-section .about-values .value-card .value-text { font-size: 14px; line-height: 22px; color: #6b6b6b; }
.payment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.payment-card { background-color: #ffffff; border: 1px solid #e8e4dc; border-radius: 4px; padding: 20px; text-align: center; transition: box-shadow 0.3s ease; }
.payment-card:hover { box-shadow: 0 4px 16px rgba(26, 39, 68, 0.06); }
.payment-card .payment-icon { width: 48px; height: 48px; margin: 0 auto 12px; background-color: #faf8f4; border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.payment-card .payment-icon svg { width: 24px; height: 24px; stroke: #1a2744; fill: none; stroke-width: 1.5; }
.payment-card .payment-name { font-size: 14px; font-weight: 700; color: #1a2744; margin-bottom: 4px; }
.payment-card .payment-speed { font-size: 12px; color: #2d5f3e; font-weight: 600; }
@media (min-width: 768px) {
  .content-section { padding: 56px 32px; }
  .content-section .content-title { font-size: 28px; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .faq-section { padding: 36px 32px; }
  .breadcrumb { padding: 16px 32px; }
  .about-section { padding: 36px 32px; }
  .about-section .about-values { grid-template-columns: 1fr 1fr; }
  .payment-grid { grid-template-columns: 1fr 1fr 1fr; }
}
@media (min-width: 1024px) {
  .content-section { padding: 40px 40px; }
  .content-section .content-title { font-size: 32px; }
  .info-grid { grid-template-columns: 1fr 1fr 1fr; }
  .faq-section { padding: 40px 40px; }
  .breadcrumb { padding: 16px 40px; }
  .about-section { padding: 40px 40px; }
  .about-section .about-values { grid-template-columns: 1fr 1fr 1fr; }
  .payment-grid { grid-template-columns: repeat(4, 1fr); }
}
.footer { background-color: #1a2744; color: #f5f0e8; margin-top: 40px; }
.footer .footer-top { padding: 32px 20px 24px; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 24px; }
.footer .footer-brand { }
.footer .footer-brand .footer-logo { font-size: 18px; font-weight: 800; letter-spacing: -0.5px; text-transform: uppercase; margin-bottom: 12px; }
.footer .footer-brand .footer-logo .logo-accent { color: #c9a84c; }
.footer .footer-brand .footer-tagline { font-size: 14px; line-height: 22px; color: rgba(245, 240, 232, 0.7); }
.footer .footer-links-group { }
.footer .footer-links-group .footer-links-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; color: #c9a84c; }
.footer .footer-links-group .footer-links-list .footer-links-item { margin-bottom: 8px; }
.footer .footer-links-group .footer-links-list .footer-links-link { font-size: 14px; color: rgba(245, 240, 232, 0.7); transition: color 0.2s ease; }
.footer .footer-links-group .footer-links-list .footer-links-link:hover { color: #f5f0e8; }
.footer .footer-responsible { padding: 24px 20px; max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(245, 240, 232, 0.1); }
.footer .footer-responsible .responsible-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; color: #c9a84c; }
.footer .footer-responsible .responsible-text { font-size: 13px; line-height: 20px; color: rgba(245, 240, 232, 0.6); }
.footer .footer-responsible .responsible-icons { display: flex; align-items: center; gap: 16px; margin-top: 16px; }
.footer .footer-responsible .responsible-icon { width: 40px; height: 40px; border: 1px solid rgba(245, 240, 232, 0.2); border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.footer .footer-responsible .responsible-icon svg { width: 20px; height: 20px; fill: rgba(245, 240, 232, 0.5); }
.footer .footer-bottom { padding: 20px; max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(245, 240, 232, 0.1); display: flex; flex-direction: column; gap: 8px; align-items: center; }
.footer .footer-bottom .footer-copyright { font-size: 12px; color: rgba(245, 240, 232, 0.4); }
.footer .footer-bottom .footer-disclaimer { font-size: 11px; color: rgba(245, 240, 232, 0.3); text-align: center; line-height: 18px; }
@media (min-width: 768px) {
  .footer .footer-top { grid-template-columns: 2fr 1fr 1fr 1fr 1fr; padding: 36px 32px 24px; gap: 24px; }
  .footer .footer-responsible { padding: 20px 32px; }
  .footer .footer-bottom { padding: 16px 32px; flex-direction: row; justify-content: space-between; }
}
@media (min-width: 1024px) {
  .footer .footer-top { grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; padding: 40px 40px 28px; gap: 32px; }
  .footer .footer-responsible { padding: 20px 40px; }
  .footer .footer-bottom { padding: 16px 40px; }
}
.page-new-casinos .hero::before { background: radial-gradient(ellipse at 30% 40%, rgba(201, 168, 76, 0.12) 0%, transparent 50%), radial-gradient(ellipse at 70% 80%, rgba(45, 95, 62, 0.1) 0%, transparent 50%); }
.page-bonuses .hero::before { background: radial-gradient(ellipse at 60% 30%, rgba(201, 168, 76, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 20% 70%, rgba(122, 38, 56, 0.08) 0%, transparent 50%); }
.page-payments .hero::before { background: radial-gradient(ellipse at 40% 60%, rgba(45, 95, 62, 0.12) 0%, transparent 50%), radial-gradient(ellipse at 80% 30%, rgba(201, 168, 76, 0.08) 0%, transparent 50%); }
.page-blackjack .hero::before { background: radial-gradient(ellipse at 50% 50%, rgba(45, 95, 62, 0.18) 0%, transparent 55%), radial-gradient(ellipse at 80% 20%, rgba(201, 168, 76, 0.06) 0%, transparent 40%); }
.page-roulette .hero::before { background: radial-gradient(ellipse at 30% 30%, rgba(122, 38, 56, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 70% 70%, rgba(201, 168, 76, 0.08) 0%, transparent 50%); }
.page-about .hero::before { background: radial-gradient(ellipse at 50% 40%, rgba(26, 39, 68, 0.2) 0%, transparent 60%), radial-gradient(ellipse at 80% 80%, rgba(201, 168, 76, 0.06) 0%, transparent 40%); }
.page-blackjack .casino-list { background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80 60 Q80 40 100 40 Q120 40 120 60 Q120 40 140 40 Q160 40 160 60 Q160 90 120 110 Q80 90 80 60 Z' fill='%231a2744' fill-opacity='0.02'/%3E%3C/svg%3E"); }
.page-roulette .casino-list { background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='100' cy='100' r='60' fill='none' stroke='%231a2744' stroke-opacity='0.02' stroke-width='2'/%3E%3Ccircle cx='100' cy='100' r='40' fill='none' stroke='%231a2744' stroke-opacity='0.015' stroke-width='1'/%3E%3C/svg%3E"); }
.page-bonuses .casino-list { background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='60' y='70' text-anchor='middle' font-size='40' fill='%231a2744' fill-opacity='0.015' font-family='serif'%3E£%3C/text%3E%3C/svg%3E"); }
.page-live-casinos .hero::before { background: radial-gradient(ellipse at 40% 30%, rgba(201, 168, 76, 0.14) 0%, transparent 50%), radial-gradient(ellipse at 70% 70%, rgba(122, 38, 56, 0.1) 0%, transparent 50%); }
.page-live-casinos .casino-list { background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='60' y='70' width='80' height='60' rx='6' fill='none' stroke='%231a2744' stroke-opacity='0.02' stroke-width='2'/%3E%3Ccircle cx='100' cy='100' r='8' fill='%231a2744' fill-opacity='0.015'/%3E%3C/svg%3E"); }
.page-slots .hero::before { background: radial-gradient(ellipse at 60% 40%, rgba(201, 168, 76, 0.16) 0%, transparent 50%), radial-gradient(ellipse at 30% 80%, rgba(45, 95, 62, 0.08) 0%, transparent 50%); }
.page-slots .casino-list { background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='40' y='40' width='80' height='80' rx='8' fill='none' stroke='%231a2744' stroke-opacity='0.02' stroke-width='2'/%3E%3Cline x1='73' y1='40' x2='73' y2='120' stroke='%231a2744' stroke-opacity='0.015'/%3E%3Cline x1='87' y1='40' x2='87' y2='120' stroke='%231a2744' stroke-opacity='0.015'/%3E%3C/svg%3E"); }
.page-mobile .hero::before { background: radial-gradient(ellipse at 50% 50%, rgba(45, 95, 62, 0.14) 0%, transparent 55%), radial-gradient(ellipse at 20% 30%, rgba(201, 168, 76, 0.08) 0%, transparent 40%); }
.page-mobile .casino-list { background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='55' y='30' width='50' height='100' rx='8' fill='none' stroke='%231a2744' stroke-opacity='0.02' stroke-width='2'/%3E%3Ccircle cx='80' cy='120' r='4' fill='%231a2744' fill-opacity='0.015'/%3E%3C/svg%3E"); }
.page-responsible .hero::before { background: radial-gradient(ellipse at 50% 40%, rgba(45, 95, 62, 0.15) 0%, transparent 55%), radial-gradient(ellipse at 80% 80%, rgba(26, 39, 68, 0.1) 0%, transparent 45%); }

/* ==================== Bullet styling for content sections ==================== */
.content-section ul { list-style: none; margin: 16px 0 20px 0; padding: 0; max-width: 880px; }
.content-section ul li { font-size: 16px; line-height: 26px; color: #2a2a2a; padding: 8px 0 8px 28px; position: relative; }
.content-section ul li::before { content: ''; position: absolute; left: 4px; top: 17px; width: 10px; height: 10px; background-color: #c9a84c; border-radius: 2px; }
.content-section ul li strong { color: #1a2744; }
.content-section ul li + li { border-top: 1px solid #f0ece4; }

/* ==================== Payment methods on casino cards ==================== */
.casino-card .casino-card-payments { padding-top: 12px; margin-top: 4px; border-top: 1px solid #f0ece4; }
.casino-card .casino-card-payments .payments-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #6c6857; margin-bottom: 8px; }
.casino-card .casino-card-payments .payments-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.casino-card .casino-card-payments .payment-tag { display: inline-block; font-size: 11px; font-weight: 600; color: #1a2744; background-color: #f5f0e8; border: 1px solid #e8e4dc; padding: 4px 10px; border-radius: 12px; letter-spacing: 0.2px; }

@media (min-width: 768px) {
  /* override existing 4-col grid: define explicit areas so payments spans full width on row 2 */
  .casino-card .casino-card-content {
    grid-template-columns: 2fr 1.5fr 1fr 1fr;
    grid-template-areas:
      "brand bonus features cta"
      "payments payments payments payments";
    align-items: center;
  }
  .casino-card .casino-card-brand    { grid-area: brand; }
  .casino-card .casino-card-bonus    { grid-area: bonus; }
  .casino-card .casino-card-features { grid-area: features; }
  .casino-card .casino-card-cta      { grid-area: cta; }
  .casino-card .casino-card-payments { grid-area: payments; }
}
@media (min-width: 1024px) {
  .casino-card .casino-card-content {
    grid-template-columns: 2fr 1.5fr 1.5fr 1fr;
  }
}

/* ==================== Casino comparison table ==================== */
.compare-section { padding: 32px 20px; max-width: 1200px; margin: 0 auto; }
.compare-section .compare-title { font-size: 22px; font-weight: 800; color: #1a2744; margin-bottom: 12px; letter-spacing: -0.3px; }
.compare-section .compare-divider { width: 48px; height: 3px; background-color: #c9a84c; margin-bottom: 20px; }
.compare-section .compare-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid #e8e4dc; border-radius: 4px; background-color: #ffffff; }
.casino-compare-table { width: 100%; min-width: 720px; border-collapse: collapse; background-color: #ffffff; font-size: 14px; margin: 0; }
.casino-compare-table thead { background-color: #1a2744; }
.casino-compare-table thead th { color: #f5f0e8; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 14px; text-align: left; border-bottom: 3px solid #c9a84c; }
.casino-compare-table tbody tr { border-bottom: 1px solid #f0ece4; transition: background-color 0.2s ease; }
.casino-compare-table tbody tr:last-child { border-bottom: none; }
.casino-compare-table tbody tr:hover { background-color: #faf8f4; }
.casino-compare-table td { padding: 14px; vertical-align: middle; color: #2a2a2a; }
.casino-compare-table .compare-cell-logo { min-width: 170px; }
.casino-compare-table .compare-cell-logo img { width: 56px; height: 36px; object-fit: contain; padding: 4px; background: #ffffff; border: 1px solid #e8e4dc; border-radius: 4px; vertical-align: middle; margin-right: 10px; }
.casino-compare-table .compare-cell-name { font-weight: 700; color: #1a2744; font-size: 14px; vertical-align: middle; }
.casino-compare-table .compare-cell-bonus { font-weight: 600; color: #1a2744; min-width: 200px; }
.casino-compare-table .compare-cell-rtp { font-weight: 700; color: #2d5f3e; white-space: nowrap; }
.casino-compare-table .compare-cell-wagering { font-weight: 600; color: #7a2638; white-space: nowrap; }
.casino-compare-table .compare-cell-payments { color: #4a4738; font-size: 12px; line-height: 1.5; min-width: 220px; }
.casino-compare-table .compare-cell-cta { white-space: nowrap; }
.cta-button.cta-button-sm { display: inline-block; padding: 8px 18px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; background-color: #c9a84c; color: #1a2744; border: none; border-radius: 4px; transition: background-color 0.2s ease; }
.cta-button.cta-button-sm:hover { background-color: #b89538; color: #1a2744; }
.compare-section .compare-footnote { font-size: 12px; color: #6c6857; margin-top: 12px; line-height: 1.5; font-style: italic; }
