/*
 * Homepage editorial refresh
 * Official casino artwork, restrained comparison cards, and a cleaner hero.
 */

html {
  scroll-behavior: auto;
}

.homepage-main {
  --editorial-ink: #102019;
  --editorial-muted: #526159;
  --editorial-paper: #f3f0e9;
  --editorial-green: #0c513c;
  --editorial-green-dark: #092f25;
  --editorial-copper: #a94427;
}

.homepage-main .hp-hero {
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem);
  border-bottom: 1px solid #d8d2c7;
  background: var(--editorial-paper);
  color: var(--editorial-ink);
}

.homepage-main .hp-hero::before,
.homepage-main .hp-hero::after {
  display: none;
}

.homepage-main .hp-hero__inner {
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(0, 1.1fr) minmax(370px, .9fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5.5rem);
}

.homepage-main .hp-hero__copy {
  min-width: 0;
}

.homepage-main .hp-hero__badge {
  display: inline-block;
  margin: 0 0 1.15rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--editorial-green);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.homepage-main .hp-hero__title {
  max-width: 700px;
  margin: 0;
  color: var(--editorial-ink);
  font-size: clamp(2.55rem, 5.5vw, 4.65rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .98;
  text-align: left;
  text-shadow: none;
}

.homepage-main .hp-hero__subtitle {
  max-width: 690px;
  margin: 1.55rem 0 0;
  color: #415048;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.7;
  text-align: left;
}

.homepage-main .hp-hero__ctas {
  justify-content: flex-start;
  margin-top: 1.7rem;
}

.homepage-main .hp-hero .btn {
  min-height: 52px;
  border-radius: 4px;
  box-shadow: none;
  font-size: .9rem;
}

.homepage-main .hp-hero .btn-accent {
  border-color: var(--editorial-copper);
  background: var(--editorial-copper);
  color: #fff;
}

.homepage-main .hp-hero .btn-accent:hover,
.homepage-main .hp-hero .btn-accent:focus {
  border-color: #82351f;
  background: #82351f;
  color: #fff;
}

.homepage-main .hp-hero .btn-outline {
  border-color: #718078;
  background: transparent;
  color: var(--editorial-ink);
}

.homepage-main .hp-hero .btn-outline:hover,
.homepage-main .hp-hero .btn-outline:focus {
  border-color: var(--editorial-ink);
  background: var(--editorial-ink);
  color: #fff;
}

.homepage-main .hp-hero__trust {
  justify-content: flex-start;
  gap: 0;
  margin-top: 1.35rem;
  color: #5f6a64;
  font-size: .75rem;
}

.homepage-main .hp-hero__trust span {
  padding: 0 .75rem;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
}

.homepage-main .hp-hero__trust span:first-child {
  padding-left: 0;
}

.homepage-main .hp-hero__trust span + span {
  border-left: 1px solid #bcb8ae;
}

.hp-hero__brand-wall {
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #243d34;
  border-radius: 8px;
  background: #0d1c17;
  box-shadow: 12px 12px 0 #d7a853;
}

.hp-hero__brand-wall > p {
  margin: 0 0 1rem;
  color: #eae6dd;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hp-hero__brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}

.hp-hero__brand-grid a {
  display: grid;
  min-height: 86px;
  place-items: center;
  padding: .8rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 4px;
  background: #142a22;
}

.hp-hero__brand-grid a:hover,
.hp-hero__brand-grid a:focus {
  border-color: #d7a853;
  background: #19372b;
}

.hp-hero__brand-grid .hp-hero__brand-featured {
  grid-column: 1 / -1;
  min-height: 76px;
  border-color: rgba(125, 113, 255, .55);
  background: #21175d;
}

.hp-hero__brand-grid .hp-hero__brand-featured:hover,
.hp-hero__brand-grid .hp-hero__brand-featured:focus {
  border-color: #f2c15e;
  background: #2b2072;
}

.hp-hero__brand-grid .hp-hero__brand-featured img {
  width: min(58%, 180px);
  max-height: 58px;
}

.hp-hero__brand-grid img {
  display: block;
  width: auto;
  max-width: 88%;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.hp-hero__brand-grid a:first-child img {
  max-height: 68px;
}

.hp-hero__brand-grid a[data-brand="slotrave"] {
  overflow: hidden;
  padding: 0;
  background: #1a0426;
}
.hp-hero__brand-grid a[data-brand="turbowins"] { background: #030309; }
.hp-hero__brand-grid a[data-brand="lollybet"] { background: #fff; }

.hp-hero__brand-grid a[data-brand="slotrave"] img {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 86px;
  max-height: none;
  object-fit: cover;
}

.hp-hero__brand-grid a[data-brand="slotrave"]:hover,
.hp-hero__brand-grid a[data-brand="slotrave"]:focus,
.hp-hero__brand-grid a[data-brand="turbowins"]:hover,
.hp-hero__brand-grid a[data-brand="turbowins"]:focus {
  background: #221232;
}

.hp-hero__brand-grid a[data-brand="lollybet"]:hover,
.hp-hero__brand-grid a[data-brand="lollybet"]:focus { background: #f7f7f7; }

.hp-hero__brand-grid a:last-child { grid-column: 1 / -1; }

.hp-hero__brand-wall small {
  display: block;
  margin-top: .9rem;
  color: #aebbb5;
  font-size: .68rem;
  line-height: 1.45;
}

.evospin-feature {
  padding: clamp(1.25rem, 3vw, 2.25rem) 0;
  background: #090722;
}

.evospin-feature__panel {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: #120d4b;
  box-shadow: 0 14px 38px rgba(3, 2, 18, .3);
}

.evospin-feature__panel::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(8, 5, 37, .98) 0%, rgba(8, 5, 37, .92) 42%, rgba(8, 5, 37, .22) 72%, rgba(8, 5, 37, .04) 100%);
}

.evospin-feature__art {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.evospin-feature__content {
  position: relative;
  z-index: 2;
  width: min(650px, 60%);
  padding: clamp(2rem, 5vw, 4rem);
  color: #fff;
}

.evospin-feature__eyebrow {
  margin: 0 0 1.1rem;
  color: #f2c15e;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1.45;
  text-transform: uppercase;
}

.evospin-feature__logo {
  display: block;
  width: min(230px, 70%);
  height: auto;
  margin-bottom: 1.2rem;
}

.evospin-feature h2 {
  max-width: 590px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -.045em;
  line-height: 1;
}

.evospin-feature__content > p:not(.evospin-feature__eyebrow, .evospin-feature__legal) {
  max-width: 590px;
  margin: 1rem 0 0;
  color: #d9d8ee;
  font-size: .94rem;
  line-height: 1.65;
}

.evospin-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.35rem;
}

.evospin-feature .btn {
  min-height: 48px;
  border-radius: 4px;
  box-shadow: none;
}

.evospin-feature .btn-accent {
  border-color: #ef655f;
  background: #ef655f;
  color: #fff;
}

.evospin-feature .btn-accent:hover,
.evospin-feature .btn-accent:focus {
  border-color: #d84b47;
  background: #d84b47;
}

.evospin-feature .btn-outline {
  border-color: rgba(255, 255, 255, .65);
  background: rgba(8, 5, 37, .34);
  color: #fff;
}

.evospin-feature .btn-outline:hover,
.evospin-feature .btn-outline:focus {
  border-color: #fff;
  background: #fff;
  color: #100c45;
}

.evospin-feature__legal {
  max-width: 620px;
  margin: 1rem 0 0;
  color: #bcbad7;
  font-size: .68rem;
  line-height: 1.55;
}

.hp-proof-strip {
  background: var(--editorial-green-dark);
  color: #fff;
}

.hp-proof-strip .container {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(3, minmax(0, 160px)) minmax(220px, 1fr);
  align-items: center;
  gap: clamp(1rem, 4vw, 3rem);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.hp-proof-strip .container > div {
  display: flex;
  align-items: baseline;
  gap: .5rem;
}

.hp-proof-strip strong {
  color: #f2c15e;
  font-size: 1.65rem;
  line-height: 1;
}

.hp-proof-strip span {
  color: #d2ddd7;
  font-size: .72rem;
  line-height: 1.35;
}

.hp-proof-strip p {
  margin: 0;
  padding-left: clamp(1rem, 3vw, 2rem);
  border-left: 1px solid rgba(255,255,255,.2);
  color: #e3eae6;
  font-size: .8rem;
  font-weight: 650;
  line-height: 1.5;
}

.affiliate-list-section {
  scroll-margin-top: 72px;
  background: #fff;
}

.ranked-casino-list {
  gap: .9rem;
}

.ranked-casino-card {
  position: relative;
  border: 1px solid #d4d9d6;
  border-left-width: 5px;
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(24, 39, 33, .07);
  cursor: pointer;
}

.ranked-casino-card:hover {
  border-color: #8fa198;
  box-shadow: 0 5px 16px rgba(24, 39, 33, .1);
  transform: none;
}

.ranked-casino-card--featured {
  box-shadow: 0 4px 18px rgba(63, 48, 162, .15);
}

.ranked-casino-card[data-brand="evospin"] { border-left-color: #6155d9; }
.ranked-casino-card[data-brand="dudespin"] { border-left-color: #00a9dc; }
.ranked-casino-card[data-brand="dragonia"] { border-left-color: #d04b36; }
.ranked-casino-card[data-brand="luckyhunter"] { border-left-color: #1682ff; }
.ranked-casino-card[data-brand="mystake"] { border-left-color: #749fea; }
.ranked-casino-card[data-brand="bethall"] { border-left-color: #e4b23e; }
.ranked-casino-card[data-brand="betwest"] { border-left-color: #b58b4e; }
.ranked-casino-card[data-brand="slotrave"] { border-left-color: #8c50c6; }
.ranked-casino-card[data-brand="turbowins"] { border-left-color: #37a9d3; }
.ranked-casino-card[data-brand="lollybet"] { border-left-color: #e15c96; }

.ranked-casino-card__main {
  min-height: 146px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ranked-casino-card__rank {
  border-radius: 0 3px 3px 0;
  background: var(--editorial-green-dark);
  color: #fff;
}

.ranked-casino-card__logo-stage,
.ranked-casino-card[data-brand] .ranked-casino-card__logo-stage {
  min-height: 102px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 4px;
  background: #102019;
}

.ranked-casino-card[data-brand="evospin"] .ranked-casino-card__logo-stage { background: #1a124d; }
.ranked-casino-card[data-brand="dudespin"] .ranked-casino-card__logo-stage { background: #061924; }
.ranked-casino-card[data-brand="dragonia"] .ranked-casino-card__logo-stage { background: #1c0e0d; }
.ranked-casino-card[data-brand="luckyhunter"] .ranked-casino-card__logo-stage { background: #071725; }
.ranked-casino-card[data-brand="mystake"] .ranked-casino-card__logo-stage { background: #1b1a22; }
.ranked-casino-card[data-brand="bethall"] .ranked-casino-card__logo-stage { background: #211128; }
.ranked-casino-card[data-brand="betwest"] .ranked-casino-card__logo-stage { background: #21190d; }
.ranked-casino-card[data-brand="slotrave"] .ranked-casino-card__logo-stage {
  overflow: hidden;
  padding: 0;
  background: #2c1647;
}
.ranked-casino-card[data-brand="turbowins"] .ranked-casino-card__logo-stage { background: #05050b; }
.ranked-casino-card[data-brand="lollybet"] .ranked-casino-card__logo-stage { background: #fff; }

.ranked-casino-card__logo-stage img {
  width: auto;
  max-width: 86%;
  max-height: 68px;
}

.ranked-casino-card[data-brand="dudespin"] .ranked-casino-card__logo-stage img {
  max-height: 82px;
}

.ranked-casino-card[data-brand="evospin"] .ranked-casino-card__logo-stage img {
  width: min(78%, 180px);
  max-height: 64px;
}

.ranked-casino-card[data-brand="turbowins"] .ranked-casino-card__logo-stage img {
  width: min(94%, 220px);
  max-height: 82px;
}

.ranked-casino-card[data-brand="slotrave"] .ranked-casino-card__logo-stage img {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 102px;
  max-height: none;
  object-fit: cover;
}

.ranked-casino-card[data-brand="lollybet"] .ranked-casino-card__logo-stage img {
  width: min(78%, 112px);
  max-height: 88px;
}

.ranked-casino-card__tag {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #64736c;
  font-size: .66rem;
}

.ranked-casino-card__summary h3 {
  font-size: 1.3rem;
}

.ranked-casino-card__cta,
.review-cta {
  border-radius: 4px;
  background: var(--editorial-green);
  box-shadow: none;
}

.ranked-casino-card__cta::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
}

.ranked-casino-card__cta:focus-visible::after {
  outline: 3px solid #f2b53d;
  outline-offset: -3px;
}

.ranked-casino-card__cta:hover,
.ranked-casino-card__cta:focus,
.review-cta:hover,
.review-cta:focus {
  background: var(--editorial-green-dark);
}

.homepage-main .review-cta--secondary {
  border-color: #6fa9b4;
  background: #edf7f8;
  color: #164f5a;
}

.homepage-main .review-cta--secondary:hover,
.homepage-main .review-cta--secondary:focus {
  border-color: #164f5a;
  background: #dceff2;
  color: #0d3c45;
}

.affiliate-disclosure-box a,
.casino-age-note a,
.safety-section a {
  text-decoration: underline;
  text-underline-offset: .16em;
  text-decoration-thickness: .08em;
}

.ranked-casino-card__legal {
  border-top: 1px solid #e1e3e1;
  background: #f5f3ef;
  color: #52605a;
  font-size: .73rem;
  font-weight: 600;
}

.casino-reviews-section {
  background: #f0eee9;
}

.casino-reviews-header {
  max-width: 900px;
}

.casino-media-note {
  margin-top: 1rem !important;
  padding: .85rem 1rem;
  border-left: 4px solid #d49a2f;
  background: #fffaf0;
  color: #62533b !important;
  font-size: .8rem;
  line-height: 1.55 !important;
}

.casino-review {
  overflow: hidden;
  border-color: #d7d7d1;
  border-radius: 7px;
  box-shadow: 0 2px 8px rgba(35, 40, 37, .06);
}

.casino-review__brand-banner--media {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 270px;
  margin: 0 0 1.5rem;
  padding: 0;
  border: 1px solid #1f2a25;
  border-radius: 4px;
  background: #101916;
}

.casino-review__brand-banner--media::before {
  z-index: 2;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(5, 12, 10, .85) 0%, rgba(5, 12, 10, .25) 52%, rgba(5, 12, 10, .05) 100%);
}

.casino-review__brand-banner--media > .casino-review__banner-art {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.casino-review__media-split {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #0a1b29;
}

.casino-review__media-split img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.casino-review__media-split img + img {
  border-left: 1px solid rgba(255,255,255,.1);
}

.casino-review__media-split--mystake {
  gap: 1rem;
  padding: 1.25rem;
  background: #17171e;
}

.casino-review__media-split--mystake img {
  object-fit: cover;
  border-radius: 5px;
}

.casino-review__brand-overlay {
  position: absolute;
  z-index: 3;
  bottom: 1.15rem;
  left: 1.15rem;
  display: flex;
  width: min(560px, calc(100% - 2.3rem));
  max-width: none;
  align-items: center;
  gap: 1rem;
  padding: .8rem 1rem;
  border-left: 4px solid #e1ae46;
  background: rgba(7, 15, 12, .88);
  color: #fff;
  backdrop-filter: blur(7px);
}

.casino-review__brand-banner .casino-review__official-logo {
  display: block;
  width: auto;
  max-width: 190px;
  height: auto;
  max-height: 66px;
  object-fit: contain;
}

.casino-review__brand-banner[data-brand="dudespin"] .casino-review__official-logo {
  max-height: 76px;
}

.casino-review__brand-banner[data-brand="evospin"] .casino-review__official-logo {
  width: min(180px, 42vw);
}

.casino-review__brand-banner[data-brand="slotrave"] > img {
  width: min(56%, 360px);
  max-width: 360px;
  max-height: 110px;
}

.casino-review__brand-banner[data-brand="turbowins"] > img {
  width: min(52%, 310px);
  max-width: 310px;
  max-height: 110px;
}

.casino-review__brand-banner[data-brand="lollybet"] > img {
  width: min(34%, 150px);
  max-width: 150px;
  max-height: 125px;
}

.casino-review__brand-overlay span {
  color: #e7ede9;
  font-size: .73rem;
  font-weight: 750;
  line-height: 1.4;
}

.casino-review__brand-overlay--light {
  background: rgba(38, 25, 45, .82);
}

.casino-review__copy p {
  color: #2f3d36;
  font-size: .92rem;
}

.review-pros-cons th {
  background: #ecefe9;
}

@media (max-width: 920px) {
  .homepage-main .hp-hero__inner {
    grid-template-columns: 1fr;
  }

  .hp-hero__brand-wall {
    max-width: 680px;
    box-shadow: 8px 8px 0 #d7a853;
  }

  .hp-proof-strip .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hp-proof-strip p {
    grid-column: 1 / -1;
    padding: .9rem 0 0;
    border-top: 1px solid rgba(255,255,255,.2);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .homepage-main .hp-hero {
    padding-top: 2.8rem;
  }

  .homepage-main .hp-hero__title {
    font-size: clamp(2.45rem, 13vw, 3.45rem);
    line-height: 1;
  }

  .homepage-main .hp-hero__ctas {
    align-items: stretch;
  }

  .homepage-main .hp-hero__ctas .btn {
    width: 100%;
  }

  .homepage-main .hp-hero__trust {
    align-items: flex-start;
    flex-direction: column;
    gap: .35rem;
  }

  .homepage-main .hp-hero__trust span {
    padding: 0;
    border: 0 !important;
  }

  .hp-hero__brand-wall {
    padding: 1rem;
    box-shadow: 6px 6px 0 #d7a853;
  }

  .hp-hero__brand-grid a {
    min-height: 72px;
  }

  .hp-hero__brand-grid img { max-height: 44px; }
  .hp-hero__brand-grid a:first-child img { max-height: 54px; }
  .hp-hero__brand-grid a[data-brand="slotrave"] img { min-height: 72px; }

  .evospin-feature__panel {
    min-height: 560px;
  }

  .evospin-feature__panel::after {
    background: linear-gradient(0deg, rgba(8, 5, 37, .99) 0%, rgba(8, 5, 37, .94) 58%, rgba(8, 5, 37, .28) 100%);
  }

  .evospin-feature__art {
    object-position: 70% center;
  }

  .evospin-feature__content {
    display: flex;
    width: 100%;
    min-height: 560px;
    justify-content: flex-end;
    flex-direction: column;
    padding: 1.35rem;
  }

  .evospin-feature__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .evospin-feature__actions .btn {
    width: 100%;
  }

  .hp-proof-strip .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .hp-proof-strip .container > div:nth-child(3),
  .hp-proof-strip p {
    grid-column: 1 / -1;
  }

  .ranked-casino-card__main {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .ranked-casino-card__rank {
    align-self: start;
  }

  .ranked-casino-card__logo-stage {
    min-height: 96px;
  }

  .ranked-casino-card__summary,
  .ranked-casino-card__cta {
    grid-column: 1 / -1;
  }

  .casino-review {
    padding: 1rem;
  }

  .casino-review__brand-banner--media {
    min-height: 230px;
  }

  .casino-review__brand-banner--media::before {
    background: linear-gradient(0deg, rgba(5, 12, 10, .9) 0%, rgba(5, 12, 10, .08) 75%);
  }

  .casino-review__brand-overlay {
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
    width: auto;
    max-width: none;
    gap: .65rem;
    padding: .65rem .75rem;
  }

  .casino-review__brand-banner .casino-review__official-logo {
    max-width: 120px;
    max-height: 50px;
  }

  .casino-review__brand-banner[data-brand="dudespin"] .casino-review__official-logo {
    max-height: 58px;
  }

  .casino-review__brand-overlay span {
    font-size: .65rem;
  }

  .casino-review__media-split--mystake {
    gap: .5rem;
    padding: .65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ranked-casino-card,
  .hp-hero__brand-grid a {
    transition: none;
  }
}
