@charset "UTF-8";

:root {
  --c-primary: #13223b;
  --c-secondary: #b51d33;
  --c-accent: #f3c74a;
  --c-bg: #f4f7fb;
  --c-surface: #ffffff;
  --c-text: #142033;
  --c-text-muted: #516077;
  --c-btn: #d91f3f;
  --c-btn-text: #ffffff;
  --c-border: rgba(19, 34, 59, .14);
  --c-grad-start: #13223b;
  --c-grad-end: #b51d33;
  --c-logo-text: #ffffff;
}

body {
  background:
    linear-gradient(180deg, #eef3f9 0, #f8fafc 360px, #f4f7fb 100%);
  color: var(--c-text);
}

.qw-container,
.it-content,
.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author,
.it-footer-inner,
.it-legal {
  max-width: 1200px;
}

.qw-header {
  background: rgba(19, 34, 59, .96);
  border-bottom: 3px solid #d91f3f;
  box-shadow: 0 12px 34px rgba(8, 17, 34, .18);
  backdrop-filter: blur(16px);
}

.qw-header-inner {
  height: 74px;
}

.qw-logo-png {
  height: 42px;
}

.h12_nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  justify-content: center;
}

.h12_cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.h12_cta-desktop {
  display: flex;
  align-items: center;
  gap: 10px;
}

.h12_nav .qw-nav-link,
.h12_mnav .qw-nav-link {
  border-radius: 6px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  font-weight: 800;
  padding: 10px 14px;
}

.h12_nav .qw-nav-link:hover,
.h12_mnav .qw-nav-link:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.h12_btn-login,
.h12_btn-register,
.h12_mbtn {
  border-radius: 6px !important;
  font-weight: 900 !important;
  padding: 10px !important;
}

.h12_btn-login {
  border: 1px solid rgba(255, 255, 255, .3) !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
}

.h12_btn-register {
  background: #d91f3f !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(217, 31, 63, .3);
}

.h12_menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.qw-mobile-nav {
  display: none;
  background: #13223b;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.qw-mobile-nav.open {
  display: flex;
}

.h12_mnav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0 12px;
}

@media (min-width: 761px) {
  .h12_menu-btn {
    display: none !important;
  }

  .qw-mobile-nav,
  .qw-mobile-nav.open {
    display: none !important;
  }
}

.it-content,
.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author,
.it-legal {
  width: 100%;
}

.it-content {
  padding-top: 46px;
}

.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author {
  margin-left: auto;
  margin-right: auto;
}

.it-hero {
  min-height: 560px;
  padding: 96px 0 72px;
  background-color: #152845;
  background-position: center right;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .2);
}

.it-hero::after {
  background:
    linear-gradient(120deg, rgba(217, 31, 63, .28), rgba(19, 34, 59, 0) 36%),
    linear-gradient(180deg, rgba(19, 34, 59, 0) 55%, #f4f7fb 100%);
}

.it-hero-copy {
  max-width: 780px;
  padding: 28px 0;
}

.it-kicker,
.it-promo-copy span,
.it-rating-head span,
.it-user-reviews-head span,
.it-faq-head span,
.it-odds-head span,
.it-schedule-head span,
.it-bonus-cashback-head span,
.it-verdict-head span {
  color: #f3c74a;
  letter-spacing: .11em;
}

.it-promo-copy span {
  margin-bottom: 0;
}

.it-hero h1 {
  max-width: 760px;
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .28);
}

.it-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
}

.it-btn {
  min-height: 44px;
  padding: 11px 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, #d91f3f, #b71631);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(217, 31, 63, .26);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.it-btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(217, 31, 63, .34);
}

.it-btn-soft,
.it-promo-actions .it-btn-soft {
  border: 1px solid rgba(19, 34, 59, .2);
  background: #fff;
  color: #13223b;
  box-shadow: none;
}

.it-section {
  margin-bottom: 22px;
}

.it-intro,
.it-odds-block,
.it-registration-block,
.it-schedule-block,
.it-bonus-cashback-block,
.it-verdict-block,
.it-rating-block,
.it-user-reviews-block,
.it-faq-block,
.it-casino-verdict-block,
.it-bonus-verdict-block,
.it-app-verdict-block {
  border: 1px solid var(--c-border);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(249, 251, 254, .98));
  box-shadow: 0 16px 36px rgba(30, 45, 75, .08);
}

.it-intro,
.it-odds-block,
.it-registration-block,
.it-schedule-block,
.it-bonus-cashback-block,
.it-verdict-block,
.it-rating-block,
.it-user-reviews-block,
.it-faq-block {
  padding: 30px;
}

.it-intro {
  position: relative;
  overflow: hidden;
}

.it-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #13223b, #d91f3f 48%, #f3c74a);
}

.it-section h2,
.it-intro h2,
.it-odds-grid h3,
.it-schedule-cards h3,
.it-bonus-cashback-grid h3,
.it-bonus-cashback-note h3,
.it-verdict-responsible h3,
.it-rating-list h3,
.it-casino-block h3,
.it-bonus-block h3,
.it-bonus-verdict-block h3,
.it-app-block h3 {
  color: #13223b;
}

.it-section h2 {
  margin-top: 20px;
}

.it-intro h2 {
  margin: 0 0 18px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(19, 34, 59, .1);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
}

.it-intro h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0 12px;
  color: #13223b;
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 900;
  line-height: 1.25;
}

.it-intro h2 + h3 {
  margin-top: 4px;
}

.it-intro h3::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d91f3f;
  box-shadow: 0 0 0 5px rgba(217, 31, 63, .1);
}

.it-intro p + h2,
.it-intro .it-table-wrap + h2 {
  margin-top: 34px;
}

.it-intro p + p {
  margin-top: 14px;
}

.it-intro p + .it-table-wrap {
  margin-top: 18px;
}

.it-section p,
.it-section li,
.it-registration-block p,
.it-odds-head p,
.it-odds-note p,
.it-schedule-head p,
.it-schedule-cards p,
.it-bonus-cashback-head p,
.it-bonus-cashback-grid p,
.it-bonus-cashback-note p,
.it-verdict-body p,
.it-verdict-responsible p,
.it-rating-head p,
.it-rating-list p,
.it-user-reviews-grid p,
.it-faq-list p,
.it-table td {
  color: #516077;
}

.it-list {
  margin: 16px 0;
}

.it-list li,
.it-odds-grid article,
.it-odds-note,
.it-schedule-cards article,
.it-bonus-cashback-grid article,
.it-bonus-cashback-note,
.it-verdict-body p,
.it-verdict-author,
.it-verdict-responsible,
.it-rating-list article,
.it-user-reviews-grid blockquote,
.it-faq-list details,
.it-casino-author {
  border: 1px solid rgba(19, 34, 59, .12);
  border-radius: 6px;
  background: #f8fafd;
}

.it-list li::before {
  background: #d91f3f;
}

.it-list-num li::before {
  color: #fff;
}

.it-schedule-quote,
.it-bonus-cashback-quote,
.it-casino-block blockquote {
  border: 1px solid rgba(217, 31, 63, .2);
  border-left: 4px solid #d91f3f;
  border-radius: 6px;
  background: #fff5f7;
  color: #13223b;
}

.it-schedule-quote span,
.it-bonus-cashback-quote span,
.it-verdict-author em,
.it-author em,
.it-casino-author span {
  color: #607089;
}

.it-verdict-author strong,
.it-author strong,
.it-casino-author strong,
.it-user-reviews-grid span,
.it-faq-list summary {
  color: #13223b;
}

.it-verdict-responsible {
  border-color: rgba(243, 199, 74, .45);
  background: #fff9e8;
}

.it-table-wrap,
.it-table {
  width: 100%;
}

.it-table-wrap {
  border-radius: 6px;
  border: 1px solid rgba(19, 34, 59, .14);
  background: #fff;
  box-shadow: 0 12px 26px rgba(19, 34, 59, .06);
}

.it-table th {
  background: #13223b;
  color: #fff;
  font-size: 14px;
  letter-spacing: .02em;
}

.it-table th,
.it-table td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(19, 34, 59, .1);
  line-height: 1.62;
}

.it-table td:first-child {
  width: 28%;
  color: #13223b;
  font-weight: 900;
}

.it-table tbody tr:nth-child(even) td {
  background: #f7f9fc;
}

.it-table tbody tr:hover td {
  background: #fff6f8;
}

.it-promo {
  min-height: 270px;
  margin: 42px auto;
  padding: 34px;
  border: 0;
  border-radius: 6px;
  background-color: #152845;
  box-shadow: 0 22px 48px rgba(19, 34, 59, .18);
}

.it-promo::after {
  background:
    linear-gradient(115deg, rgba(217, 31, 63, .32), rgba(19, 34, 59, 0) 34%),
    linear-gradient(0deg, rgba(19, 34, 59, .08), rgba(19, 34, 59, .08));
}

.it-promo-copy {
  max-width: 650px;
  padding: 4px 0;
}

.it-promo-copy h2 {
  color: #fff;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .28);
}

.it-promo-copy p {
  color: rgba(255, 255, 255, .86);
}

.it-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.it-promo-actions .it-btn {
  width: max-content;
}

.it-promo-actions .it-btn span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.15;
}

.it-app-icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  fill: currentColor;
  flex: 0 0 auto;
}

.it-rating-block {
  border-top: 4px solid #d91f3f;
}

.it-rating-score {
  color: #d91f3f;
}

.it-rating-score span {
  color: #607089;
}

.it-rating-list,
.it-user-reviews-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.it-rating-list article {
  min-height: 132px;
  border-left: 4px solid #f3c74a;
}

.it-rating-list article > strong {
  color: #d91f3f;
}

.it-user-reviews-grid blockquote {
  min-height: 186px;
  position: relative;
}

.it-user-reviews-grid blockquote::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, #13223b, #d91f3f);
  opacity: .28;
}

.it-faq-list details[open] {
  border-color: rgba(217, 31, 63, .28);
  background: #fff;
}

.it-faq-list summary::after {
  color: #d91f3f;
}

.it-casino-block .it-table-wrap,
.it-bonus-block .it-table-wrap,
.it-app-block .it-table-wrap {
  margin: 18px 0 6px;
}

.it-casino-author {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin: 18px 0 8px;
  padding: 14px 18px;
}

.it-weekly-actions {
  margin-top: 26px;
  padding: 24px;
  border: 1px solid rgba(19, 34, 59, .1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(243, 199, 74, .18), rgba(217, 31, 63, .08) 42%, rgba(19, 34, 59, .04)),
    #fff;
}

.it-weekly-head {
  max-width: 820px;
  margin-bottom: 18px;
}

.it-weekly-head h3 {
  margin-top: 0;
  color: #13223b;
}

.it-weekly-head p {
  margin-bottom: 0;
}

.it-weekly-note {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  align-items: start;
  margin: 18px 0 22px;
  padding: 16px 18px;
  border-left: 4px solid #d91f3f;
  border-radius: 8px;
  background: rgba(19, 34, 59, .06);
}

.it-weekly-note strong {
  color: #13223b;
  font-size: 14px;
  text-transform: uppercase;
}

.it-weekly-note span {
  color: #4f5c6f;
  line-height: 1.65;
}

.it-weekly-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.it-weekly-card {
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(19, 34, 59, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 34px rgba(19, 34, 59, .08);
}

.it-weekly-card-accent {
  border-color: rgba(217, 31, 63, .28);
  background: linear-gradient(145deg, #fff, rgba(243, 199, 74, .22));
}

.it-weekly-card-wide {
  grid-column: 1 / -1;
  min-height: 0;
}

.it-weekly-day {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #13223b;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.it-weekly-card h4 {
  margin: 0 0 10px;
  color: #13223b;
  font-size: 22px;
}

.it-weekly-card p {
  margin: 0;
  color: #4f5c6f;
}

.it-app-install-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .75fr);
  gap: 18px;
  margin: 20px 0;
}

.it-app-install-grid article,
.it-app-security-note {
  border: 1px solid rgba(19, 34, 59, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(19, 34, 59, .07);
}

.it-app-install-grid article {
  padding: 20px;
}

.it-app-install-grid article > span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #13223b;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.it-app-install-grid h4 {
  margin: 0 0 12px;
  color: #13223b;
  font-size: 24px;
}

.it-app-install-grid .it-list {
  margin-bottom: 0;
}

.it-app-security-note {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid #d91f3f;
  background: #fff6f8;
}

.it-app-security-note strong {
  color: #13223b;
  font-size: 14px;
  text-transform: uppercase;
}

.it-app-security-note p {
  margin: 0;
}

.it-quick-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.it-quick-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid rgba(19, 34, 59, .12);
  border-radius: 8px;
  background: #13223b;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.it-quick-links a:hover {
  background: #d91f3f;
}

.it-footer {
  padding: 42px 0;
  border-top: 4px solid #d91f3f;
  background: #13223b;
}

.it-footer p,
.it-footer small {
  color: rgba(255, 255, 255, .72);
}

.it-footer nav strong,
.it-footer nav a {
  color: #fff;
}

.it-footer nav a:hover {
  color: #f3c74a;
}

.it-legal h1,
.it-legal h2,
.it-legal h3 {
  color: #13223b;
}

@media (max-width: 760px) {
  .h12_nav {
    display: none;
  }

  .qw-header .h12_cta-desktop {
    display: none !important;
    visibility: hidden;
  }

  .h12_mrow {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 16px;
  }

  .h12_mrow .h12_mbtn {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .h12_menu-btn {
    display: inline-flex;
  }

  .it-hero {
    min-height: 500px;
    padding: 72px 0 52px;
  }

  .it-intro,
  .it-odds-block,
  .it-registration-block,
  .it-schedule-block,
  .it-bonus-cashback-block,
  .it-verdict-block,
  .it-rating-block,
  .it-user-reviews-block,
  .it-faq-block {
    padding: 22px;
  }

  .it-rating-list,
  .it-user-reviews-grid {
    grid-template-columns: 1fr;
  }

  .it-weekly-actions {
    padding: 18px;
  }

  .it-weekly-note,
  .it-weekly-grid,
  .it-app-install-grid,
  .it-app-security-note,
  .it-quick-links {
    grid-template-columns: 1fr;
  }

  .it-weekly-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .h12_mnav .qw-nav-link {
    font-size: 17px;
  }

  .qw-header-inner {
    height: auto;
    min-height: 68px;
    gap: 10px;
    padding: 9px 0;
  }

  .qw-logo-png {
    height: 34px;
  }

  .h12_cta {
    gap: 6px;
  }

  .h12_btn-login,
  .h12_btn-register {
    min-width: 0;
    padding: 10px !important;
  }

  .it-promo {
    min-height: 300px;
    padding: 24px;
  }

  .it-promo-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .it-promo-actions .it-btn,
  .it-promo-copy .it-btn,
  .it-hero-actions .it-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Codex: normalize h3 vertical spacing */
h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Codex: normalize content list spacing */
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) p + :where(ul, ol),
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) + p {
  margin-top: 16px !important;
}
