@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
:root {
  --color-bg: #ff2d95;
  --color-surface: #cc1a75;
  --color-surface-2: #e01f83;
  --color-text: #fff;
  --color-text-muted: rgba(255, 255, 255, 0.75);
  --color-border: rgba(255, 255, 255, 0.2);
  --color-accent: #00e5ff;
  --color-accent-dark: #00b8cc;
  --color-dark: #14121f;
  --color-card-bg: rgba(20, 18, 31, 0.85);
  --shadow: 0 18px 50px rgba(20, 18, 31, 0.2);
  --radius: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font: 400 16px/1.6 Inter, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
select,
input,
textarea {
  font: inherit;
}
button,
a,
select,
input,
textarea {
  outline-offset: 3px;
}
.pm-x7k2-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.pm-x7k2-header {
  height: 76px;
  background: var(--color-dark);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #302d3b;
}
.pm-x7k2-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
}
.pm-x7k2-logo img {
  display: block;
  width: 140px;
  height: auto;
}
.pm-x7k2-header-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-right: auto;
  color: var(--color-text-muted);
}
.pm-x7k2-header-meta strong {
  border: 1px solid var(--color-accent);
  border-radius: 20px;
  padding: 3px 9px;
  color: var(--color-accent);
  font-size: 10px;
  text-transform: uppercase;
}
.pm-x7k2-nav {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 12px;
  font-weight: 600;
}
.pm-x7k2-nav a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-text-muted);
  transition: color 0.2s;
}
.pm-x7k2-nav a:hover {
  color: var(--color-accent);
}
.pm-x7k2-nav svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.pm-x7k2-header-actions {
  display: flex;
  gap: 8px;
}
.pm-x7k2-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}
.pm-x7k2-menu-toggle span {
  display: block;
  background: #fff;
  width: 23px;
  height: 2px;
  margin: 5px;
}
.pm-x7k2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--color-accent);
  color: var(--color-dark);
  border: 1px solid var(--color-accent);
  font-weight: 800;
  padding: 12px 20px;
  border-radius: 9px;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
.pm-x7k2-btn:hover {
  background: #76f3ff;
  transform: translateY(-2px);
}
.pm-x7k2-btn-small {
  font-size: 12px;
  padding: 8px 14px;
}
.pm-x7k2-btn-dark {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
}
.pm-x7k2-btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
}
.pm-x7k2-main {
  overflow: hidden;
}
.pm-x7k2-breadcrumbs {
  padding-top: 18px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  gap: 10px;
}
.pm-x7k2-breadcrumbs a {
  color: var(--color-accent);
}
.pm-x7k2-hero {
  padding: 55px 0 65px;
  background: linear-gradient(135deg, var(--color-bg), #c91a74);
}
.pm-x7k2-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 60px;
}
.pm-x7k2-eyebrow,
.pm-x7k2-kicker {
  font-size: 11px;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: var(--color-accent);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(32px, 5vw, 61px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 15px 0 20px;
  max-width: 750px;
}
h2 {
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin: 10px 0 25px;
}
h3 {
  line-height: 1.25;
}
.pm-x7k2-hero-lead {
  font-size: 18px;
  line-height: 1.65;
  max-width: 670px;
  color: rgba(255, 255, 255, 0.9);
}
.pm-x7k2-hero-actions {
  display: flex;
  gap: 12px;
  margin: 28px 0;
}
.pm-x7k2-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.pm-x7k2-badges span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 30px;
  font-size: 11px;
}
.pm-x7k2-hero-art img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: auto;
  filter: drop-shadow(0 20px 28px rgba(20, 18, 31, 0.28));
}
.pm-x7k2-trust {
  background: rgba(20, 18, 31, 0.6);
  padding: 12px 16px;
  border-radius: 10px;
  margin: 12px auto 0;
  max-width: 400px;
  text-align: center;
  font-size: 12px;
}
.pm-x7k2-trust strong {
  display: block;
  color: var(--color-accent);
}
.pm-x7k2-trust small {
  color: var(--color-text-muted);
}
.pm-x7k2-toc {
  display: flex;
  align-items: center;
  gap: 22px;
  background: var(--color-dark);
  border-radius: 14px;
  padding: 17px 22px;
  position: relative;
  margin-top: 10px;
  z-index: 2;
  box-shadow: var(--shadow);
}
.pm-x7k2-toc div {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.pm-x7k2-toc div span {
  color: var(--color-text-muted);
  font-size: 10px;
  margin-top: 4px;
}
.pm-x7k2-toc a {
  font-size: 12px;
  color: var(--color-text-muted);
}
.pm-x7k2-toc a:hover {
  color: var(--color-accent);
}
.pm-x7k2-section {
  padding: 85px 0;
}
.pm-x7k2-section-dark {
  background: var(--color-dark);
}
.pm-x7k2-section-soft {
  background: var(--color-surface);
}
.pm-x7k2-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 25px;
}
.pm-x7k2-section-heading > p {
  max-width: 300px;
  color: var(--color-text-muted);
  font-size: 13px;
}
.pm-x7k2-filters {
  display: flex;
  gap: 12px;
  margin: 0 0 20px;
}
.pm-x7k2-filters label {
  font-size: 12px;
  font-weight: 700;
}
.pm-x7k2-filters select {
  background: rgba(20, 18, 31, 0.88);
  color: #fff;
  border: 1px solid var(--color-border);
  padding: 9px 30px 9px 11px;
  border-radius: 7px;
  margin-left: 5px;
}
.pm-x7k2-casino-list {
  display: grid;
  gap: 14px;
}
.pm-x7k2-casino-card {
  display: flex;
  gap: 20px;
  background: var(--color-card-bg);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 8px 24px rgba(20, 18, 31, 0.12);
  transition: transform 0.2s, border-color 0.2s;
}
.pm-x7k2-casino-card:hover {
  transform: translateY(-2px);
  border-color: var(--color-accent);
}
.pm-x7k2-rank-1 {
  border-color: #f8ca54;
}
.pm-x7k2-rank-2 {
  border-color: #b8c7d5;
}
.pm-x7k2-rank-3 {
  border-color: #d68a59;
}
.pm-x7k2-rank {
  font-size: 24px;
  font-weight: 800;
  min-width: 50px;
  color: var(--color-accent);
}
.pm-x7k2-rank small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #f8ca54;
}
.pm-x7k2-rank-2 .pm-x7k2-rank small {
  color: #c5d0da;
}
.pm-x7k2-rank-3 .pm-x7k2-rank small {
  color: #e09562;
}
.pm-x7k2-casino-main {
  flex: 1;
}
.pm-x7k2-card-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.pm-x7k2-card-title h3 {
  font-size: 20px;
  margin: 0 0 3px;
}
.pm-x7k2-card-title span {
  font-size: 11px;
  color: var(--color-text-muted);
}
.pm-x7k2-verified {
  color: var(--color-accent) !important;
  border: 1px solid rgba(0, 229, 255, 0.5);
  padding: 4px 8px;
  border-radius: 20px;
  font-weight: 700;
}
.pm-x7k2-card-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 18px 0;
}
.pm-x7k2-card-stats div {
  border-left: 1px solid var(--color-border);
  padding-left: 12px;
}
.pm-x7k2-card-stats small {
  display: block;
  color: var(--color-text-muted);
  font-size: 10px;
  margin-bottom: 2px;
}
.pm-x7k2-card-stats strong {
  font-size: 12px;
}
.pm-x7k2-bonus-line {
  display: flex;
  gap: 20px;
  align-items: center;
  background: rgba(255, 45, 149, 0.27);
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 12px;
}
.pm-x7k2-bonus-line span:first-child {
  font-weight: 700;
  color: #fff;
}
.pm-x7k2-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 14px 0;
  font-size: 11px;
  color: var(--color-text-muted);
}
.pm-x7k2-feature-list li::first-letter {
  color: var(--color-accent);
}
.pm-x7k2-card-bottom {
  border-top: 1px solid var(--color-border);
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-text-muted);
  font-size: 10px;
}
.pm-x7k2-card-bottom > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pm-x7k2-details {
  color: var(--color-accent);
  font-weight: 700;
}
.pm-x7k2-load-more {
  text-align: center;
  padding: 28px;
}
.pm-x7k2-load-more p {
  font-size: 12px;
  color: var(--color-text-muted);
}
.pm-x7k2-disclaimer {
  font-size: 11px;
  color: var(--color-text-muted);
}
.pm-x7k2-intro {
  max-width: 700px;
  color: var(--color-text-muted);
}
.pm-x7k2-table-wrap {
  overflow-x: auto;
  border-radius: 13px;
}
.pm-x7k2-data-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.06);
}
.pm-x7k2-data-table th,
.pm-x7k2-data-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-border);
  vertical-align: top;
}
.pm-x7k2-data-table th {
  width: 31%;
  color: var(--color-accent);
  font-weight: 700;
}
.pm-x7k2-section-dark .pm-x7k2-data-table th {
  background: rgba(255, 255, 255, 0.04);
}
.pm-x7k2-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.pm-x7k2-pros-cons > div {
  background: var(--color-card-bg);
  border-radius: var(--radius);
  padding: 26px;
}
.pm-x7k2-pros {
  border-top: 4px solid var(--color-accent);
}
.pm-x7k2-cons {
  border-top: 4px solid #fb739f;
}
.pm-x7k2-pros-cons h3 {
  margin: 0 0 16px;
  color: var(--color-accent);
}
.pm-x7k2-cons h3 {
  color: #ff97b7;
}
.pm-x7k2-pros-cons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pm-x7k2-pros-cons li {
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 13px;
}
.pm-x7k2-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.pm-x7k2-step {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  background: var(--color-card-bg);
  padding: 18px;
  border-radius: 14px;
  min-height: 100px;
}
.pm-x7k2-step b {
  color: var(--color-accent);
  font-size: 18px;
}
.pm-x7k2-step span {
  font-size: 13px;
  line-height: 1.45;
}
.pm-x7k2-note {
  background: rgba(0, 229, 255, 0.12);
  border-left: 3px solid var(--color-accent);
  padding: 14px 18px;
  margin-top: 20px;
  font-size: 13px;
}
.pm-x7k2-bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.pm-x7k2-bonus-card {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 23px;
  position: relative;
  overflow: hidden;
}
.pm-x7k2-bonus-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--color-accent);
}
.pm-x7k2-bonus-number {
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 800;
}
.pm-x7k2-bonus-card h3 {
  margin: 14px 0 6px;
  font-size: 21px;
}
.pm-x7k2-bonus-card > strong {
  display: block;
  min-height: 48px;
}
.pm-x7k2-bonus-card dl {
  display: flex;
  gap: 30px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 13px 0;
  margin: 17px 0;
}
.pm-x7k2-bonus-card dt {
  font-size: 10px;
  color: var(--color-text-muted);
}
.pm-x7k2-bonus-card dd {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.pm-x7k2-bonus-card p {
  font-size: 12px;
}
.pm-x7k2-bonus-card > a {
  font-size: 12px;
  color: var(--color-accent);
  font-weight: 700;
}
.pm-x7k2-muted {
  color: var(--color-text-muted);
}
.pm-x7k2-faq-layout,
.pm-x7k2-review-layout,
.pm-x7k2-contact-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
}
.pm-x7k2-faq details {
  border-bottom: 1px solid var(--color-border);
  padding: 5px 0;
}
.pm-x7k2-faq summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0;
  font-weight: 700;
}
.pm-x7k2-faq summary span {
  color: var(--color-accent);
  font-size: 22px;
  line-height: 1;
}
.pm-x7k2-faq details[open] summary span {
  transform: rotate(45deg);
}
.pm-x7k2-faq details p {
  color: var(--color-text-muted);
  font-size: 13px;
  padding: 0 35px 14px 0;
  margin: 0;
}
.pm-x7k2-empty {
  text-align: center;
  background: rgba(20, 18, 31, 0.25);
  padding: 40px 20px;
  border-radius: 14px;
  color: var(--color-accent);
}
.pm-x7k2-empty p {
  color: #fff;
  font-size: 13px;
}
.pm-x7k2-form {
  background: rgba(20, 18, 31, 0.25);
  padding: 25px;
  border-radius: var(--radius);
  display: grid;
  gap: 14px;
}
.pm-x7k2-form h3 {
  margin: 0;
}
.pm-x7k2-form label {
  font-size: 12px;
  font-weight: 700;
  display: grid;
  gap: 5px;
}
.pm-x7k2-form small {
  font-weight: 400;
  color: var(--color-text-muted);
}
.pm-x7k2-form input,
.pm-x7k2-form textarea {
  border: 1px solid var(--color-border);
  background: rgba(20, 18, 31, 0.45);
  color: #fff;
  border-radius: 7px;
  padding: 10px;
  resize: vertical;
}
.pm-x7k2-check {
  display: flex !important;
  grid-template-columns: auto 1fr;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px !important;
  font-weight: 400 !important;
}
.pm-x7k2-check input {
  margin-top: 5px;
}
.pm-x7k2-form-message {
  font-size: 12px;
  color: var(--color-accent);
  margin: 0;
  min-height: 1em;
}
.pm-x7k2-author {
  padding: 70px 0;
  background: var(--color-surface-2);
}
.pm-x7k2-author .pm-x7k2-container {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  max-width: 850px;
}
.pm-x7k2-author img {
  width: 110px;
  height: 110px;
}
.pm-x7k2-author h2 {
  margin: 7px 0 0;
}
.pm-x7k2-author h3 {
  font-size: 14px;
  margin: 0 0 8px;
}
.pm-x7k2-author p {
  font-size: 13px;
  color: var(--color-text-muted);
}
.pm-x7k2-author a {
  color: var(--color-accent);
  font-size: 13px;
}
.pm-x7k2-methodology {
  border-top: 1px solid var(--color-border);
  padding-top: 14px;
  margin-top: 16px;
}
.pm-x7k2-author small {
  color: var(--color-text-muted);
}
.pm-x7k2-footer {
  background: var(--color-dark);
  padding: 55px 0 100px;
}
.pm-x7k2-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
.pm-x7k2-footer-grid p {
  max-width: 270px;
  color: var(--color-text-muted);
  font-size: 12px;
}
.pm-x7k2-footer h3 {
  font-size: 14px;
}
.pm-x7k2-footer-grid > div > a:not(.pm-x7k2-logo) {
  display: block;
  color: var(--color-text-muted);
  font-size: 12px;
  padding: 3px 0;
}
.pm-x7k2-payment-mark {
  display: inline-block;
  color: var(--color-accent);
  font-size: 12px;
  border: 1px solid var(--color-accent);
  padding: 4px 9px;
  border-radius: 5px;
}
.pm-x7k2-footer-bottom {
  border-top: 1px solid var(--color-border);
  margin-top: 32px;
  padding-top: 22px;
  color: var(--color-text-muted);
  font-size: 11px;
}
.pm-x7k2-footer-bottom p {
  max-width: none;
  margin: 5px 0;
}
.pm-x7k2-footer-bottom a {
  color: var(--color-accent);
}
.pm-x7k2-sticky-widget {
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-dark);
  padding: 11px max(20px, calc((100% - 1180px) / 2))
    calc(11px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 -10px 25px rgba(20, 18, 31, 0.22);
  font-size: 13px;
}
.pm-x7k2-sticky-widget span {
  margin-right: auto;
}
.pm-x7k2-sticky-widget button {
  background: none;
  border: 0;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}
.pm-x7k2-info-page {
  min-height: 600px;
}
.pm-x7k2-info-page .pm-x7k2-content {
  padding-top: 65px;
  padding-bottom: 80px;
}
.pm-x7k2-content {
  max-width: 880px;
}
.pm-x7k2-content h1 {
  max-width: none;
}
.pm-x7k2-content h2 {
  margin-top: 35px;
  font-size: 28px;
}
.pm-x7k2-content p,
.pm-x7k2-content li {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}
.pm-x7k2-content a {
  color: var(--color-accent);
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .pm-x7k2-nav {
    gap: 10px;
  }
  .pm-x7k2-header-meta {
    display: none;
  }
  .pm-x7k2-hero-grid {
    gap: 30px;
  }
  .pm-x7k2-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .pm-x7k2-container {
    width: min(100% - 28px, 560px);
  }
  .pm-x7k2-header {
    height: 65px;
  }
  .pm-x7k2-logo img {
    width: 122px;
  }
.pm-x7k2-header-actions {
  display: flex;
  gap: 6px;
  margin-left: auto;
  order: 1;
}
.pm-x7k2-header-actions .pm-x7k2-btn {
  padding: 6px 10px;
  font-size: 10px;
  border-radius: 7px;
}
.pm-x7k2-menu-toggle {
  display: block;
  order: 2;
}
  .pm-x7k2-nav {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    background: var(--color-dark);
    padding: 15px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid #302d3b;
  }
  .pm-x7k2-nav.is-open {
    display: flex;
  }
  .pm-x7k2-nav a {
    padding: 11px 0;
    border-bottom: 1px solid var(--color-border);
  }
  .pm-x7k2-hero {
    padding: 40px 0 60px;
  }
  .pm-x7k2-hero-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .pm-x7k2-hero-art {
    order: -1;
  }
  .pm-x7k2-hero-art img {
    max-width: 280px;
  }
  .pm-x7k2-hero h1 {
    font-size: 38px;
  }
  .pm-x7k2-hero-lead {
    font-size: 16px;
  }
  .pm-x7k2-hero-actions {
    flex-wrap: wrap;
  }
  .pm-x7k2-toc {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 16px;
  }
  .pm-x7k2-toc div {
    grid-column: 1/-1;
  }
  .pm-x7k2-toc a {
    font-size: 11px;
  }
  .pm-x7k2-section {
    padding: 55px 0;
  }
  .pm-x7k2-section-heading {
    display: block;
  }
  .pm-x7k2-section-heading > p {
    max-width: none;
  }
  .pm-x7k2-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .pm-x7k2-filters select {
    display: block;
    width: 100%;
    margin: 4px 0 0;
  }
  .pm-x7k2-casino-card {
    padding: 15px;
    gap: 12px;
  }
  .pm-x7k2-rank {
    min-width: 29px;
    font-size: 18px;
  }
  .pm-x7k2-rank small {
    font-size: 6px;
  }
  .pm-x7k2-card-title {
    display: block;
  }
  .pm-x7k2-card-title h3 {
    font-size: 17px;
  }
  .pm-x7k2-verified {
    display: inline-block;
    margin-top: 7px;
  }
  .pm-x7k2-card-stats {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 15px 0;
  }
  .pm-x7k2-card-stats div {
    padding-left: 7px;
  }
  .pm-x7k2-card-stats strong {
    font-size: 10px;
  }
  .pm-x7k2-bonus-line {
    display: block;
    font-size: 11px;
  }
  .pm-x7k2-bonus-line span {
    display: block;
  }
  .pm-x7k2-bonus-line span + span {
    margin-top: 5px;
  }
  .pm-x7k2-feature-list {
    gap: 4px 10px;
    font-size: 10px;
  }
  .pm-x7k2-card-bottom {
    display: block;
  }
  .pm-x7k2-card-bottom > div {
    margin-top: 12px;
    justify-content: flex-end;
  }
  .pm-x7k2-pros-cons,
  .pm-x7k2-bonus-grid,
  .pm-x7k2-faq-layout,
  .pm-x7k2-review-layout,
  .pm-x7k2-contact-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .pm-x7k2-pros-cons > div {
    padding: 20px;
  }
  .pm-x7k2-steps {
    grid-template-columns: 1fr;
  }
  .pm-x7k2-step {
    min-height: 0;
  }
  .pm-x7k2-bonus-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    margin-right: -14px;
  }
  .pm-x7k2-bonus-card {
    min-width: 85%;
    scroll-snap-align: start;
  }
  .pm-x7k2-data-table {
    min-width: 650px;
  }
  .pm-x7k2-author .pm-x7k2-container {
    display: flex;
    gap: 15px;
  }
  .pm-x7k2-author img {
    width: 75px;
    height: 75px;
  }
  .pm-x7k2-author h2 {
    font-size: 27px;
  }
  .pm-x7k2-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .pm-x7k2-footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .pm-x7k2-sticky-widget {
    padding-left: 14px;
    padding-right: 10px;
    font-size: 11px;
    gap: 7px;
  }
  .pm-x7k2-sticky-widget .pm-x7k2-btn {
    padding: 7px 9px;
    font-size: 10px;
  }
}
@media (max-width: 359px) {
  .pm-x7k2-container {
    width: calc(100% - 20px);
  }
  h1 {
    font-size: 32px;
  }
  .pm-x7k2-badges {
    gap: 5px;
  }
  .pm-x7k2-badges span {
    font-size: 9px;
  }
  .pm-x7k2-sticky-widget span {
    max-width: 145px;
  }
}
:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

.dede {
  max-width: 1000px;
  margin: 55px auto 80px;
  padding: 45px 50px;
  background: rgba(20, 18, 31, 0.58);
  border: 1px solid rgba(0, 229, 255, 0.32);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(20, 18, 31, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  position: relative;
}

.dede:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 3px;
  background: var(--color-accent);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.35);
}

.dede > p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 22px;
}

.dede > h2 {
  margin: 52px 0 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 229, 255, 0.22);
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}

.dede > h3 {
  margin: 35px 0 15px;
  color: var(--color-accent);
  font-size: 21px;
}

.dede ul,
.dede ol {
  margin: 0 0 25px;
  padding-left: 25px;
}

.dede li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 9px;
}

.dede li::marker {
  color: var(--color-accent);
  font-weight: 700;
}

.dede table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 30px 0 35px;
  background: rgba(20, 18, 31, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  overflow: hidden;
}

.dede th {
  background: rgba(0, 229, 255, 0.11);
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(0, 229, 255, 0.22);
}

.dede td {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.55;
  padding: 14px 16px;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.dede tr:last-child td {
  border-bottom: 0;
}

.dede tr:hover td {
  background: rgba(0, 229, 255, 0.035);
}

.dede dl {
  margin: 25px 0 0;
  background: rgba(20, 18, 31, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  overflow: hidden;
}

.dede dt {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 17px 20px 8px;
}

.dede dd {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  padding: 0 20px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dede dd:last-child {
  border-bottom: 0;
}

.dede > p:first-child {
  font-size: 17px;
  color: #fff;
}

.dede a {
  color: var(--color-accent);
}

.dede strong {
  color: #fff;
}

@media (max-width: 767px) {
  .dede {
    width: calc(100% - 28px);
    max-width: none;
    margin: 30px auto 55px;
    padding: 30px 18px;
    border-radius: 18px;
  }

  .dede:before {
    width: 110px;
    height: 2px;
  }

  .dede > p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 19px;
  }

  .dede > p:first-child {
    font-size: 15px;
  }

  .dede > h2 {
    font-size: 24px;
    line-height: 1.25;
    margin: 38px 0 18px;
    padding-bottom: 10px;
  }

  .dede > h3 {
    font-size: 19px;
    margin: 28px 0 13px;
  }

  .dede ul,
  .dede ol {
    padding-left: 21px;
  }

  .dede li {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .dede table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0 30px;
    border-radius: 12px;
  }

  .dede table tbody,
  .dede table thead {
    width: 100%;
  }

  .dede th,
  .dede td {
    padding: 12px 13px;
    font-size: 12px;
    white-space: normal;
  }

  .dede th {
    font-size: 11px;
  }

  .dede table th:first-child,
  .dede table td:first-child {
    min-width: 125px;
  }

  .dede table th:nth-child(2),
  .dede table td:nth-child(2) {
    min-width: 145px;
  }

  .dede table th:nth-child(3),
  .dede table td:nth-child(3) {
    min-width: 150px;
  }

  .dede table th:nth-child(4),
  .dede table td:nth-child(4) {
    min-width: 210px;
  }

  .dede dl {
    margin-top: 20px;
    border-radius: 12px;
  }

  .dede dt {
    font-size: 13px;
    padding: 15px 15px 7px;
  }

  .dede dd {
    font-size: 12px;
    padding: 0 15px 15px;
  }
}

@media (max-width: 359px) {
  .dede {
    width: calc(100% - 20px);
    padding: 25px 14px;
  }

  .dede > h2 {
    font-size: 22px;
  }

  .dede > h3 {
    font-size: 18px;
  }

  .dede > p {
    font-size: 13px;
  }

  .dede th,
  .dede td {
    font-size: 11px;
    padding: 10px 11px;
  }
}

.pm-x7k2-content {
  box-sizing: border-box !important;
}

.pm-x7k2-content.entry-content.wp-block-group {
  display: block !important;
  width: min(1000px, calc(100% - 40px)) !important;
  max-width: 1000px !important;
  margin: 55px auto 80px !important;
  padding: 45px 50px 55px !important;
  box-sizing: border-box !important;
  background: rgba(20, 18, 31, 0.48) !important;
  border: 1px solid rgba(0, 229, 255, 0.28) !important;
  border-radius: 24px !important;
  box-shadow: 0 20px 60px rgba(20, 18, 31, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
  overflow: hidden;
}

.pm-x7k2-content.entry-content.wp-block-group > * {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.pm-x7k2-content.entry-content.wp-block-group p,
.pm-x7k2-content.entry-content.wp-block-group li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 767px) {
  .pm-x7k2-content.entry-content.wp-block-group {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin: 30px auto 55px !important;
    padding: 30px 18px 35px !important;
    border-radius: 18px !important;
  }

  .pm-x7k2-content.entry-content.wp-block-group h1 {
    font-size: 30px;
    line-height: 1.15;
  }

  .pm-x7k2-content.entry-content.wp-block-group h2 {
    font-size: 23px;
    line-height: 1.25;
  }

  .pm-x7k2-content.entry-content.wp-block-group p,
  .pm-x7k2-content.entry-content.wp-block-group li {
    font-size: 14px;
    line-height: 1.7;
  }

  .pm-x7k2-content.entry-content.wp-block-group img {
    max-width: 100%;
    height: auto;
  }

  .pm-x7k2-content.entry-content.wp-block-group table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 359px) {
  .pm-x7k2-content.entry-content.wp-block-group {
    width: calc(100% - 20px) !important;
    padding: 25px 14px 30px !important;
  }
}

.pm-x7k2-content .dede {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  position: relative !important;
  float: none !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .pm-x7k2-content .dede {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin: 30px auto 55px !important;
    padding: 30px 18px;
  }
}

@media (max-width: 359px) {
  .pm-x7k2-content .dede {
    width: calc(100% - 20px) !important;
    padding: 25px 14px;
  }
}

.pm-x7k2-faq {
  border: 1px solid rgba(0, 229, 255, 0.28);
  border-radius: 20px;
  background: rgba(20, 18, 31, 0.38);
  padding: 18px 28px;
  box-shadow: 0 15px 40px rgba(20, 18, 31, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.pm-x7k2-faq details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pm-x7k2-faq details:last-child {
  border-bottom: 0;
}

.pm-x7k2-faq summary {
  padding: 18px 5px;
}

.pm-x7k2-form {
  position: relative;
  border: 1px solid rgba(0, 229, 255, 0.28);
  border-radius: 20px;
  background: rgba(20, 18, 31, 0.38);
  padding: 30px;
  box-shadow: 0 15px 40px rgba(20, 18, 31, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.pm-x7k2-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 110px;
  height: 3px;
  background: var(--color-accent);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.35);
}

.pm-x7k2-author {
  position: relative;
  border-top: 1px solid rgba(0, 229, 255, 0.28);
  border-bottom: 1px solid rgba(0, 229, 255, 0.28);
  background: rgba(20, 18, 31, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}

.pm-x7k2-author .pm-x7k2-container {
  position: relative;
  border: 1px solid rgba(0, 229, 255, 0.28);
  border-radius: 20px;
  background: rgba(20, 18, 31, 0.38);
  padding: 30px;
  box-shadow: 0 15px 40px rgba(20, 18, 31, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.pm-x7k2-author .pm-x7k2-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 110px;
  height: 3px;
  background: var(--color-accent);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.35);
}

.pm-x7k2-author img {
  border: 2px solid rgba(0, 229, 255, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.15);
}

@media (max-width: 767px) {
  .pm-x7k2-faq {
    padding: 12px 16px;
    border-radius: 16px;
  }

  .pm-x7k2-faq summary {
    padding: 15px 3px;
    font-size: 13px;
  }

  .pm-x7k2-faq details p {
    font-size: 12px;
    line-height: 1.6;
  }

  .pm-x7k2-form {
    padding: 25px 18px;
    border-radius: 16px;
  }

  .pm-x7k2-form:before {
    left: 18px;
    width: 80px;
    height: 2px;
  }

  .pm-x7k2-author .pm-x7k2-container {
    padding: 25px 18px;
    border-radius: 16px;
  }

  .pm-x7k2-author .pm-x7k2-container:before {
    left: 18px;
    width: 80px;
    height: 2px;
  }

  .pm-x7k2-author img {
    width: 70px;
    height: 70px;
  }
}

.pm-x7k2-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      135deg,
      rgba(255, 45, 149, 0.94),
      rgba(201, 26, 116, 0.94)
    ),
    url("/ban.svg") center/cover no-repeat;
}

.pm-x7k2-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 80% 30%,
      rgba(0, 229, 255, 0.16),
      transparent 32%
    ),
    linear-gradient(90deg, rgba(20, 18, 31, 0.08), rgba(20, 18, 31, 0.02));
  pointer-events: none;
}

.pm-x7k2-hero-grid {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .pm-x7k2-hero {
    background: linear-gradient(
        135deg,
        rgba(255, 45, 149, 0.96),
        rgba(201, 26, 116, 0.96)
      ),
      url("/assets/img/hero-bg.jpg") center/cover no-repeat;
  }
}

