/* Homepage guide layout — luigipizzamidtown.com */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --fresh-navy: #3d1f24;
  --fresh-teal: #c2410c;
  --fresh-gold: #fbbf24;
  --fresh-surface: #faf7f5;
  --fresh-card: #ffffff;
  --fresh-border: rgba(15, 39, 68, 0.08);
  --fresh-shadow: 0 0.4rem 2rem rgba(15, 39, 68, 0.08);
  --fresh-radius: 1.2rem;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--fresh-surface);
  color: #334155;
}

/* ── Intro hero ── */
.intro-home {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 3rem !important;
  color: #fff;
  text-align: left;
  background-color: var(--fresh-navy) !important;
  background-image: linear-gradient(135deg, var(--fresh-navy) 0%, #5c2e2e 45%, #c2410c 100%) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.intro-home::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(245, 158, 11, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 10% 80%, rgba(13, 148, 136, 0.2) 0%, transparent 40%);
  pointer-events: none;
}

.intro-home .container {
  position: relative;
  z-index: 1;
}

.intro-home__layout,
.intro-home__layout--solo {
  display: grid;
  gap: 2rem;
  align-items: center;
  width: 100%;
  max-width: none;
}

.intro-home__content {
  width: 100%;
  max-width: none;
}

@media (min-width: 992px) {
  .intro-home__layout {
    grid-template-columns: 1fr minmax(18rem, 34%);
    gap: 3rem;
  }

  .intro-home__layout--solo {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

.intro-home__title {
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  line-height: 1.15 !important;
  text-align: left;
}

.intro-home__text {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 1.45rem !important;
  line-height: 1.65 !important;
  text-align: left;
  max-width: none;
}

.intro-home__hero-img {
  display: block;
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
  border-radius: var(--fresh-radius);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.25);
}

.intro-home__list a {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 0.1rem solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0.8rem !important;
  color: #fff !important;
  backdrop-filter: blur(8px);
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
}

.intro-home__list li {
  flex: 0 1 auto;
}

.intro-home__list a:hover,
.intro-home__list a:focus {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  transform: translateY(-0.15rem);
}

.intro-home__list svg {
  display: block;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  fill: var(--fresh-gold) !important;
}

.intro-home__list svg path,
.intro-home__list svg g {
  stroke: var(--fresh-gold) !important;
}

@media (max-width: 991px) {
  .intro-home__list {
    display: none !important;
  }
}

/* ── Content area ── */
.content {
  background: var(--fresh-surface);
  padding-top: 3rem;
}

/* ── Page layout + TOC (content navigation) ── */
.page-layout {
  display: block;
  margin-top: 2rem;
}

.page-main {
  min-width: 0;
}

.page-main [id],
.page-main section[id] {
  scroll-margin-top: 9rem;
}

.toc {
  position: static;
  background: var(--fresh-card);
  border-radius: var(--fresh-radius);
  border: 0.1rem solid var(--fresh-border);
  box-shadow: var(--fresh-shadow);
  padding: 0;
  margin-bottom: 2rem;
  overflow: visible;
}

.toc__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 1rem 1.15rem;
  border: 0;
  background: none;
  font: inherit;
  text-align: left;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.toc__title {
  display: block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b45309;
  margin: 0;
  font-weight: 700;
}

.toc__icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: #b45309;
  transition: transform 0.2s ease;
}

.toc:not(.toc--collapsed) .toc__icon {
  transform: rotate(180deg);
}

.toc__nav {
  border-top: 0.1rem solid var(--fresh-border);
  padding: 0.35rem 1.15rem 1rem;
}

.toc.toc--collapsed .toc__nav {
  display: none;
}

.toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc li + li {
  margin-top: 0;
  border-top: 0.1rem solid rgba(15, 39, 68, 0.05);
}

.toc a {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  font-size: 0.9375rem;
  color: #5c4a4e;
  padding: 0.85rem 0 0.85rem 0.75rem;
  line-height: 1.45;
  text-decoration: none;
  border-left: 0.2rem solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.toc a:hover,
.toc a:active {
  color: var(--fresh-teal);
  border-left-color: var(--fresh-gold);
}

@media (max-width: 960px) {
  .page-layout {
    margin-top: 1.5rem;
  }

  .toc {
    margin-bottom: 1.25rem;
  }

  .page-main [id],
  .page-main section[id] {
    scroll-margin-top: 7.5rem;
  }
}

.content .container > .heading {
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  color: var(--fresh-navy) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

.content .container > .heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.5rem;
  height: 0.35rem;
  border-radius: 0.2rem;
  background: linear-gradient(90deg, #b45309, var(--fresh-gold));
}

.content .container > .heading:first-of-type {
  margin-top: 0;
}

.content .container > h3.heading {
  color: #1e293b !important;
  font-weight: 700 !important;
}

/* ── Criteria cards (Merila) ── */
.criteria-section {
  margin: 3rem 0;
}

.criteria-section > .heading {
  margin-top: 0 !important;
}

.criteria-section__intro {
  margin: 0 0 2rem;
  color: #475569;
  font-size: 1.45rem;
  line-height: 1.7;
}

.criteria-grid {
  display: grid;
  gap: 1rem;
  counter-reset: criteria-chip;
}

@media (min-width: 768px) {
  .criteria-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }
}

.criteria-card {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 1.4rem 1.5rem;
  background: var(--fresh-card);
  border: 0.1rem solid var(--fresh-border);
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
  counter-increment: criteria-chip;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.criteria-card:hover {
  transform: translateY(-0.15rem);
  border-color: rgba(13, 148, 136, 0.22);
  box-shadow: 0 0.6rem 2rem rgba(15, 39, 68, 0.1);
}

.criteria-card__icon {
  position: relative;
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--fresh-navy) 0%, #5c2e2e 45%, var(--fresh-teal) 100%);
  box-shadow:
    0 0.25rem 0.9rem rgba(15, 39, 68, 0.22),
    inset 0 0.15rem 0 rgba(255, 255, 255, 0.12);
}

.criteria-card__icon::before {
  content: '';
  position: absolute;
  inset: 0.5rem;
  border: 0.2rem solid var(--fresh-gold);
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.12rem rgba(255, 255, 255, 0.18);
}

.criteria-card__icon::after {
  content: counter(criteria-chip);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.25);
}

.criteria-card__body {
  min-width: 0;
}

.criteria-card__title {
  margin: 0 0 0.6rem;
  padding: 0;
  color: var(--fresh-navy) !important;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.3;
}

.criteria-card__title::after {
  display: none;
}

.criteria-card__body p {
  margin: 0;
  color: #475569;
  font-size: 1.42rem;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .criteria-card {
    padding: 1.2rem 1.25rem;
  }

  .criteria-card__icon {
    width: 4.2rem;
    height: 4.2rem;
  }

  .criteria-card__icon::after {
    font-size: 1.2rem;
  }

  .criteria-card__title {
    font-size: 1.5rem;
  }
}

.games-detail-grid {
  margin: 2rem 0 3rem;
}

/* ── Games guide (grouped panels) ── */
.games-guide {
  display: grid;
  gap: 1.5rem;
  margin: 2rem 0 3rem;
}

@media (min-width: 992px) {
  .games-guide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 1.25rem;
  }
}

.games-panel {
  overflow: hidden;
  background: var(--fresh-card);
  border: 0.1rem solid var(--fresh-border);
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
}

.games-panel__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  color: #fff;
  background: linear-gradient(135deg, var(--fresh-navy) 0%, var(--fresh-teal) 100%);
}

.games-panel--slots .games-panel__head {
  background: linear-gradient(135deg, #0f2744 0%, #1a5f7a 100%);
}

.games-panel--table .games-panel__head {
  background: linear-gradient(135deg, #5c2e2e 0%, #c2410c 100%);
}

.games-panel--live .games-panel__head {
  background: linear-gradient(135deg, #0f2744 0%, #7c2d12 55%, #92400e 100%);
}

.games-panel__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  background: rgba(255, 255, 255, 0.12);
  border: 0.15rem solid rgba(245, 158, 11, 0.55);
  border-radius: 50%;
}

.games-panel__icon svg {
  display: block;
  color: #fff;
  fill: currentColor;
}

.games-panel__icon svg [fill="#484040"],
.games-panel__icon svg [stroke="#484040"] {
  fill: currentColor;
  stroke: currentColor;
}

.games-panel__title {
  margin: 0;
  padding: 0;
  color: #fff !important;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.25;
}

.games-panel__title::after {
  display: none;
}

.games-panel__lead {
  margin: 0;
  padding: 1.15rem 1.35rem;
  color: #334155;
  font-size: 1.42rem;
  line-height: 1.65;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-bottom: 0.1rem solid var(--fresh-border);
}

.games-panel__items {
  display: grid;
  gap: 0;
}

.games-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 1.25rem;
  border-bottom: 0.1rem solid var(--fresh-border);
}

.games-item:last-child {
  border-bottom: none;
}

.games-item__chip {
  position: relative;
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  margin-top: 0.15rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--fresh-navy) 0%, var(--fresh-teal) 100%);
  box-shadow: 0 0.15rem 0.5rem rgba(15, 39, 68, 0.18);
}

.games-item__chip::before {
  content: '';
  position: absolute;
  inset: 0.32rem;
  border: 0.14rem solid var(--fresh-gold);
  border-radius: 50%;
}

.games-panel--slots .games-item__chip {
  background: linear-gradient(145deg, #0f2744 0%, #2563eb 100%);
}

.games-panel--table .games-item__chip {
  background: linear-gradient(145deg, #0f2744 0%, #c2410c 100%);
}

.games-panel--live .games-item__chip {
  background: linear-gradient(145deg, #7c2d12 0%, #92400e 100%);
}

.games-item__body {
  min-width: 0;
}

.games-item__title {
  margin: 0 0 0.35rem;
  color: var(--fresh-navy);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.3;
}

.games-item__body p {
  margin: 0;
  color: #64748b;
  font-size: 1.38rem;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .games-panel__head {
    padding: 1rem 1.15rem;
  }

  .games-panel__lead {
    padding: 1rem 1.15rem;
  }

  .games-item {
    padding: 1rem 1.15rem;
  }
}

/* ── Top widget section ── */
.section-top-list {
  margin-bottom: 1rem;
  padding: 2rem;
  background: var(--fresh-card);
  border: 0.1rem solid var(--fresh-border);
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
}

.section-top-list .heading {
  margin-top: 0 !important;
}

.section-top-list iframe {
  border-radius: 0.8rem;
  background: #fff;
}

/* ── Comparison table ── */
.section-compare {
  margin: 3rem 0;
  padding: 2rem;
  background: var(--fresh-card);
  border: 0.1rem solid var(--fresh-border);
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
}

.section-compare__header {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .section-compare__header {
    grid-template-columns: 1fr auto;
  }
}

.section-compare__intro {
  margin: 0;
  color: #64748b;
  font-size: 1.35rem;
  line-height: 1.6;
}

.section-compare__illustration {
  display: none;
  width: 10rem;
  height: auto;
  border-radius: 0.8rem;
}

@media (min-width: 768px) {
  .section-compare__illustration {
    display: block;
  }
}

.compare-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  margin: 0 -2rem;
  padding: 0 2rem 0.5rem;
  scrollbar-width: thin;
}

.compare-table {
  width: 100%;
  min-width: 72rem;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.25rem;
}

.compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 1rem 1.1rem;
  color: #fff;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--fresh-navy), #5c2e2e);
  border-bottom: 0.2rem solid #b45309;
}

.compare-table thead th:first-child {
  border-radius: 0.8rem 0 0 0;
}

.compare-table thead th:last-child {
  border-radius: 0 0.8rem 0 0;
}

.compare-table tbody tr {
  transition: background 0.15s;
}

.compare-table tbody tr:nth-child(even) {
  background: #f1f5f9;
}

.compare-table tbody tr:hover {
  background: #e0f2fe;
}

.compare-table td {
  padding: 0.95rem 1.1rem;
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--fresh-border);
  line-height: 1.45;
}

.compare-table td:first-child {
  font-weight: 700;
  color: var(--fresh-navy);
  white-space: nowrap;
}

.compare-table .rating-badge {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  color: #065f46;
  font-weight: 700;
  font-size: 1.15rem;
  background: #d1fae5;
  border-radius: 2rem;
}

.compare-table .rating-badge--high {
  color: #92400e;
  background: #fef3c7;
}

.compare-table .sports-yes {
  color: #059669;
  font-weight: 600;
}

.compare-table .sports-no {
  color: #94a3b8;
}

.compare-table a {
  color: var(--fresh-navy);
  font-weight: 600;
  text-decoration: none;
}

.compare-table a:hover {
  color: #b45309;
  text-decoration: underline;
}

.compare-table__th--sortable {
  padding: 0;
}

.compare-table__sort-btn {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  padding: 1rem 1.1rem;
  color: inherit;
  font: inherit;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.compare-table__sort-btn:hover,
.compare-table__sort-btn:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.compare-table__sort-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.35rem solid transparent;
  border-right: 0.35rem solid transparent;
  border-top: 0.45rem solid rgba(255, 255, 255, 0.45);
  transition: transform 0.15s, border-top-color 0.15s;
}

.compare-table__th--sortable[aria-sort="descending"] .compare-table__sort-icon {
  border-top-color: #fbbf24;
}

.compare-table__th--sortable[aria-sort="ascending"] .compare-table__sort-icon {
  transform: rotate(180deg);
  border-top-color: #fbbf24;
}

/* ── Content blocks ── */
.content .container > p {
  color: #475569;
  line-height: 1.7;
}

.casino-widget {
  margin: 0 0 2rem;
  padding-top: 1rem;
  overflow: visible;
}

.casino-widget iframe {
  width: 100%;
  min-height: 28rem;
  border: none;
  display: block;
  overflow: hidden;
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
  vertical-align: top;
}

.content .table {
  border-radius: 0.8rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  box-shadow: var(--fresh-shadow);
  scrollbar-width: thin;
}

.content .table table {
  border-radius: 0.8rem;
}

.mini-review__table.table table {
  min-width: 36rem;
}

.faq {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--fresh-card);
  border: 0.1rem solid var(--fresh-border);
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
  font-size: 1.45rem;
}

.faq .heading {
  color: var(--fresh-navy) !important;
}

.faq__label {
  font-size: 1.45rem;
  line-height: 1.45;
  color: var(--fresh-navy);
}

.faq__label:hover {
  color: var(--fresh-teal);
}

.faq__label:hover::before {
  border-color: var(--fresh-teal);
}

.faq__label::before {
  top: 0.35em;
}

.faq__body {
  font-size: 1.38rem;
  line-height: 1.65;
  color: #475569;
}

.steps-list {
  list-style: none;
  counter-reset: steps;
  margin: 0 0 2.5rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.steps-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin: 0;
  padding: 1.15rem 1.35rem 1.15rem 1.15rem;
  color: #334155;
  font-size: 1.45rem;
  line-height: 1.6;
  background: var(--fresh-card);
  border: 0.1rem solid var(--fresh-border);
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
  counter-increment: steps;
}

.steps-list li::before {
  content: counter(steps);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  margin-top: 0.05rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--fresh-navy) 0%, var(--fresh-teal) 100%);
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.8rem rgba(15, 39, 68, 0.18);
}

.steps-list li:last-child {
  border-color: rgba(229, 26, 56, 0.18);
  background: linear-gradient(135deg, #fff 0%, #fff8f9 100%);
}

.steps-list li:last-child::before {
  background: linear-gradient(135deg, #b45309 0%, #92400e 100%);
}

@media (min-width: 768px) {
  .steps-list {
    gap: 1rem;
  }

  .steps-list li {
    padding: 1.25rem 1.5rem 1.25rem 1.25rem;
    font-size: 1.5rem;
  }
}

.games-list li,
.tips-list li {
  color: #475569;
}

.content-illustration {
  display: block;
  width: 100%;
  max-width: 44rem;
  max-height: 18rem;
  margin: 2.5rem auto;
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
  object-fit: cover;
  object-position: center;
}

.page-main .content-illustration {
  max-width: 100%;
  max-height: none;
  height: auto;
  object-fit: contain;
}

.content .container > .content-illustration:first-of-type {
  margin-top: 2rem;
}

.content .container > .content-illustration + .content-illustration,
.content .container > p + .content-illustration,
.page-main p + .content-illustration {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .content {
    padding-top: 2rem;
  }

  .content-illustration {
    max-height: 14rem;
    margin: 2rem auto;
  }

  .page-main .content-illustration {
    max-height: none;
  }

  .content .container > .content-illustration:first-of-type {
    margin-top: 1.5rem;
  }
}

/* ── Author card ── */
.author-card {
  display: flex;
  gap: 1.35rem;
  align-items: flex-start;
  margin: 3rem 0;
  padding: 1.5rem 1.6rem;
  background: var(--fresh-card);
  border: 0.1rem solid var(--fresh-border);
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
}

.author-card__photo {
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  object-fit: cover;
  border: 0.25rem solid rgba(245, 158, 11, 0.35);
  box-shadow: 0 0.25rem 1rem rgba(15, 39, 68, 0.12);
}

.author-card__body {
  min-width: 0;
}

.author-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: center;
  margin: 0 0 0.55rem;
  color: #64748b;
  font-size: 1.3rem;
  line-height: 1.4;
}

.author-card__meta time {
  color: var(--fresh-teal);
  font-weight: 600;
}

.author-card__meta-sep {
  color: #cbd5e1;
}

.author-card__name {
  margin: 0 0 0.35rem;
  padding: 0;
  color: var(--fresh-navy) !important;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.author-card__name::after {
  display: none;
}

.author-card__role {
  margin: 0 0 0.85rem;
  color: #64748b;
  font-size: 1.42rem;
  line-height: 1.45;
}

.author-card__bio {
  margin: 0 0 1rem;
  color: #475569;
  font-size: 1.42rem;
  line-height: 1.65;
}

.author-card__link {
  display: inline-flex;
  align-items: center;
  color: var(--fresh-teal);
  font-size: 1.38rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.author-card__link:hover {
  color: var(--fresh-navy);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .author-card {
    flex-direction: column;
    align-items: center;
    padding: 1.35rem 1.25rem;
    text-align: center;
  }

  .author-card__photo {
    width: 9rem;
    height: 9rem;
  }

  .author-card__meta {
    justify-content: center;
  }

  .author-card__name {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .intro-home {
    background-color: var(--fresh-navy) !important;
    background-image: linear-gradient(135deg, var(--fresh-navy) 0%, #5c2e2e 45%, #c2410c 100%) !important;
  }
}

@media (min-width: 768px) {
  .intro-home {
    background-color: var(--fresh-navy) !important;
    background-image: linear-gradient(135deg, var(--fresh-navy) 0%, #5c2e2e 45%, #c2410c 100%) !important;
  }
}

@media (min-width: 1200px) {
  .intro-home {
    background-color: var(--fresh-navy) !important;
    background-image: linear-gradient(135deg, var(--fresh-navy) 0%, #5c2e2e 45%, #c2410c 100%) !important;
  }
}

/* ── Casino review visual block (esal.si style) ── */
.mini-review {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem 2.4rem;
  align-items: start;
  margin: 2.5rem 0;
  padding: 2.2rem 2.4rem;
  background: var(--fresh-card);
  border: 0.1rem solid var(--fresh-border);
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
}

.mini-review__logo-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  min-height: 5.6rem;
  padding: 0.8rem 1rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #1a1a2e, #2d1b69);
  border-radius: 0.8rem;
}

.mini-review__logo-text span {
  color: #b45309;
}

.mini-review--pistolo .mini-review__logo-text:not(.mini-review__logo-text--pistolo) {
  background: linear-gradient(135deg, #0f1f4d, #1a3a8a);
  color: #ffd100;
  font-size: 1.55rem;
  letter-spacing: 0.06em;
}

.mini-review--pistolo .mini-review__logo-text:not(.mini-review__logo-text--pistolo) span {
  color: #b45309;
}

.mini-review--kinbet .mini-review__logo-text {
  background: linear-gradient(135deg, #0a0a0a, #1a3320);
  color: #ffd100;
  font-size: 1.55rem;
  letter-spacing: 0.06em;
}

.mini-review--kinbet .mini-review__logo-text span {
  color: #ffd100;
}

.mini-review--slotsgem .mini-review__logo-text {
  background: linear-gradient(135deg, #1a0f2e, #2d1b69);
  color: #fff;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

.mini-review--slotsgem .mini-review__logo-text span {
  color: #22c55e;
}

.mini-review--bassbet .mini-review__logo-text {
  background: linear-gradient(135deg, #0a1f3d, #1a4a7a);
  color: #fff;
  font-size: 1.45rem;
  font-style: italic;
  letter-spacing: 0.03em;
}

.mini-review--bassbet .mini-review__logo-text span {
  font-style: normal;
  color: #38bdf8;
}

.mini-review__head {
  grid-column: 2;
  min-width: 0;
}

.mini-review__title {
  margin: 0 0 0.4rem;
  padding: 0;
  color: var(--fresh-navy) !important;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.25;
}

.mini-review__title::after {
  display: none;
}

.mini-review__meta {
  margin: 0 0 1rem;
  color: #b45309;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.5;
}

.mini-review--has-banner {
  grid-template-columns: 1fr;
}

.mini-review__brand {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 1.6rem;
  row-gap: 0.35rem;
  grid-column: 1 / -1;
  margin: 0 0 1rem;
}

.mini-review--has-banner .mini-review__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-width: 0;
}

.mini-review--has-banner .mini-review__logo-text {
  flex-shrink: 0;
  width: auto;
  min-width: 10rem;
  grid-row: 1;
  align-self: center;
}

.mini-review--has-banner .mini-review__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.25;
}

.mini-review--has-banner .mini-review__meta {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.4;
}

.mini-review__banner {
  display: block;
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 1.2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid var(--fresh-border);
}

.mini-review__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0 0 1.2rem;
  grid-column: 1 / -1;
  padding: 1rem 1.2rem;
  background: #f8fafc;
  border: 0.1rem solid var(--fresh-border);
  border-radius: 1rem;
}

.mini-review__fact {
  margin: 0;
  min-width: 0;
}

.mini-review__fact-label {
  display: block;
  margin: 0 0 0.25rem;
  color: #94a3b8;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mini-review__fact-value {
  display: block;
  margin: 0;
  color: var(--fresh-navy);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.35;
}

.mini-review__facts--specs {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0.4rem 1.4rem;
}

.mini-review__facts--specs .mini-review__fact {
  display: grid;
  grid-template-columns: minmax(14rem, 36%) 1fr;
  gap: 1.2rem 2rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 0.1rem solid var(--fresh-border);
}

.mini-review__facts--specs .mini-review__fact:last-child {
  border-bottom: none;
}

.mini-review__facts--specs .mini-review__fact-label {
  margin: 0;
}

.mini-review__facts--specs .mini-review__fact-value {
  font-size: 1.45rem;
  line-height: 1.4;
}

.mini-review__intro,
.mini-review__text {
  grid-column: 1 / -1;
  margin: 0 0 1rem;
  color: #475569;
  font-size: 1.45rem;
  line-height: 1.7;
}

.mini-review__table {
  grid-column: 1 / -1;
  margin: 0 0 1rem;
  min-width: 0;
  width: 100%;
}

.mini-review__shots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 1.6rem 0 0;
  grid-column: 1 / -1;
}

.mini-review__shot {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0.1rem solid #ebebeb;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
  background: #1a1a1a;
  aspect-ratio: 9 / 16;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.mini-review__shot:hover,
.mini-review__shot:focus-visible {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.14);
  border-color: #d8d8d8;
}

.mini-review__shot:focus-visible {
  outline: 0.2rem solid #b45309;
  outline-offset: 0.2rem;
}

.mini-review__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.mini-review__shot picture {
  display: block;
  width: 100%;
  height: 100%;
}

.mini-review__shot-zoom {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.mini-review__shot-zoom svg {
  width: 1.4rem;
  height: 1.4rem;
}

.mini-review__shots-label {
  grid-column: 1 / -1;
  margin: 1.2rem 0 0;
  color: #64748b;
  font-size: 1.3rem;
  font-weight: 600;
}

/* ── Screenshot lightbox ── */
.shot-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  background: rgba(0, 0, 0, 0.9);
}

.shot-lightbox.is-open {
  display: flex;
}

.shot-lightbox__backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.shot-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(120rem, 96vw);
  max-height: 92vh;
  width: 100%;
}

.shot-lightbox__img {
  max-width: 100%;
  max-height: calc(92vh - 4rem);
  width: auto;
  height: auto;
  border-radius: 0.8rem;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.45);
}

.shot-lightbox__caption {
  margin: 1rem 0 0;
  color: #f0f0f0;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.shot-lightbox__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
}

.shot-lightbox__close:hover,
.shot-lightbox__close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

.shot-lightbox__close:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: 0.2rem;
}

.shot-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s;
}

.shot-lightbox__nav:hover,
.shot-lightbox__nav:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

.shot-lightbox__nav:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: 0.2rem;
}

.shot-lightbox__nav--prev {
  left: 1.2rem;
}

.shot-lightbox__nav--next {
  right: 1.2rem;
}

.shot-lightbox__nav svg {
  width: 2rem;
  height: 2rem;
}

body.shot-lightbox-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .compare-table-wrap {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .mini-review {
    grid-template-columns: 1fr;
    padding: 1.6rem;
  }

  .mini-review__logo-text {
    width: 100%;
    max-width: 14rem;
  }

  .mini-review--has-banner .mini-review__brand {
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
  }

  .mini-review--has-banner .mini-review__logo-text {
    width: 100%;
    max-width: 14rem;
  }

  .mini-review__head {
    grid-column: 1;
  }

  .mini-review__facts {
    grid-template-columns: 1fr;
  }

  .mini-review__facts--specs .mini-review__fact {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 0.75rem 0;
  }

  .mini-review__shots {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }

  .shot-lightbox {
    padding: 1rem;
  }

  .shot-lightbox__nav {
    width: 3.6rem;
    height: 3.6rem;
  }

  .shot-lightbox__nav--prev {
    left: 0.4rem;
  }

  .shot-lightbox__nav--next {
    right: 0.4rem;
  }
}


/* ── Warning panel ── */
.warning-panel {
  margin: 2rem 0 3rem;
  padding: 1.5rem 1.6rem;
  background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
  border: 0.1rem solid rgba(180, 83, 9, 0.22);
  border-left: 0.45rem solid #b45309;
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
}

.warning-panel__title {
  margin: 0 0 1rem;
  color: var(--fresh-navy);
  font-size: 1.55rem;
  font-weight: 700;
}

.warning-panel ul {
  margin: 0;
  padding-left: 1.4rem;
}

.warning-panel li {
  margin-bottom: 0.55rem;
  color: #57534e;
  line-height: 1.65;
}

/* ── Payment cards ── */
.pay-grid {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 2.5rem;
}

@media (min-width: 768px) {
  .pay-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pay-card {
  padding: 1.35rem 1.4rem;
  background: var(--fresh-card);
  border: 0.1rem solid var(--fresh-border);
  border-radius: var(--fresh-radius);
  box-shadow: var(--fresh-shadow);
}

.pay-card__title {
  margin: 0 0 0.75rem;
  padding: 0;
  color: var(--fresh-navy) !important;
  font-size: 1.55rem;
  font-weight: 700;
}

.pay-card__title::after {
  display: none;
}

.pay-card p {
  margin: 0;
  color: #57534e;
  font-size: 1.38rem;
  line-height: 1.65;
}

.pay-card p + p {
  margin-top: 0.75rem;
}

/* ── Tip cards grid ── */
.tips-grid {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .tips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tip-card {
  padding: 1.2rem 1.35rem;
  background: var(--fresh-card);
  border: 0.1rem solid var(--fresh-border);
  border-radius: 0.9rem;
  box-shadow: var(--fresh-shadow);
}

.tip-card__title {
  margin: 0 0 0.55rem;
  color: var(--fresh-navy);
  font-size: 1.45rem;
  font-weight: 700;
}

.tip-card p {
  margin: 0;
  color: #57534e;
  font-size: 1.38rem;
  line-height: 1.6;
}

.mini-review--boomerang .mini-review__logo-text:not(.mini-review__logo-text--boomerang) {
  background: linear-gradient(135deg, #3d1f24, #7c2d12);
  color: #fff;
  font-size: 1.45rem;
}

.mini-review--boomerang .mini-review__logo-text:not(.mini-review__logo-text--boomerang) span {
  color: var(--fresh-gold);
}

/* BitStarz animated logo */
@keyframes bitstarz-gradient-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes bitstarz-logo-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 rgba(180, 83, 9, 0),
      0 0.4rem 1.2rem rgba(45, 27, 105, 0.35);
  }

  50% {
    box-shadow:
      0 0 1.4rem rgba(239, 68, 68, 0.5),
      0 0.6rem 1.8rem rgba(45, 27, 105, 0.5);
  }
}

@keyframes bitstarz-star-spin {
  0% {
    transform: rotate(0deg) scale(1);
    filter: drop-shadow(0 0 0 rgba(239, 68, 68, 0));
  }

  25% {
    transform: rotate(90deg) scale(1.15);
    filter: drop-shadow(0 0 0.5rem rgba(239, 68, 68, 0.95));
  }

  50% {
    transform: rotate(180deg) scale(1);
    filter: drop-shadow(0 0 0.8rem rgba(220, 38, 38, 0.75));
  }

  75% {
    transform: rotate(270deg) scale(1.15);
    filter: drop-shadow(0 0 0.5rem rgba(239, 68, 68, 0.95));
  }

  100% {
    transform: rotate(360deg) scale(1);
    filter: drop-shadow(0 0 0 rgba(239, 68, 68, 0));
  }
}

.mini-review__logo-text--bitstarz {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    120deg,
    #1a1a2e 0%,
    #2d1b69 25%,
    #4c1d95 50%,
    #2d1b69 75%,
    #1a1a2e 100%
  );
  background-size: 220% 220%;
  animation: bitstarz-gradient-shift 5s ease-in-out infinite, bitstarz-logo-glow 3s ease-in-out infinite;
}

.mini-review__logo-text--bitstarz::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.14) 50%,
    transparent 65%
  );
  transform: translateX(-120%);
  animation: bitstarz-logo-shine 4.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes bitstarz-logo-shine {
  0%,
  55%,
  100% {
    transform: translateX(-120%);
  }

  75% {
    transform: translateX(120%);
  }
}

.mini-review__logo-text--bitstarz .mini-review__logo-star {
  display: inline-block;
  color: #ef4444;
  text-shadow: 0 0 0.6rem rgba(239, 68, 68, 0.55);
  animation: bitstarz-star-spin 4s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .mini-review__logo-text--bitstarz,
  .mini-review__logo-text--bitstarz::after,
  .mini-review__logo-text--bitstarz .mini-review__logo-star {
    animation: none;
  }

  .mini-review__logo-text--bitstarz::after {
    display: none;
  }

  .mini-review__logo-text--pistolo,
  .mini-review__logo-text--pistolo::after,
  .mini-review__logo-text--pistolo .mini-review__logo-target {
    animation: none;
  }

  .mini-review__logo-text--pistolo::after {
    display: none;
  }

  .mini-review__logo-text--boomerang,
  .mini-review__logo-text--boomerang::after,
  .mini-review__logo-text--boomerang .mini-review__logo-boomerang {
    animation: none;
  }

  .mini-review__logo-text--boomerang::after {
    display: none;
  }
}

/* Pistolo animated logo */
@keyframes pistolo-logo-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 rgba(37, 99, 235, 0),
      0 0.4rem 1.2rem rgba(15, 31, 77, 0.35);
  }

  50% {
    box-shadow:
      0 0 1.2rem rgba(37, 99, 235, 0.45),
      0 0.6rem 1.6rem rgba(15, 31, 77, 0.5);
  }
}

@keyframes pistolo-target-pulse {
  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(239, 68, 68, 0));
  }

  50% {
    transform: scale(1.18);
    filter: drop-shadow(0 0 0.55rem rgba(239, 68, 68, 0.95));
  }
}

.mini-review__logo-text--pistolo {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    120deg,
    #0f1f4d 0%,
    #1a3a8a 30%,
    #2563eb 50%,
    #1a3a8a 70%,
    #0f1f4d 100%
  );
  background-size: 220% 220%;
  color: #ffd100;
  font-size: 1.55rem;
  letter-spacing: 0.06em;
  animation: bitstarz-gradient-shift 5s ease-in-out infinite, pistolo-logo-glow 3s ease-in-out infinite;
}

.mini-review__logo-text--pistolo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.16) 50%,
    transparent 65%
  );
  transform: translateX(-120%);
  animation: bitstarz-logo-shine 4.5s ease-in-out infinite;
  pointer-events: none;
}

.mini-review__logo-text--pistolo .mini-review__logo-target {
  display: inline-block;
  color: #ef4444;
  text-shadow: 0 0 0.5rem rgba(239, 68, 68, 0.5);
  animation: pistolo-target-pulse 2.2s ease-in-out infinite;
}

/* Boomerang animated logo */
@keyframes boomerang-logo-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 rgba(234, 179, 8, 0),
      0 0.4rem 1.2rem rgba(61, 31, 36, 0.35);
  }

  50% {
    box-shadow:
      0 0 1.2rem rgba(234, 179, 8, 0.4),
      0 0.6rem 1.6rem rgba(124, 45, 18, 0.45);
  }
}

@keyframes boomerang-icon-spin {
  0% {
    transform: rotate(0deg) scale(1);
    filter: drop-shadow(0 0 0 rgba(234, 179, 8, 0));
  }

  50% {
    transform: rotate(-180deg) scale(1.12);
    filter: drop-shadow(0 0 0.5rem rgba(234, 179, 8, 0.85));
  }

  100% {
    transform: rotate(-360deg) scale(1);
    filter: drop-shadow(0 0 0 rgba(234, 179, 8, 0));
  }
}

.mini-review__logo-text--boomerang {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    120deg,
    #1a0a0c 0%,
    #3d1f24 30%,
    #7c2d12 50%,
    #3d1f24 70%,
    #1a0a0c 100%
  );
  background-size: 220% 220%;
  color: #fff;
  font-size: 1.45rem;
  animation: bitstarz-gradient-shift 5s ease-in-out infinite, boomerang-logo-glow 3s ease-in-out infinite;
}

.mini-review__logo-text--boomerang::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.12) 50%,
    transparent 65%
  );
  transform: translateX(-120%);
  animation: bitstarz-logo-shine 4.5s ease-in-out infinite;
  pointer-events: none;
}

.mini-review__logo-text--boomerang .mini-review__logo-boomerang {
  display: inline-block;
  color: #fbbf24;
  text-shadow: 0 0 0.5rem rgba(251, 191, 36, 0.45);
  animation: boomerang-icon-spin 3s ease-in-out infinite;
}
