* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #eef5fc;
  color: #111827;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

svg,
img {
  display: block;
}

button {
  font: inherit;
}

a,
button,
summary,
.casino-card,
.quick-card,
.feature-row span,
.fact-list div {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #090941;
}

.nav-wrap,
.hero-wrap,
.content-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.nav-wrap {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 900;
}

.logo:hover {
  transform: translateY(-1px);
  color: #ffe3d8;
}

.logo:hover .logo-mark {
  background: #fff;
}

.logo-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #090941;
  background: #ffe3d8;
  border-radius: 6px;
  font-size: 18px;
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.desktop-nav a {
  position: relative;
  padding: 23px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 2px;
  background: #ffb29c;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.desktop-nav a:hover {
  color: #ffe3d8;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  gap: 12px;
}

.nav-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  color: #fff;
  background: #25256c;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-actions a:hover,
.nav-actions a:focus-visible {
  background: #353587;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.nav-actions svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #14145c;
}

.hero-wrap {
  position: relative;
  min-height: 438px;
  display: grid;
  grid-template-columns: minmax(0, 620px) 1fr;
  align-items: center;
  padding: 58px 0 64px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.4vw, 58px);
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 900;
}

.hero p {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 700;
}

.hero-bird {
  position: absolute;
  right: 18px;
  bottom: -46px;
  z-index: 1;
  width: 430px;
  height: auto;
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.25));
  transition: transform 260ms ease, filter 260ms ease;
}

.hero-wrap:hover .hero-bird {
  transform: translateY(-6px) rotate(-1deg);
  filter: drop-shadow(0 30px 44px rgba(0, 0, 0, 0.3));
}

.quick-grid {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.quick-card {
  min-height: 64px;
  display: grid;
  grid-template-columns: 40px 1fr 28px;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 10px 18px rgba(8, 8, 40, 0.12);
}

.quick-card:hover,
.quick-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(8, 8, 40, 0.18);
}

.quick-card:hover .quick-icon,
.quick-card:hover .arrow {
  color: #090941;
  background: #ffe3d8;
}

.quick-card:hover .arrow {
  transform: translateX(3px);
}

.quick-icon,
.arrow {
  display: grid;
  place-items: center;
  color: #ffb29c;
  background: #fff0ec;
  border-radius: 8px;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.quick-icon {
  width: 38px;
  height: 38px;
}

.quick-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-card strong {
  color: #090941;
  font-size: 15px;
}

.arrow {
  width: 26px;
  height: 26px;
  font-weight: 900;
}

.listing-section {
  padding: 20px 0 72px;
  background: #eef5fc;
}

.ad-info {
  margin-left: auto;
  width: fit-content;
  color: #7a8798;
  font-size: 12px;
  font-weight: 700;
}

.why-box {
  margin: 12px 0 28px;
  background: #f7fbff;
  border: 1px solid #d8e3ef;
  border-radius: 6px;
}

.why-box:hover {
  border-color: #b8c8da;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.why-box summary:hover {
  color: #090941;
  background: #fff;
}

.why-box summary {
  padding: 12px 16px;
  cursor: pointer;
  color: #111827;
  font-weight: 900;
}

.why-box p {
  margin: 0;
  padding: 0 16px 16px;
  color: #68758a;
}

.section-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 900;
}

.section-heading p {
  max-width: 760px;
  margin: 10px 0 22px;
  color: #5b6677;
  font-weight: 700;
}

.filters {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 12px;
  background: #fff;
  border: 1px solid #d8e3ef;
  border-radius: 10px;
}

.filters span {
  min-height: 38px;
  padding: 0 14px;
  color: #566276;
  background: #fff;
  border: 1px solid #d8e3ef;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.filters .active {
  color: #090941;
  border-color: #a6b4c7;
  box-shadow: inset 0 0 0 1px #a6b4c7;
}

.filter-button {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.filter-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.casino-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.casino-card {
  position: relative;
  overflow: hidden;
  min-height: 468px;
  padding: 118px 14px 14px;
  color: #090941;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

.casino-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.18);
}

.casino-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 38%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.casino-card:hover::after {
  opacity: 1;
}

.casino-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 146px;
  background: rgba(0, 0, 0, 0.8);
}

.card-blue::before { background: linear-gradient(135deg, #111827, #111827); }
.card-green::before { background: linear-gradient(135deg, #052e22, #089267); }
.card-gold::before { background: linear-gradient(135deg, #fff1c7, #f5a623); }
.card-purple::before { background: linear-gradient(135deg, #171145, #2b1f71); }
.card-pink::before { background: linear-gradient(135deg, #f5a6bd, #f5cad7); }
.card-brown::before { background: linear-gradient(135deg, #8a4b24, #5f2d15); }

.rank,
.rating,
.card-logo,
.brand-pill {
  position: absolute;
  z-index: 2;
}

.rank {
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #090941;
  background: #ffb700;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease;
}

.casino-card:hover .rank {
  transform: scale(1.08);
}

.rating {
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  color: #090941;
  background: #eff3f8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.casino-card:hover .rating {
  color: #fff;
  background: #090941;
  transform: translateY(-1px);
}

.card-logo {
  top: 42px;
  left: 50%;
  width: 170px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  transition: transform 180ms ease;
}

.casino-card:hover .card-logo {
  transform: translateX(-50%) scale(1.04);
}

.card-gold .card-logo {
  color: #090941;
}

.brand-pill {
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 18px;
  color: #090941;
  background: #eff3f8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.offer-box,
.feature-row,
.green-cta,
.review-link,
.terms {
  position: relative;
  z-index: 2;
}

.offer-box {
  min-height: 88px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  padding: 16px;
  color: #090941;
  background: #eef6ff;
  border: 1px solid #d8e6f4;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.feature-row span {
  min-height: 52px;
  display: grid;
  place-items: center;
  color: #4b5a70;
  background: #fff;
  border: 1px solid #dde8f4;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

.casino-card:hover .feature-row span {
  border-color: #c5d5e7;
}

.feature-row span:hover {
  color: #090941;
  background: #f8fbff;
  transform: translateY(-2px);
}

.green-cta,
.review-link {
  min-height: 56px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-weight: 900;
}

.green-cta {
  color: #fff;
  background: #008b2f;
  font-size: 17px;
}

.green-cta:hover,
.green-cta:focus-visible {
  background: #007326;
  box-shadow: 0 14px 24px rgba(0, 139, 47, 0.28);
  transform: translateY(-2px);
}

.review-link {
  margin-top: 8px;
  color: #6b7280;
  background: #f1f5f9;
  border: 1px solid #d8e3ef;
  font-size: 14px;
}

.review-link:hover,
.review-link:focus-visible {
  color: #090941;
  background: #fff;
  border-color: #b8c8da;
}

.terms {
  margin: 12px 0 0;
  color: #7a8798;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.text-section {
  padding: 72px 0;
  background: #fff;
}

.soft-section {
  background: #f7fbff;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
  gap: 54px;
}

.text-section h2 {
  margin: 0;
  color: #090941;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
}

.text-section p {
  color: #4b5a70;
  font-size: 18px;
  font-weight: 650;
}

.fact-list {
  display: grid;
  gap: 12px;
}

.fact-list div {
  padding: 18px;
  background: #f8fbff;
  border: 1px solid #d8e3ef;
  border-radius: 8px;
  color: #4b5a70;
}

.fact-list div:hover {
  transform: translateY(-3px);
  border-color: #b8c8da;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.fact-list strong {
  color: #090941;
}

.table-panel {
  margin-top: 34px;
  padding: 24px;
  background: #fff;
  border: 1px solid #d8e3ef;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.compare-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
  color: #253043;
  background: #fff;
  font-size: 14px;
}

.compare-table th {
  padding: 14px 12px;
  color: #fff;
  background: #090941;
  text-align: left;
  font-weight: 900;
}

.compare-table td {
  padding: 13px 12px;
  border-bottom: 1px solid #d8e3ef;
  font-weight: 700;
  vertical-align: top;
}

.compare-table tr:hover td {
  background: #f7fbff;
}

.compact-table {
  min-width: 640px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.four-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-grid article {
  min-height: 180px;
  padding: 22px;
  background: #fff;
  border: 1px solid #d8e3ef;
  border-radius: 9px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.info-grid h3 {
  margin: 0 0 10px;
  color: #090941;
  font-size: 18px;
}

.info-grid p {
  margin: 0;
  color: #4b5a70;
  font-size: 15px;
  font-weight: 650;
}

.decision-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: decision;
}

.decision-list li {
  counter-increment: decision;
  position: relative;
  padding: 18px 18px 18px 60px;
  background: #fff;
  border: 1px solid #d8e3ef;
  border-radius: 9px;
  color: #4b5a70;
  font-weight: 700;
}

.decision-list li::before {
  content: counter(decision);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #090941;
  background: #ffe3d8;
  border-radius: 7px;
  font-weight: 900;
}

.decision-list strong {
  color: #090941;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.category-grid a {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  background: #f8fbff;
  border: 1px solid #d8e3ef;
  border-radius: 9px;
  color: #4b5a70;
}

.category-grid a:hover,
.category-grid a:focus-visible {
  transform: translateY(-3px);
  border-color: #b8c8da;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.category-grid strong {
  color: #090941;
  font-size: 16px;
}

.category-grid span {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}

.footer {
  padding: 52px 0;
  color: rgba(255, 255, 255, 0.76);
  background: #090941;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 42px;
}

.footer-logo {
  margin-bottom: 16px;
}

.footer p {
  max-width: 420px;
}

.footer h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.footer a:not(.logo) {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer a:not(.logo):hover {
  color: #ffe3d8;
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .hero-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 48px;
  }

  .hero-bird {
    display: none;
  }

  .hero-copy {
    max-width: 620px;
  }

  .quick-grid,
  .casino-grid,
  .info-grid,
  .four-grid,
  .category-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .nav-wrap,
  .hero-wrap,
  .content-wrap {
    width: min(100% - 24px, 1120px);
  }

  .nav-actions a {
    padding: 0 12px;
  }

  .nav-actions a {
    font-size: 0;
  }

  .nav-actions svg {
    width: 20px;
    height: 20px;
  }

  .hero-wrap {
    min-height: 0;
    padding: 42px 0 36px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-bird {
    display: none;
  }

  .casino-grid,
  .info-grid,
  .four-grid,
  .category-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .quick-card {
    min-height: 86px;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .quick-card strong {
    font-size: 15px;
    line-height: 1.25;
  }

  .quick-card .arrow {
    display: none;
  }

  .filters {
    flex-wrap: wrap;
    padding-bottom: 14px;
  }

  .filters span {
    white-space: nowrap;
  }

  .filter-button {
    margin-left: 0;
  }

  .casino-card {
    min-height: 0;
  }
}
