@charset "UTF-8";

:root {
  --banner-cta-h-desktop: 48px;
  --banner-cta-h-tablet: 44px;
  --banner-cta-h-mobile: 42px;
  --banner-cta-pad-desktop: 14px 26px;
  --banner-cta-pad-tablet: 12px 22px;
  --banner-cta-pad-mobile: 11px 20px;
  --store-cta-h-tablet: 52px;
  --store-cta-h-mobile: 50px;
}

html,
body {
  overflow-x: clip;
}

.pp-container {
  max-width: 1200px;
}

.no-page {
  background: var(--c-bg);
}

.pp-logo-img {
  display: block;
  width: auto;
  height: 34px;
  max-width: 168px;
  object-fit: contain;
}

.ft12_footer .pp-logo-img {
  height: 32px;
  max-width: 170px;
}

.no-hero {
  position: relative;
  width: calc(100% - 56px);
  max-width: 1144px;
  min-height: 460px;
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: var(--c-bg);
}

.no-hero img,
.no-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focus, center);
}

.no-hero::after,
.no-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 45%, rgba(0,0,0,.18) 100%),
    linear-gradient(0deg, rgba(22,31,39,.38), rgba(22,31,39,.18));
}

.no-hero-inner,
.no-banner-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.no-hero-content,
.no-banner-content {
  max-width: 650px;
  padding: 64px 0;
}

.no-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--c-btn);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.no-hero h1 {
  max-width: 820px;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0,0,0,.48);
}

.no-hero p,
.no-banner p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.65;
}

.no-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.no-cta,
.no-store-btn {
  min-height: var(--banner-cta-h-desktop);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  padding: var(--banner-cta-pad-desktop);
  border-radius: var(--radius-full);
  background: var(--c-accent);
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(230,46,0,.22);
}

.no-cta.secondary {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: none;
}

.no-store-btn {
  flex: 0 0 auto;
  min-height: 58px;
  min-width: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: left;
}

.no-store-btn svg {
  flex: 0 0 auto;
}

.no-store-btn span {
  display: block;
  line-height: 1.12;
  white-space: nowrap;
}

.no-section {
  padding: 24px 0;
}

.no-wrap,
.no-content,
.no-table-wrap,
.no-grid,
.no-faq,
.no-trust-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.no-card,
.no-table-wrap,
.no-faq-item,
.no-trust-tile {
  background: color-mix(in srgb, var(--c-surface) 92%, #000);
  border: 1px solid var(--c-border);
  border-radius: 8px;
}

.no-card {
  min-width: 0;
  padding: 26px 28px;
}

.no-content {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.no-content > * {
  min-width: 0;
  max-width: 100%;
}

.no-content h2 {
  margin-bottom: 4px;
}

.no-content h1,
.no-content h2,
.no-content h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

.ft12_nav a {
  overflow-wrap: anywhere;
}

.no-content h3 {
  margin-top: 14px;
}

.no-content p,
.no-content li,
.no-table td,
.no-table th,
.no-faq-item p {
  color: var(--c-text-muted);
}

.no-author-block {
  display: grid;
  gap: 9px;
  margin-top: 10px;
  color: #ffe000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.no-author-block p {
  margin: 0;
  color: #ffe000;
}

.no-author-block p:first-child {
  color: #f5e7b2;
  font-size: 19px;
  font-weight: 900;
}

.no-list {
  display: grid;
  gap: 10px;
  padding-left: 0;
}

.no-list li {
  position: relative;
  padding-left: 26px;
}

.no-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-accent);
}

.no-app-setup {
  background: color-mix(in srgb, var(--c-surface) 94%, #05090c);
  border-color: rgba(255, 62, 20, .26);
  padding: 30px;
}

.no-setup-steps {
  display: grid;
  gap: 18px;
  margin-top: 10px;
}

.no-setup-step,
.no-setup-note {
  min-width: 0;
  border-radius: 8px;
  background: rgba(10, 18, 24, .48);
}

.no-setup-step {
  border: 1px solid rgba(255, 62, 20, .6);
  padding: 18px;
}

.no-setup-note {
  margin-top: 4px;
  padding: 18px;
  border: 1px solid rgba(245, 231, 178, .14);
}

.no-setup-step .pp-h3,
.no-setup-note .pp-h3 {
  margin-top: 0;
}

.no-setup-list {
  counter-reset: setup-step;
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding: 0;
  list-style: none;
}

.no-setup-list li {
  counter-increment: setup-step;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 36px;
  padding: 7px 12px 7px 0;
  border: 1px solid rgba(245, 231, 178, .14);
  border-radius: 6px;
  background: rgba(255, 255, 255, .045);
  color: var(--c-text-muted);
}

.no-setup-list li::before {
  content: counter(setup-step);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-left: 6px;
  border: 1px solid rgba(255, 122, 61, .8);
  border-radius: 6px;
  background: var(--c-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.no-setup-actions {
  margin-top: 22px;
}

.no-mobile-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.no-mobile-feature-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(255, 62, 20, .32);
  border-radius: 8px;
  background: rgba(10, 18, 24, .46);
}

.no-mobile-feature-card .pp-h3 {
  margin-top: 0;
  color: #f5e7b2;
}

.no-mobile-feature-card p {
  margin: 0;
}

.no-odds-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.no-odds-type-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(255, 62, 20, .32);
  border-radius: 8px;
  background: rgba(10, 18, 24, .46);
}

.no-odds-type-card-wide {
  grid-column: 1 / -1;
}

.no-odds-type-card .pp-h3 {
  margin-top: 0;
  color: #f5e7b2;
}

.no-odds-type-card p {
  margin: 0;
}

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

.no-bonus-cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

.no-bonus-card {
  min-width: 0;
  grid-column: span 2;
  padding: 22px;
  border-radius: 8px;
  background: #2a1e1e;
  color: #ffe000;
}

.no-bonus-card:nth-child(n+4) {
  grid-column: span 3;
}

.no-bonus-card h3 {
  margin: 0 0 12px;
  color: #f5e7b2;
}

.no-bonus-card p {
  margin: 0;
  color: #ffe000;
  line-height: 1.6;
}

.no-pros-cons {
  max-width: 1200px;
  margin: 0 auto;
}

.no-pros-cons h2 {
  max-width: 760px;
  margin: 0 0 10px;
}

.no-pros-cons-intro {
  max-width: 900px;
  margin: 0 0 22px;
  color: #ffe000;
  line-height: 1.65;
}

.no-pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.no-pros-cons-card {
  min-width: 0;
  padding: 24px 26px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #2a1e1e;
  color: #ffe000;
}

.no-pros-cons-card.is-pros {
  border: 1px solid color-mix(in srgb, var(--c-accent) 72%, #2a1e1e);
}

.no-pros-cons-label {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-bottom: 14px;
  padding: 4px 11px;
  border-radius: 5px;
  background: color-mix(in srgb, var(--c-accent) 22%, #2a1e1e);
  color: #ffe000;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.no-pros-cons-card.is-pros .no-pros-cons-label {
  color: #ff3b18;
}

.no-pros-cons-card p {
  margin: 0 0 12px;
  color: #ffe000;
}

.no-pros-cons-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.no-pros-cons-card li {
  position: relative;
  min-width: 0;
  padding-left: 28px;
  color: #ffe000;
  line-height: 1.55;
}

.no-pros-cons-card li::before {
  position: absolute;
  left: 0;
  top: .25em;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.no-pros-cons-card.is-pros li::before {
  content: "✓";
  background: #ff3b18;
  color: #1a1110;
}

.no-pros-cons-card.is-cons li::before {
  content: "×";
  background: color-mix(in srgb, #ffe000 42%, #2a1e1e);
  color: #2a1e1e;
}

.no-table-wrap {
  display: block;
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-color: color-mix(in srgb, var(--c-accent) 58%, #2a1410);
  border-radius: 16px;
  background: linear-gradient(180deg, #341f1d 0%, #261b1b 100%);
}

.no-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.no-mini-table-grid {
  align-items: stretch;
  margin-top: 22px;
}

.no-mini-table-grid .no-table-wrap {
  grid-column: auto;
}

.no-mini-table {
  min-width: 0;
}

.no-table th,
.no-table td {
  padding: 18px 22px;
  border-bottom: 1px solid color-mix(in srgb, var(--c-border) 72%, #5b281e);
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.no-table thead th {
  color: #f5e7b2;
  background: linear-gradient(180deg, #5b291e 0%, #4b221b 100%);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.no-table thead th:first-child {
  color: #ff3b18;
}

.no-table thead th + th,
.no-table tbody td + td {
  border-left: 1px solid color-mix(in srgb, var(--c-border) 68%, #6a2b1f);
}

.no-table tbody tr {
  background: #2d211f;
}

.no-table tbody tr:nth-child(odd) {
  background: #35221f;
}

.no-table tbody tr:hover td {
  background: color-mix(in srgb, #3b2723 84%, var(--c-accent));
}

.no-table tbody tr:hover td:first-child {
  color: #ff3b18;
  box-shadow: inset 3px 0 0 var(--c-accent);
}

.no-table tbody tr:last-child td {
  border-bottom: 0;
}

.no-table tbody td:first-child {
  color: #f5e7b2;
  font-weight: 800;
}

.no-table tbody td:not(:first-child) {
  color: #ffe000;
}

.no-banner {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--c-bg);
}

.no-banner-content {
  padding: 38px;
}

.no-banner h2 {
  color: #fff;
}

.no-banner-content-right::after {
  background:
    linear-gradient(270deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 45%, rgba(0,0,0,.18) 100%),
    linear-gradient(0deg, rgba(22,31,39,.38), rgba(22,31,39,.18));
}

.no-banner-content-right .no-banner-inner {
  display: flex;
  justify-content: flex-end;
}

.no-banner-content-right .no-banner-content {
  width: min(520px, 48%);
}

.no-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.no-faq-item {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #2a1e1e;
  box-shadow: none;
  transition: background-color .2s ease, box-shadow .2s ease;
}

.no-faq-item h3 {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin: 0;
  padding: 14px 20px;
  color: #f5e7b2;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  outline: 0;
}

.no-faq-item h3::after {
  content: "+";
  flex: 0 0 auto;
  color: #ffe000;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.no-faq-item h3:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255,224,0,.42);
}

.no-faq-item:hover {
  box-shadow: inset 3px 0 0 var(--c-accent);
}

.no-faq-item > :not(h3) {
  max-height: 0;
  margin: 0;
  padding: 0 20px;
  opacity: 0;
  overflow: hidden;
  transition: max-height .22s ease, opacity .18s ease, padding .22s ease;
}

.no-faq-item.is-open {
  background: #302020;
  box-shadow: inset 3px 0 0 var(--c-accent);
}

.no-faq-item.is-open h3::after {
  content: "-";
}

.no-faq-item.is-open > :not(h3) {
  max-height: 420px;
  padding: 0 20px 16px;
  opacity: 1;
}

.no-reviews-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.no-reviews-head .no-eyebrow {
  margin-bottom: 8px;
}

.no-reviews-grid {
  display: grid;
  grid-template-columns: minmax(280px, .98fr) repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.no-review-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  border-radius: 8px;
  background: #2a1e1e;
  color: #ffe000;
}

.no-review-card.is-featured {
  grid-row: span 2;
  padding: 26px;
  border: 1px solid var(--c-accent);
}

.no-review-top {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
}

.no-review-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--c-accent) 28%, #2a1e1e);
  color: #ffa400;
  font-weight: 900;
}

.no-review-card:nth-child(3n) .no-review-avatar {
  background: color-mix(in srgb, #00b6d6 28%, #2a1e1e);
  color: #38d7f0;
}

.no-review-card:nth-child(4n) .no-review-avatar {
  background: color-mix(in srgb, #8a50ff 30%, #2a1e1e);
  color: #b995ff;
}

.no-review-name {
  color: #f5e7b2;
  font-weight: 900;
}

.no-review-role {
  margin-top: 3px;
  color: #ffe000;
  font-size: 12px;
  font-weight: 800;
}

.no-review-stars {
  color: #ffa400;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
}

.no-review-text {
  margin: 0;
  color: #ffe000;
  line-height: 1.65;
}

.no-review-card.is-featured .no-review-text {
  font-size: 16px;
}

.no-review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  color: #ffe000;
  font-size: 12px;
}

.no-review-verified {
  color: #33dc74;
  font-weight: 800;
  white-space: nowrap;
}

.no-trust {
  padding: 18px 0 24px;
}

.no-trust-inner {
  display: grid;
  grid-template-columns: auto repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}

.no-trust-label {
  color: var(--c-text);
  font-weight: 800;
  white-space: nowrap;
}

.no-trust-tile {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: var(--c-text-muted);
  font-weight: 700;
  text-align: center;
}

.ft12_footer {
  margin-top: 0;
}

.ft12_footer .ft12_nav {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ft12_footer .ft12_nav a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.zk40-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.zk40-header-actions .pp-btn,
.zk40-mrow .pp-btn {
  min-height: 42px;
}

.zk40-mrow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.zk40-mrow .pp-btn {
  width: auto;
}

@media (max-width: 960px) {
  .no-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .no-review-card.is-featured {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .no-trust-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .no-trust-label {
    grid-column: 1 / -1;
    text-align: center;
  }

  .no-trust-tile:nth-child(6) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(50%, 260px);
  }
}

@media (max-width: 1024px) {
  .no-hero {
    width: calc(100% - 40px);
  }
}

@media (max-width: 960px) {
  .no-bonus-card,
  .no-bonus-card:nth-child(n+4) {
    grid-column: span 3;
  }

  .no-bonus-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .zk40-nav,
  .zk40-player-count,
  .zk40-cta-desktop,
  .pp-header .zk40-header-actions > a,
  .zk40-logo-area .pp-badge-live {
    display: none !important;
  }

  .zk40-menu-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    color: #ffe000;
    border: 1px solid color-mix(in srgb, var(--c-accent) 45%, transparent);
    border-radius: 8px;
  }

  .zk40-menu-btn svg {
    width: 22px;
    height: 22px;
  }

  .zk40-sroot {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
  }

  body {
    padding-top: 60px;
  }

  html {
    scroll-padding-top: 70px;
  }

  .pp-header-inner {
    justify-content: space-between;
    gap: 10px;
  }

  .pp-header-inner > .pp-flex.pp-items-center.pp-gap-3 {
    display: none;
  }

  .zk40-logo-area {
    min-width: 0;
  }

  .zk40-logo-area .pp-logo-text {
    font-size: 22px !important;
  }

  .zk40-logo-area .pp-logo-img {
    height: 30px;
    max-width: 138px;
  }

  .zk40-header-actions {
    flex: 0 0 auto;
    margin-left: auto;
    gap: 0;
  }

  .no-hero::after,
  .no-banner::after {
    background:
      linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.78) 58%, rgba(0,0,0,.54) 100%),
      linear-gradient(0deg, rgba(8,15,20,.34), rgba(8,15,20,.28));
  }

  .pp-mobile-nav,
  .zk40-mobile-nav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 9999;
    display: block;
    max-height: calc(100dvh - 60px);
    overflow-y: auto;
    padding: 14px 0 18px;
    border-top: 1px solid rgba(255,224,0,.12);
    border-bottom: 1px solid rgba(255,224,0,.16);
    background: rgba(7, 7, 6, .985);
    box-shadow: 0 22px 42px rgba(0,0,0,.42);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .pp-mobile-nav.open,
  .zk40-mobile-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  body.pp-menu-open {
    overflow: hidden;
  }

  body.pp-menu-open::before {
    content: "";
    position: fixed;
    inset: 60px 0 0;
    z-index: 9998;
    background: rgba(9, 18, 24, .62);
  }

  .zk40-mobile-nav-inner,
  .zk40-mobile-links,
  .zk40-mobile-actions,
  .pp-mobile-nav .pp-container,
  .zk40-mnav,
  .zk40-mrow {
    display: grid;
    gap: 10px;
  }

  .pp-mobile-nav .zk40-mnav,
  .zk40-mobile-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pp-mobile-nav .zk40-mnav .pp-nav-link,
  .zk40-mobile-links .pp-nav-link {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border: 1px solid rgba(255,224,0,.12);
    border-radius: 8px;
    background: #221819;
    color: #ffe000;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
  }

  .zk40-mrow,
  .zk40-mobile-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 4px;
    justify-content: center;
    border-top: 1px solid rgba(255,224,0,.12);
    padding-top: 12px;
  }

  .zk40-mrow .pp-btn,
  .zk40-mobile-actions .pp-btn {
    min-height: 46px;
    width: 100%;
    justify-content: center;
    padding: 12px 16px !important;
    font-size: 14px !important;
    line-height: 1.1;
    white-space: normal;
  }

  .pp-mobile-nav .pp-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 800px) {
  .no-reviews-grid,
  .no-pros-cons-grid,
  .no-mobile-feature-grid,
  .no-odds-type-grid {
    grid-template-columns: 1fr;
  }

  .no-odds-type-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .no-hero {
    width: calc(100% - 32px);
    min-height: 430px;
    margin-top: 18px;
  }

  .no-hero::after,
  .no-banner::after {
    background:
      linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.78) 58%, rgba(0,0,0,.54) 100%),
      linear-gradient(0deg, rgba(8,15,20,.34), rgba(8,15,20,.28));
  }

  .no-banner-content-right .no-banner-inner {
    display: block;
  }

  .no-banner-content-right .no-banner-content {
    width: auto;
  }

  .no-hero-content {
    padding: 46px 0;
  }

  .no-banner-content {
    padding: 30px 24px;
  }

  .no-hero p,
  .no-banner p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.55;
  }

  .no-grid,
  .no-faq,
  .no-reviews-grid,
  .no-pros-cons-grid {
    grid-template-columns: 1fr;
  }

  .no-mini-table-grid .no-table-wrap {
    grid-column: 1 / -1;
  }

  .no-bonus-card,
  .no-bonus-card:nth-child(n+4),
  .no-bonus-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .no-pros-cons-card {
    padding: 22px 20px;
  }

  .no-reviews-head {
    margin-bottom: 20px;
  }

  .no-review-card,
  .no-review-card.is-featured {
    padding: 20px;
  }

  .no-app-setup {
    padding: 22px;
  }

  .no-setup-step,
  .no-setup-note {
    padding: 16px;
  }

  .no-cta,
  .no-store-btn {
    min-height: var(--banner-cta-h-tablet);
    padding: var(--banner-cta-pad-tablet);
  }
}

@media (max-width: 390px) {
  .pp-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .no-section {
    padding: 20px 0;
  }

  .no-hero {
    width: calc(100% - 28px);
    min-height: 390px;
  }

  .no-card {
    padding: 20px 18px;
  }

  .no-content .pp-h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .no-content .pp-h2 {
    font-size: 25px;
    line-height: 1.18;
  }

  .no-content .pp-h3 {
    font-size: 18px;
    line-height: 1.24;
  }

  .no-app-setup {
    padding: 18px;
  }

  .no-setup-steps {
    gap: 12px;
  }

  .no-setup-step,
  .no-setup-note {
    padding: 14px;
  }

  .no-mobile-feature-card {
    padding: 16px;
  }

  .no-odds-type-card {
    padding: 16px;
  }

  .no-setup-list li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .no-setup-list li::before {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .no-faq-item h3 {
    min-height: 48px;
    padding: 13px 16px;
    font-size: 13px;
  }

  .no-faq-item > :not(h3) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .no-faq-item.is-open > :not(h3) {
    padding: 0 16px 15px;
  }

  .no-cta,
  .no-store-btn {
    min-height: var(--banner-cta-h-mobile);
    padding: var(--banner-cta-pad-mobile);
    font-size: 14px;
  }

  .no-store-btn {
    min-height: var(--store-cta-h-mobile);
  }

  .no-trust-inner {
    gap: 8px;
  }

  .no-trust-tile {
    min-height: 50px;
    font-size: 13px;
  }

  .ft12_nav a {
    white-space: normal;
  }

  .zk40-mobile-links,
  .zk40-mobile-actions,
  .pp-mobile-nav .zk40-mnav,
  .zk40-mrow {
    grid-template-columns: 1fr;
  }

  .zk40-mobile-links .pp-nav-link,
  .zk40-mobile-actions .pp-btn,
  .pp-mobile-nav .zk40-mnav .pp-nav-link,
  .zk40-mrow .pp-btn {
    min-height: 44px;
  }
}

@media (max-width: 340px) {
  .no-content .pp-h1 {
    font-size: 30px;
    line-height: 1.14;
  }

  .no-content .pp-h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .no-content .pp-h3 {
    font-size: 16px;
    line-height: 1.25;
  }
}
