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

.fortuna-poker-page {
  --poker-purple: #5b148b;
  --poker-purple-dark: #23102f;
  --poker-purple-soft: #f7effc;
  --poker-yellow: #ffd900;
  --poker-green: #137d5b;
  --poker-red: #a93343;
}

.fortuna-poker-page .article-hero h1 {
  max-width: 760px;
}

.poker-hero-card {
  box-shadow: 0 18px 44px rgb(38 17 51 / 14%);
}

.poker-hero-card figure img {
  aspect-ratio: 1389 / 655;
  object-fit: cover;
}

.poker-quick-facts dd {
  font-size: 0.92rem;
}

.poker-hero-verdict {
  border-color: #d8b7e9;
  background: #faf4fd;
}

.poker-hero-verdict span {
  color: var(--poker-purple);
}

.fortuna-poker-page .article-actions .button,
.fortuna-poker-page .fortuna-registration-bar .button,
.fortuna-poker-page .odds-final-cta .button {
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}

.fortuna-poker-page .article-actions .button-primary,
.fortuna-poker-page .fortuna-registration-bar .button-primary,
.fortuna-poker-page .odds-final-cta .button-primary {
  border-color: var(--poker-yellow);
  background: var(--poker-yellow);
  color: #17121c;
  box-shadow: 0 10px 24px rgb(133 105 0 / 22%);
}

.fortuna-poker-page .article-actions .button-primary:hover,
.fortuna-poker-page .fortuna-registration-bar .button-primary:hover,
.fortuna-poker-page .odds-final-cta .button-primary:hover {
  border-color: #edc900;
  background: #edc900;
  color: #17121c;
}

.poker-answer-grid,
.poker-offer-grid,
.poker-bonus-grid,
.poker-lobby-audit,
.poker-term-grid,
.poker-game-grid,
.poker-platform-grid,
.poker-fee-grid,
.poker-freeroll-grid,
.poker-license-grid,
.poker-tax-grid,
.poker-limit-grid,
.poker-diagnostic-grid,
.poker-method-grid {
  display: grid;
  gap: 13px;
  margin: 20px 0 24px;
}

.poker-answer-grid,
.poker-offer-grid,
.poker-game-grid,
.poker-platform-grid,
.poker-fee-grid,
.poker-license-grid,
.poker-limit-grid,
.poker-diagnostic-grid,
.poker-method-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.poker-bonus-grid,
.poker-lobby-audit,
.poker-term-grid,
.poker-freeroll-grid,
.poker-tax-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.poker-answer-grid article,
.poker-offer-grid article,
.poker-bonus-grid article,
.poker-lobby-audit article,
.poker-term-grid article,
.poker-game-grid article,
.poker-platform-grid article,
.poker-fee-grid article,
.poker-freeroll-grid article,
.poker-license-grid article,
.poker-tax-grid article,
.poker-limit-grid article,
.poker-diagnostic-grid article,
.poker-method-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--odds-line);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 7px 19px rgb(21 27 41 / 5%);
}

.poker-answer-grid article {
  border-top: 4px solid var(--poker-yellow);
}

.poker-answer-grid span,
.poker-offer-grid span,
.poker-bonus-grid span,
.poker-lobby-audit span,
.poker-term-grid span,
.poker-game-grid span,
.poker-platform-grid span,
.poker-fee-grid span,
.poker-freeroll-grid span,
.poker-license-grid span,
.poker-tax-grid span,
.poker-limit-grid span,
.poker-diagnostic-grid span,
.poker-method-grid span {
  display: block;
  color: var(--poker-purple);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.poker-answer-grid strong,
.poker-license-grid strong,
.poker-method-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--odds-ink);
  font-size: 1.04rem;
}

.poker-answer-grid h3,
.poker-offer-grid h3,
.poker-bonus-grid h3,
.poker-lobby-audit h3,
.poker-term-grid h3,
.poker-game-grid h3,
.poker-platform-grid h3,
.poker-fee-grid h3,
.poker-freeroll-grid h3,
.poker-tax-grid h3,
.poker-limit-grid h3,
.poker-diagnostic-grid h3 {
  margin: 7px 0 0;
  color: var(--odds-ink);
  font-size: 1.03rem;
}

.poker-answer-grid p,
.poker-offer-grid p,
.poker-bonus-grid p,
.poker-lobby-audit p,
.poker-term-grid p,
.poker-game-grid p,
.poker-platform-grid p,
.poker-fee-grid p,
.poker-freeroll-grid p,
.poker-license-grid p,
.poker-tax-grid p,
.poker-limit-grid p,
.poker-diagnostic-grid p,
.poker-method-grid p {
  margin: 7px 0 0;
  color: #586571;
  font-size: 0.87rem;
  line-height: 1.55;
}

.poker-intent-note,
.poker-status-note,
.poker-tax-warning,
.poker-caution {
  margin: 20px 0 0;
  padding: 17px 18px;
  border-left: 5px solid var(--poker-purple);
  border-radius: 8px;
  background: var(--poker-purple-soft);
  color: #44334d;
  line-height: 1.6;
}

.poker-bonus-section {
  border-top: 5px solid var(--poker-purple);
  background: linear-gradient(145deg, #fff 0%, #fbf7fd 100%);
}

.poker-wide-figure {
  margin: 22px 0;
  overflow: hidden;
  border: 1px solid #d9dfe7;
  border-radius: 11px;
  background: #18191d;
  box-shadow: 0 10px 26px rgb(17 24 39 / 8%);
}

.poker-wide-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.poker-wide-figure figcaption {
  padding: 11px 15px;
  color: #d7d8de;
  background: #202126;
  font-size: 0.75rem;
  line-height: 1.48;
}

.poker-tournament-figure {
  max-width: 760px;
}

.poker-condition-box {
  margin: 22px 0;
  padding: 21px;
  border: 1px solid #e0c719;
  border-radius: 11px;
  background: #fffbea;
}

.poker-condition-box h3 {
  margin: 0;
  color: #3a3210;
}

.poker-condition-box ol {
  display: grid;
  gap: 10px;
  margin: 15px 0 0;
  padding-left: 21px;
}

.poker-condition-box li {
  padding-left: 4px;
  color: #574f2a;
  line-height: 1.57;
}

.poker-registration-bar {
  border-color: #d8b9e9;
  border-left-color: var(--poker-purple);
  background: #faf4fd;
}

.poker-registration-bar span {
  color: var(--poker-purple);
}

.poker-step-list {
  display: grid;
  gap: 12px;
  margin: 21px 0;
  padding: 0;
  list-style: none;
}

.poker-step-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 17px;
  border: 1px solid var(--odds-line);
  border-radius: 10px;
  background: #fff;
}

.poker-step-list li > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--poker-yellow);
  color: #19151d;
  font-weight: 950;
}

.poker-step-list h3,
.poker-step-list p {
  margin: 0;
}

.poker-step-list h3 {
  color: var(--odds-ink);
  font-size: 1rem;
}

.poker-step-list p {
  margin-top: 5px;
  color: #52606c;
  line-height: 1.58;
}

.poker-stop-rule {
  display: grid;
  gap: 5px;
  margin: 20px 0 0;
  padding: 19px;
  border-radius: 10px;
  background: var(--poker-purple-dark);
  color: #fff;
}

.poker-stop-rule span {
  color: var(--poker-yellow);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.poker-stop-rule strong {
  font-size: 1.08rem;
  line-height: 1.45;
}

.poker-lobby-audit article {
  background: #f8fafb;
}

.poker-lobby-audit strong {
  display: block;
  margin-top: 6px;
  color: var(--odds-ink);
  font-size: 1.1rem;
}

.comparison-table-wrap {
  margin: 22px 0;
}

.fortuna-poker-page .comparison-table-wrap table {
  min-width: 670px;
}

.fortuna-poker-page .comparison-table-wrap thead th {
  color: #fff;
  background: var(--poker-purple-dark);
}

.fortuna-poker-page .comparison-table-wrap tbody th {
  color: #36243f;
  background: #f8f1fb;
}

.poker-calculator-section {
  overflow: hidden;
  border-top: 5px solid var(--poker-yellow);
}

.poker-diagnostic-grid article {
  border-left: 4px solid #b58acb;
}

.poker-support-checklist {
  margin: 22px 0 0;
  padding: 20px;
  border: 1px solid #cdb8d8;
  border-radius: 11px;
  background: #faf6fc;
}

.poker-support-checklist h3,
.poker-support-checklist p {
  margin: 0;
}

.poker-support-checklist ul {
  display: grid;
  gap: 7px;
  margin: 13px 0;
  padding-left: 22px;
}

.poker-support-checklist li,
.poker-support-checklist p {
  color: #594b61;
  line-height: 1.55;
}

.poker-calculator {
  margin: 22px 0;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 14px;
  background: linear-gradient(145deg, #17151c 0%, #2a1635 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgb(32 16 42 / 16%);
}

.poker-calculator-inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.poker-calculator label {
  display: grid;
  gap: 7px;
  color: #f0edf2;
  font-size: 0.82rem;
  font-weight: 850;
}

.poker-calculator input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #68616d;
  border-radius: 8px;
  background: #fff;
  color: #161319;
  font: inherit;
  font-weight: 800;
}

.poker-calculator input:focus {
  outline: 3px solid rgb(255 217 0 / 35%);
  border-color: var(--poker-yellow);
}

.poker-calculator-help {
  margin: 13px 0 0;
  color: #c9c3cd;
  font-size: 0.78rem;
  line-height: 1.5;
}

.poker-calculator-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 19px;
}

.poker-calculator-results div {
  min-width: 0;
  padding: 14px;
  border: 1px solid #514859;
  border-radius: 9px;
  background: rgb(255 255 255 / 6%);
}

.poker-calculator-results span {
  display: block;
  min-height: 34px;
  color: #ccc6d0;
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.35;
}

.poker-calculator-results strong {
  display: block;
  margin-top: 5px;
  color: var(--poker-yellow);
  font-size: 1.18rem;
}

.poker-calculator-verdict {
  margin-top: 12px;
  padding: 16px 17px;
  border-left: 5px solid var(--poker-yellow);
  border-radius: 8px;
  background: #fff;
  color: #2a2030;
}

.poker-calculator-verdict span {
  display: block;
  color: var(--poker-purple);
  font-size: 0.69rem;
  font-weight: 900;
  text-transform: uppercase;
}

.poker-calculator-verdict strong {
  display: block;
  margin-top: 5px;
}

.poker-calculator-verdict p {
  margin: 6px 0 0;
  color: #64596a;
  font-size: 0.83rem;
  line-height: 1.5;
}

.poker-calculator-verdict[data-level="high"] {
  border-left-color: var(--poker-red);
  background: #fff4f5;
}

.poker-calculator-verdict[data-level="stop"] {
  border-left-color: #801929;
  background: #ffe9ec;
}

.poker-calc-example {
  padding: 18px;
  border: 1px dashed #b9a6c3;
  border-radius: 10px;
  background: #faf7fc;
}

.poker-calc-example h3,
.poker-calc-example p {
  margin: 0;
}

.poker-calc-example p {
  margin-top: 7px;
}

.poker-status-note {
  border-left-color: var(--poker-yellow);
  background: #fffbea;
  color: #504720;
}

.poker-tax-warning {
  border-left-color: var(--poker-red);
  background: #fff3f4;
  color: #643742;
}

.poker-method-grid article {
  border-top: 4px solid var(--poker-purple);
}

.poker-source-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 24px;
  padding: 0;
  list-style: none;
}

.poker-source-list li {
  padding: 12px 14px 12px 38px;
  border: 1px solid var(--odds-line);
  border-radius: 8px;
  background: #f8fafb;
  color: #53606c;
  line-height: 1.5;
  position: relative;
}

.poker-source-list li::before {
  position: absolute;
  top: 13px;
  left: 14px;
  color: var(--poker-purple);
  content: "↗";
  font-weight: 950;
}

.poker-source-list a {
  font-weight: 850;
}

.poker-author-grid article {
  border-top-color: var(--poker-purple) !important;
}

.poker-author-grid span {
  color: var(--poker-purple) !important;
}

.fortuna-poker-page #faq {
  margin: 30px 0;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #dddfe7;
  border-top: 5px solid var(--poker-yellow);
  border-radius: 15px;
  background: linear-gradient(145deg, #fff 0%, #f9f6fb 100%);
  box-shadow: 0 15px 36px rgb(30 20 38 / 8%);
}

.poker-faq-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

.poker-faq-heading h2,
.poker-faq-heading p {
  margin: 0;
}

.poker-faq-heading h2 {
  margin-top: 5px;
}

.poker-faq-heading h2 + p {
  max-width: 680px;
  margin-top: 9px;
  color: #596776;
  line-height: 1.58;
}

.poker-faq-badges {
  display: grid;
  gap: 7px;
  justify-items: end;
}

.poker-faq-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 11px;
  border: 1px solid #cbb7d7;
  border-radius: 999px;
  background: #faf4fd;
  color: var(--poker-purple);
  font-size: 0.71rem;
  font-weight: 900;
  white-space: nowrap;
}

.poker-faq-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 18px;
  padding: 13px;
  border-radius: 10px;
  background: var(--poker-purple-dark);
}

.poker-faq-topics span {
  padding: 7px 10px;
  border: 1px solid #5a4963;
  border-radius: 7px;
  color: #f0e9f4;
  font-size: 0.72rem;
  font-weight: 850;
}

.fortuna-poker-page #faq .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  counter-reset: poker-faq;
}

.fortuna-poker-page #faq .faq-list details {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce3eb;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 7px 18px rgb(18 24 38 / 5%);
  counter-increment: poker-faq;
}

.fortuna-poker-page #faq .faq-list details[open] {
  grid-column: 1 / -1;
  border-color: #a777c2;
  background: #fcf8fe;
  box-shadow: 0 10px 24px rgb(87 20 127 / 10%);
}

.fortuna-poker-page #faq .faq-list summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 30px;
  gap: 11px;
  align-items: center;
  min-height: 68px;
  padding: 12px 13px;
  color: var(--odds-ink);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.fortuna-poker-page #faq .faq-list summary::-webkit-details-marker {
  display: none;
}

.fortuna-poker-page #faq .faq-list summary::before {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff5b7;
  color: #6d5900;
  content: counter(poker-faq, decimal-leading-zero);
  font-size: 0.65rem;
  font-weight: 950;
}

.fortuna-poker-page #faq .faq-list summary::after {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: var(--poker-purple-dark);
  color: var(--poker-yellow);
  content: "+";
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1;
}

.fortuna-poker-page #faq .faq-list details[open] summary::after {
  background: var(--poker-yellow);
  color: #17121c;
  content: "−";
}

.fortuna-poker-page #faq .faq-list summary:focus-visible {
  outline: 3px solid rgb(91 20 139 / 24%);
  outline-offset: -3px;
}

.fortuna-poker-page #faq .faq-list details > p {
  margin: 0;
  padding: 17px 18px 19px 58px;
  border-top: 1px solid #e7dced;
  color: #586571;
  font-size: 0.9rem;
  line-height: 1.62;
}

.poker-final-cta {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  overflow: hidden;
  border: 1px solid rgb(255 217 0 / 26%);
  background: linear-gradient(135deg, #1c1123 0%, #4b1767 100%);
  box-shadow: 0 18px 42px rgb(33 16 47 / 18%);
}

.poker-final-cta-copy {
  min-width: 0;
}

.poker-final-cta-copy h2 {
  max-width: 690px;
}

.poker-final-cta-copy p {
  max-width: 720px;
}

.poker-final-cta .button {
  justify-self: end;
  max-width: 340px;
}

@media (max-width: 980px) {
  .poker-bonus-grid,
  .poker-lobby-audit,
  .poker-term-grid,
  .poker-freeroll-grid,
  .poker-tax-grid {
    grid-template-columns: 1fr;
  }

  .poker-calculator-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .poker-final-cta {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .poker-final-cta .button {
    justify-self: stretch;
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .poker-answer-grid,
  .poker-offer-grid,
  .poker-game-grid,
  .poker-platform-grid,
  .poker-fee-grid,
  .poker-license-grid,
  .poker-limit-grid,
  .poker-diagnostic-grid,
  .poker-method-grid,
  .poker-calculator-inputs,
  .fortuna-poker-page #faq .faq-list {
    grid-template-columns: 1fr;
  }

  .poker-faq-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .poker-faq-badges {
    display: flex;
    flex-wrap: wrap;
    justify-items: start;
  }

  .fortuna-poker-page #faq .faq-list details[open] {
    grid-column: auto;
  }

  .poker-final-cta .button {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 520px) {
  .fortuna-poker-page .article-hero h1 {
    font-size: 2rem;
    line-height: 1.12;
  }

  .fortuna-poker-page .article-actions .button {
    width: 100%;
  }

  .poker-hero-card figure img {
    aspect-ratio: 16 / 9;
    object-position: 58% center;
  }

  .poker-step-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
  }

  .poker-step-list li > span {
    width: 38px;
    height: 38px;
  }

  .poker-calculator-results {
    grid-template-columns: 1fr;
  }

  .poker-calculator-results span {
    min-height: 0;
  }

  .fortuna-poker-page #faq {
    padding: 18px 13px;
  }

  .poker-faq-topics {
    padding: 10px;
  }

  .poker-faq-topics span {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }

  .fortuna-poker-page #faq .faq-list summary {
    grid-template-columns: 32px minmax(0, 1fr) 28px;
    gap: 9px;
    padding: 11px 10px;
    font-size: 0.83rem;
  }

  .fortuna-poker-page #faq .faq-list summary::before {
    width: 32px;
    height: 32px;
  }

  .fortuna-poker-page #faq .faq-list summary::after {
    width: 28px;
    height: 28px;
  }

  .fortuna-poker-page #faq .faq-list details > p {
    padding: 15px 13px 17px;
  }
}
