:root {
  --ink: #102238;
  --ink-2: #16304c;
  --paper: #fbfcfe;
  --mist: #eff4f6;
  --card: #ffffff;
  --line: #d7e1e8;
  --muted: #5e6c78;
  --mint: #58dfba;
  --mint-dark: #057b66;
  --coral: #ff8c68;
  --sun: #f8cb62;
  --focus: #f26f48;
  --shadow: 0 16px 42px rgb(16 34 56 / 10%);
  --shadow-small: 0 7px 20px rgb(16 34 56 / 8%);
  --radius: 20px;
  --radius-small: 12px;
  --content: 1320px;
  --space-1: .5rem;
  --space-2: .875rem;
  --space-3: 1.25rem;
  --space-4: 1.75rem;
  --space-5: 2.5rem;
  --space-6: 4rem;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.6; }
img { max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; top: .7rem; left: .7rem; z-index: 20; padding: .6rem .8rem; background: #fff; color: var(--ink); border-radius: 8px; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.section { padding: clamp(3.8rem, 8vw, 7rem) 0; scroll-margin-top: 6rem; }
.section-tint { background: var(--mist); }
.section-dark { background: var(--ink); color: #f4fbff; }

.site-header { position: sticky; top: 0; z-index: 10; min-height: 70px; background: rgb(251 252 254 / 94%); border-bottom: 1px solid rgb(215 225 232 / 85%); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 2rem), 1360px); min-height: 70px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.site-logo img { display: block; width: 218px; height: 44px; }
.primary-nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.7rem); font-size: .91rem; font-weight: 700; }
.primary-nav a { text-decoration: none; color: var(--ink-2); }
.primary-nav a:hover { color: var(--mint-dark); }
.menu-button { display: none; min-height: 44px; align-items: center; gap: .5rem; border: 1px solid var(--line); border-radius: 9px; padding: .45rem .65rem; background: #fff; color: var(--ink); font: inherit; font-weight: 700; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 19px; height: 2px; background: currentColor; content: ""; transition: transform .18s ease; }
.menu-icon { position: relative; }
.menu-icon::before { position: absolute; top: -6px; }
.menu-icon::after { position: absolute; top: 6px; }
.menu-button[aria-expanded="true"] .menu-icon { background: transparent; }
.menu-button[aria-expanded="true"] .menu-icon::before { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-icon::after { transform: translateY(-6px) rotate(-45deg); }

.hero { overflow: hidden; padding: clamp(4.2rem, 9vw, 7.4rem) 0 clamp(4rem, 8vw, 6.5rem); background: linear-gradient(135deg, #e5f7f1 0%, #f7fbf9 50%, #f4e4d7 100%); color: var(--ink); position: relative; }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .68; background-image: linear-gradient(90deg, rgb(5 123 102 / 8%) 1px, transparent 1px), linear-gradient(rgb(5 123 102 / 8%) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to bottom, #000, transparent 78%); pointer-events: none; }
.hero::after { position: absolute; content: ""; width: min(42vw, 610px); height: min(42vw, 610px); right: -10vw; bottom: -27vw; border: 48px solid rgb(248 203 98 / 38%); border-radius: 50%; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.eyebrow, .section-kicker, .card-label { margin: 0 0 .6rem; color: var(--mint-dark); font-size: .75rem; line-height: 1.3; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: .45rem; margin-bottom: 1rem; padding: .45rem .7rem; border: 1px solid rgb(5 123 102 / 22%); border-radius: 999px; background: rgb(255 255 255 / 72%); color: var(--mint-dark); font-size: .7rem; }
.hero .eyebrow span { color: var(--coral); font-size: 1rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 1010px; margin-bottom: 1.25rem; font-size: clamp(2.45rem, 5vw, 5rem); letter-spacing: -.06em; line-height: .98; }
h2 { max-width: 1100px; margin-bottom: 1rem; font-size: clamp(2rem, 3.7vw, 3.65rem); letter-spacing: -.045em; line-height: 1.08; }
h3 { margin-bottom: .65rem; font-size: clamp(1.13rem, 2vw, 1.4rem); letter-spacing: -.018em; line-height: 1.24; }
.lead { max-width: 900px; color: var(--ink-2); font-size: clamp(1.1rem, 1.7vw, 1.28rem); font-weight: 620; line-height: 1.55; }
.hero-copy > p:not(.eyebrow):not(.lead) { max-width: 920px; color: #3f5969; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 1rem 2.4rem; margin: 1.55rem 0; }
.hero-stats div { min-width: 104px; padding-right: 1.4rem; border-right: 1px solid rgb(16 34 56 / 15%); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats dt { color: var(--ink); font-size: 1.65rem; font-weight: 850; line-height: 1; }
.hero-stats dd { margin: .3rem 0 0; color: #506876; font-size: .78rem; line-height: 1.25; }
.hero-action { display: inline-flex; align-items: center; gap: .8rem; min-height: 48px; padding: .7rem 1rem .7rem 1.15rem; border-radius: 10px; background: var(--ink); color: #fff; font-size: .94rem; font-weight: 800; text-decoration: none; box-shadow: 0 11px 24px rgb(16 34 56 / 18%); }
.hero-action span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--mint); color: var(--ink); }
.hero-brief { position: relative; overflow: hidden; padding: clamp(1.5rem, 3vw, 2.25rem); border-radius: 26px; background: var(--ink); color: #fff; box-shadow: 0 24px 45px rgb(16 34 56 / 22%); }
.hero-brief::before { position: absolute; width: 170px; height: 170px; right: -55px; top: -75px; border: 1px solid rgb(88 223 186 / 35%); border-radius: 50%; content: ""; }
.brief-orbit { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 2.4rem; border-radius: 14px; background: var(--mint); color: var(--ink); font-size: 1.3rem; }
.brief-label { margin-bottom: .7rem; color: var(--mint); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.brief-title { margin-bottom: 1rem; font-size: clamp(1.75rem, 3vw, 2.45rem); font-weight: 820; letter-spacing: -.04em; line-height: 1.03; }
.hero-brief > p:not(.brief-label):not(.brief-title) { color: #c8dcdf; font-size: .91rem; }
.brief-footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.75rem; padding-top: 1rem; border-top: 1px solid rgb(255 255 255 / 14%); color: #fff; font-size: .8rem; font-weight: 700; }

.section-intro { max-width: 1080px; margin-bottom: clamp(1.8rem, 4vw, 3.1rem); }
.section-intro > p:last-child { margin-bottom: 0; }
.casino-list { display: grid; gap: 1rem; padding: 0; margin: 0 0 2.75rem; list-style: none; }
.casino-row { display: grid; grid-template-columns: minmax(230px, 25%) 1fr minmax(177px, 17%); align-items: stretch; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--card); box-shadow: var(--shadow-small); transition: transform .18s ease, box-shadow .18s ease; }
.casino-row:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.brand-zone { min-width: 0; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: .75rem; padding: 1rem clamp(1rem, 2.1vw, 1.7rem); border-right: 1px solid var(--line); }
.rank-mark { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #b9ded4; border-radius: 50%; color: var(--mint-dark); font-size: .68rem; font-weight: 850; }
.brand-zone img { display: block; justify-self: center; width: 166px; max-width: 100%; height: 58px; object-fit: contain; object-position: center; }
.offer-zone { min-width: 0; display: grid; align-content: center; margin: .65rem; padding: .85rem 1.15rem; border: 1px solid #e3eded; background: linear-gradient(105deg, #f1f8f6, #fafcfc); border-radius: 12px; }
.offer-label { color: var(--mint-dark); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.offer-zone p { margin: .2rem 0 0; font-weight: 780; line-height: 1.3; }
.offer-zone small { display: inline; color: var(--muted); font-size: .85rem; font-weight: 580; }
.offer-zone small::before { content: " · "; }
.casino-cta { align-self: center; justify-self: center; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-width: 144px; min-height: 47px; padding: .7rem .95rem; border-radius: 10px; background: var(--mint-dark); color: #fff; font-size: .87rem; font-weight: 800; text-align: center; text-decoration: none; box-shadow: 0 8px 16px rgb(5 123 102 / 18%); }
.casino-cta:hover { background: #046b59; }
.casino-cta span { font-size: 1rem; }
.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-small); background: #fff; box-shadow: var(--shadow-small); }
table { width: 100%; min-width: 650px; border-collapse: collapse; text-align: left; }
caption { padding: 1rem 1.1rem; text-align: left; color: var(--ink); font-size: .88rem; font-weight: 800; }
th, td { padding: .9rem 1.1rem; border-top: 1px solid var(--line); vertical-align: top; }
thead th { background: #e7f2ef; font-size: .81rem; }
tbody th { font-size: .91rem; font-weight: 400; }
td { color: #3f5060; font-size: .91rem; }
.brand-notes { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; }
.brand-notes section { position: relative; overflow: hidden; min-height: 236px; padding: 1.5rem; border: 1px solid #dae6eb; border-radius: 16px; background: #fff; box-shadow: 0 9px 22px rgb(16 34 56 / 5%); }
.brand-notes section::after { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--mint), var(--sun)); content: ""; }
.brand-note-label { color: var(--mint-dark); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.brand-notes h3 { margin: .45rem 0 .6rem; }
.brand-card-facts { display: grid; gap: .7rem; margin: 1rem 0 0; }
.brand-card-facts div { padding-top: .7rem; border-top: 1px solid #e5edf0; }
.brand-card-facts dt { margin-bottom: .12rem; color: #728390; font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.brand-card-facts dd { margin: 0; color: #405161; font-size: .88rem; line-height: 1.43; }

.two-column { display: grid; gap: 2rem; align-items: start; }
.process-card, .notice { padding: 1.45rem; border: 1px solid #c7e6dc; border-radius: var(--radius); background: linear-gradient(150deg, #eefaf7, #fff); box-shadow: var(--shadow-small); }
.process-card { margin-top: 0; }
.process-card ol { margin: .8rem 0 0; padding-left: 1.25rem; }
.process-card li + li { margin-top: .75rem; }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; padding: 0; list-style: none; }
.check-list li { position: relative; min-height: 78px; padding: 1rem 1rem 1rem 3.1rem; border: 1px solid #dbe7eb; border-radius: 13px; background: #fff; box-shadow: 0 5px 14px rgb(16 34 56 / 4%); }
.check-list li::before { position: absolute; top: 1rem; left: 1rem; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #daf6ee; color: var(--mint-dark); font-weight: 900; content: "✓"; }
.narrow-light { max-width: 1080px; }
.section-dark .section-kicker { color: var(--mint); }
.section-dark p, .section-dark li { color: #d3e2e5; }
.legal-grid { display: grid; gap: 1.3rem; }
.legal-grid section { padding: 1.55rem; border: 1px solid rgb(162 208 206 / 25%); border-radius: var(--radius-small); background: rgb(255 255 255 / 5%); }
.legal-grid p:last-child { margin-bottom: 0; }
.legal-grid ul { margin-bottom: 0; padding-left: 1.2rem; }
.legal-grid li + li { margin-top: .45rem; }
.notice h3, .notice .card-subheading { margin-top: .2rem; }
.notice .card-subheading { margin-bottom: .65rem; font-size: clamp(1.13rem, 2vw, 1.4rem); font-weight: 700; letter-spacing: -.018em; line-height: 1.24; }
.notice ul { margin: 0; padding-left: 1.2rem; }
.notice li + li { margin-top: .5rem; }
.bonus-table-wrap { margin-bottom: 1.8rem; }
.bonus-table { min-width: 800px; }
.bonus-terms, .bonus-terms > p { max-width: none; }
.bonus-checklist { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin: 1.3rem 0; padding: 0; list-style: none; }
.bonus-checklist li { min-height: 84px; padding: 1rem 1rem 1rem 2.8rem; border: 1px solid #dbe7eb; border-radius: 13px; background: #fff; box-shadow: 0 5px 14px rgb(16 34 56 / 4%); position: relative; }
.bonus-checklist li::before { position: absolute; top: 1rem; left: 1rem; color: var(--mint-dark); font-weight: 900; content: "✓"; }
.bonus-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 1.35rem 0; }
.bonus-facts div { min-height: 106px; padding: 1.15rem; border-radius: 14px; background: linear-gradient(145deg, #effaf7, #fff); border: 1px solid #cbe8df; }
.bonus-facts strong { display: block; margin-bottom: .36rem; color: var(--mint-dark); font-size: 1.6rem; line-height: 1; }
.bonus-facts span { color: #405161; font-size: .83rem; line-height: 1.35; }
.payment-insights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: -.75rem 0 1.65rem; }
.payment-insights div { min-height: 118px; padding: 1.2rem; border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgb(16 34 56 / 6%); }
.payment-insights div:nth-child(2) { background: var(--ink); }
.payment-insights span { display: block; margin-bottom: .6rem; color: var(--mint-dark); font-size: 1.55rem; font-weight: 850; line-height: 1; }
.payment-insights p { margin: 0; color: #4d6370; font-size: .84rem; line-height: 1.38; }
.payment-insights div:nth-child(2) span { color: var(--mint); }
.payment-insights div:nth-child(2) p { color: #d5e3e5; }
.payments-summary { max-width: 1060px; margin-bottom: 2rem; }
.payments-table { min-width: 1040px; }
#hry { padding-bottom: clamp(2.5rem, 5vw, 4.5rem); }
#faq { padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.faq-list { display: grid; gap: .85rem; }
.faq-list details { overflow: hidden; border: 1px solid #d7e4e8; border-radius: 14px; background: #fff; box-shadow: 0 5px 16px rgb(16 34 56 / 5%); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 70px; padding: 1.15rem 1.3rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary h3 { margin: 0; font-size: 1.08rem; }
.faq-list summary span { display: grid; flex: 0 0 auto; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #def6ef; color: var(--mint-dark); font-size: 1.4rem; font-weight: 500; transition: transform .18s ease; }
.faq-list details[open] summary { border-bottom: 1px solid #e4edf0; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 980px; margin: 0; padding: 1.1rem 1.3rem 1.3rem; color: #405161; }

.site-footer { padding: 3rem 0 1.25rem; background: #0a192a; color: #dce8eb; scroll-margin-top: 6rem; }
.footer-grid { display: grid; gap: 2rem; }
.footer-logo-wrap { display: inline-flex; margin-bottom: 1rem; padding: .55rem .8rem; border-radius: 10px; background: #fff; }
.site-footer .footer-logo-wrap img { display: block; width: 218px; height: 44px; margin: 0; }
.site-footer p { max-width: 410px; margin-bottom: 0; color: #aebfc9; font-size: .86rem; }
.footer-heading { margin-bottom: .55rem !important; color: #fff !important; font-weight: 800; }
.footer-responsible { display: grid; gap: 1.35rem; margin-top: 2.6rem; padding: 1.5rem; border: 1px solid #2d4658; border-radius: 16px; background: #10263b; }
.footer-resource-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; align-items: stretch; }
.footer-resource-list a { display: grid; place-items: center; min-height: 58px; padding: .55rem; border: 1px solid rgb(183 216 214 / 22%); border-radius: 9px; background: var(--ink); }
.footer-resource-list a:hover { border-color: var(--mint); }
.footer-resource-list img { display: block; width: 100%; max-width: 104px; height: 33px; margin: 0; object-fit: contain; filter: brightness(0) invert(1); }
.footer-resource-list img.logo-light { background: transparent; border-radius: 0; }
.footer-resource-list a:last-child img { filter: none; mix-blend-mode: screen; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.25rem; padding-top: 1.2rem; border-top: 1px solid #2b4051; color: #aebfc9; font-size: .8rem; }
.footer-bottom a { color: #dffbf3; }

@media (min-width: 720px) {
  .hero-grid { grid-template-columns: minmax(0, 1.5fr) minmax(315px, .65fr); }
  .two-column { grid-template-columns: minmax(0, 1.35fr) minmax(265px, .65fr); }
  .legal-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.1fr 1fr .7fr; }
  .footer-responsible { grid-template-columns: minmax(260px, .55fr) 1fr; }
}
@media (min-width: 1000px) {
  .brand-notes { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 5rem; }
  .site-header { min-height: 62px; }
  .header-inner { min-height: 62px; }
  .site-logo img { width: 174px; height: 35px; }
  .menu-button { display: inline-flex; }
  .primary-nav { display: none; position: absolute; top: calc(100% + 1px); right: 0; left: 0; padding: .6rem 1rem 1rem; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-small); }
  .primary-nav[data-open="true"] { display: grid; }
  .primary-nav a { display: block; min-height: 44px; padding: .7rem .3rem; border-bottom: 1px solid #edf1f3; }
  .casino-row { grid-template-columns: 1fr; }
  .brand-zone { grid-template-columns: 35px 1fr; align-items: center; gap: .8rem; padding-bottom: .75rem; border-right: 0; }
  .brand-zone img { width: min(185px, 100%); height: 54px; }
  .offer-zone { margin: 0 .75rem .75rem; }
  .offer-zone small { display: block; margin-top: .25rem; }
  .offer-zone small::before { content: ""; }
  .casino-cta { width: calc(100% - 1.5rem); margin: 0 .75rem .75rem; }
  .brand-notes { grid-template-columns: 1fr; }
  .check-list, .payment-insights, .bonus-checklist, .bonus-facts { grid-template-columns: 1fr; }
  .payment-insights { margin-top: 0; }
  .footer-resource-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 360px) {
  .container { width: min(calc(100% - 1.25rem), var(--content)); }
  .site-logo img { width: 153px; height: 31px; }
  .menu-button { padding: .4rem; }
  .menu-button span:last-child { display: none; }
  .hero { padding-top: 3.5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
