:root {
  --c-bg: #090e12;
  --c-surface: #0d1520;
  --c-surface2: #111820;
  --c-border: #1e2d3d;
  --c-hdr: #000000;
  --c-btn-pri: #ffe673;
  --c-btn-pri-txt: #090e12;
  --c-btn-sec: #292c32;
  --c-btn-sec-txt: #e8eaf0;
  --c-text: #d4dbe8;
  --c-text-muted: #7a8a9e;
  --c-text-inv: #090e12;
  --c-gold: #ffe673;
  --c-gold2: #ffd83d;
  --c-green: #2ecc71;
  --c-red: #e74c3c;
  --c-accent: #1a3a5c;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
  --shadow-gold: 0 0 24px rgba(255, 230, 115, 0.18);
  --transition: 0.2s ease;
  --font-head: "Montserrat", Arial, sans-serif;
  --font-body: "Roboto", Arial, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  background: var(--c-bg);
}
body {
  font-family: var(--font-body);
  background: var(--c-bg);
  color: var(--c-text);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--c-gold);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover {
  color: var(--c-gold2);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}
h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
}
h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
}
p {
  margin-bottom: 1rem;
}
ul,
ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
li {
  margin-bottom: 0.4rem;
}

.xk9v2 {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.wp-post-image {
  display: none;
}
.elementor-hidden {
  display: none !important;
}
.wp-widget-area {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.qp8m3 input[type="hidden"] {
  display: none;
}
.rz7b1 {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: -100vw;
}

.r4x9w {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.bm7k2 {
  padding: 72px 0;
}
.nm4v6 {
  padding: 56px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  transition: all var(--transition);
  white-space: nowrap;
  line-height: 1;
}
.btn:hover {
  text-decoration: none;
}
.btn--gold {
  background: var(--c-btn-pri);
  color: var(--c-btn-pri-txt);
}
.btn--gold:hover {
  background: var(--c-gold2);
  color: var(--c-btn-pri-txt);
  box-shadow: var(--shadow-gold);
  transform: translateY(-1px);
}
.btn--dark {
  background: var(--c-btn-sec);
  color: var(--c-btn-sec-txt);
}
.btn--dark:hover {
  background: #363a42;
  color: #fff;
  transform: translateY(-1px);
}
.btn--outline {
  background: transparent;
  color: var(--c-gold);
  border: 2px solid var(--c-gold);
}
.btn--outline:hover {
  background: var(--c-gold);
  color: var(--c-btn-pri-txt);
}
.btn--sm {
  padding: 8px 16px;
  font-size: 0.8rem;
}
.btn--lg {
  padding: 16px 36px;
  font-size: 1rem;
}
.btn--full {
  width: 100%;
}
.btn-anim {
  position: relative;
  overflow: hidden;
}
.btn-anim::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(-100%);
  transition: 0.3s;
}
.btn-anim:hover::after {
  transform: translateX(100%);
}

.hdr-root {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--c-hdr);
  border-bottom: 1px solid #1a1a1a;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}
.hdr-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 68px;
}
.hdr-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.hdr-logo img {
  height: 40px;
  width: auto;
}
.hdr-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  margin: 0 20px;
}
.hdr-nav a {
  color: #b0bac8;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}
.hdr-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.hdr-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.hdr-online {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--c-text-muted);
  padding: 6px 12px;
  background: rgba(46, 204, 113, 0.08);
  border: 1px solid rgba(46, 204, 113, 0.2);
  border-radius: 20px;
  white-space: nowrap;
}
.hdr-online span.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-green);
  display: inline-block;
  animation: pulse-dot 1.8s infinite;
}
@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  border-radius: 6px;
  transition: background var(--transition);
  flex-shrink: 0;
}
.burger:hover {
  background: rgba(255, 255, 255, 0.08);
}
.burger span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mob-nav {
  display: none;
  position: fixed;
  inset: 68px 0 0 0;
  background: rgba(0, 0, 0, 0.97);
  z-index: 998;
  overflow-y: auto;
  padding: 20px;
  flex-direction: column;
  gap: 8px;
  backdrop-filter: blur(12px);
}
.mob-nav.open {
  display: flex;
}
.mob-nav a {
  color: #d4dbe8;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all var(--transition);
}
.mob-nav a:hover {
  background: rgba(255, 230, 115, 0.08);
  border-color: rgba(255, 230, 115, 0.2);
  color: #fff;
}
.mob-nav-btns {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.mob-nav-btns .btn {
  flex: 1;
  min-width: 120px;
}

.hero-root {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 14, 18, 0.92) 0%,
    rgba(9, 14, 18, 0.6) 60%,
    rgba(9, 14, 18, 0.2) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 80px 0;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 230, 115, 0.12);
  border: 1px solid rgba(255, 230, 115, 0.3);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-gold);
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.hero-title span {
  color: var(--c-gold);
}
.hero-sub {
  font-size: 1.05rem;
  color: rgba(212, 219, 232, 0.8);
  margin-bottom: 32px;
  line-height: 1.7;
  max-width: 480px;
}
.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--c-text-muted);
}
.hero-trust-item svg {
  color: var(--c-gold);
  flex-shrink: 0;
}

.sec-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 10px;
}
.sec-title {
  margin-bottom: 12px;
}
.sec-desc {
  color: var(--c-text-muted);
  max-width: 600px;
  margin-bottom: 40px;
  font-size: 0.95rem;
}

.info-tbl-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--c-border);
  background: var(--c-surface);
}
.info-tbl {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}
.info-tbl tr {
  border-bottom: 1px solid var(--c-border);
  transition: background var(--transition);
}
.info-tbl tr:last-child {
  border-bottom: none;
}
.info-tbl tr:hover {
  background: rgba(255, 230, 115, 0.03);
}
.info-tbl td {
  padding: 14px 20px;
  font-size: 0.9rem;
  vertical-align: middle;
}
.info-tbl td:first-child {
  color: var(--c-text-muted);
  width: 42%;
  font-weight: 500;
  border-right: 1px solid var(--c-border);
}
.info-tbl td:last-child {
  color: #fff;
  font-weight: 500;
}
.tbl-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(255, 230, 115, 0.12);
  color: var(--c-gold);
  border: 1px solid rgba(255, 230, 115, 0.25);
}
.tbl-badge.green {
  background: rgba(46, 204, 113, 0.12);
  color: var(--c-green);
  border-color: rgba(46, 204, 113, 0.25);
}

.pros-cons-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.pros-block,
.cons-block {
  flex: 1;
  min-width: 280px;
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--c-border);
}
.pros-block {
  background: rgba(46, 204, 113, 0.04);
  border-color: rgba(46, 204, 113, 0.2);
}
.cons-block {
  background: rgba(231, 76, 60, 0.04);
  border-color: rgba(231, 76, 60, 0.2);
}
.pros-cons-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 18px;
}
.pros-cons-title .ic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.pros-block .ic {
  background: rgba(46, 204, 113, 0.15);
  color: var(--c-green);
}
.cons-block .ic {
  background: rgba(231, 76, 60, 0.15);
  color: var(--c-red);
}
.pros-block .pros-cons-title {
  color: var(--c-green);
}
.cons-block .pros-cons-title {
  color: var(--c-red);
}
.pc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pc-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
  color: var(--c-text);
}
.pc-list li:last-child {
  border-bottom: none;
}
.pc-list li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: 2px;
}
.pros-block .pc-list li::before {
  background: rgba(46, 204, 113, 0.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232ecc71'%3E%3Cpath d='M6.5 11.5L3 8l1.4-1.4 2.1 2.1 4.6-4.6L12.5 5.5z'/%3E%3C/svg%3E");
  background-size: 18px;
}
.cons-block .pc-list li::before {
  background: rgba(231, 76, 60, 0.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e74c3c'%3E%3Cpath d='M11.5 4.5L8 8l3.5 3.5-1 1L7 9l-3.5 3.5-1-1L6 8 2.5 4.5l1-1L7 7l3.5-3.5z'/%3E%3C/svg%3E");
  background-size: 18px;
}

.app-grid {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.app-tbl-wrap {
  flex: 1;
  min-width: 280px;
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--c-border);
  background: var(--c-surface);
}
.app-tbl {
  width: 100%;
  border-collapse: collapse;
  min-width: 340px;
}
.app-tbl tr {
  border-bottom: 1px solid var(--c-border);
}
.app-tbl tr:last-child {
  border-bottom: none;
}
.app-tbl tr:hover {
  background: rgba(255, 230, 115, 0.03);
}
.app-tbl td {
  padding: 12px 18px;
  font-size: 0.88rem;
  vertical-align: middle;
}
.app-tbl td:first-child {
  color: var(--c-text-muted);
  width: 45%;
  border-right: 1px solid var(--c-border);
  font-weight: 500;
}
.app-tbl td:last-child {
  color: #fff;
  font-weight: 500;
}
.app-dl-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
  flex-shrink: 0;
}
.app-dl-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border-radius: var(--radius-sm);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  color: #fff;
}
.app-dl-btn:hover {
  border-color: var(--c-gold);
  background: rgba(255, 230, 115, 0.06);
  color: #fff;
  transform: translateX(4px);
}
.app-dl-btn .ic-store {
  font-size: 24px;
  flex-shrink: 0;
}
.app-dl-btn .dl-txt small {
  display: block;
  font-size: 0.7rem;
  color: var(--c-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.app-dl-btn .dl-txt strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
}

.wheel-root {
  text-align: center;
}
.wheel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.wheel-canvas-wrap {
  position: relative;
  display: inline-block;
}
.wheel-canvas-wrap canvas {
  border-radius: 50%;
  box-shadow:
    0 0 40px rgba(255, 230, 115, 0.2),
    0 0 80px rgba(255, 230, 115, 0.06);
}
.wheel-pointer {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 22px solid var(--c-gold);
  filter: drop-shadow(0 2px 6px rgba(255, 230, 115, 0.5));
}
.wheel-spin-btn {
  min-width: 200px;
}
.wheel-result {
  padding: 24px 32px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 230, 115, 0.3);
  background: rgba(255, 230, 115, 0.06);
  max-width: 400px;
  animation: fadeInUp 0.4s ease;
}
.wheel-result-title {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--c-gold);
  margin-bottom: 8px;
}
.wheel-result p {
  color: var(--c-text);
  margin: 0 0 16px;
}
.wheel-result-lose {
  border-color: rgba(231, 76, 60, 0.3);
  background: rgba(231, 76, 60, 0.06);
}
.wheel-result-lose .wheel-result-title {
  color: var(--c-red);
}

.review-root {
  background: var(--c-surface2);
  border-radius: var(--radius);
  padding: 40px;
  border: 1px solid var(--c-border);
}
.review-content h2,
.review-content h3,
.review-content h4 {
  margin: 1.8rem 0 0.8rem;
  color: #fff;
}
.review-content h2 {
  font-size: 1.5rem;
  border-bottom: 1px solid var(--c-border);
  padding-bottom: 0.6rem;
}
.review-content h3 {
  font-size: 1.2rem;
  color: #d4dbe8;
}
.review-content p {
  margin-bottom: 1rem;
  color: var(--c-text);
  line-height: 1.7;
}
.review-content ul,
.review-content ol {
  margin-bottom: 1rem;
  padding-left: 1.6rem;
}
.review-content li {
  margin-bottom: 0.5rem;
  color: var(--c-text);
}
.review-content a {
  color: var(--c-gold);
  text-decoration: underline;
}
.review-content strong,
.review-content b {
  color: #fff;
  font-weight: 700;
}
.review-content em,
.review-content i {
  color: rgba(212, 219, 232, 0.8);
  font-style: italic;
}
.review-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--c-border);
}
.review-content table th {
  background: var(--c-surface);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--c-border);
}
.review-content table td {
  padding: 11px 16px;
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(30, 45, 61, 0.8);
  color: var(--c-text);
}
.review-content table tr:last-child td {
  border-bottom: none;
}
.review-content table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}
.review-content blockquote {
  border-left: 3px solid var(--c-gold);
  padding: 12px 20px;
  background: rgba(255, 230, 115, 0.04);
  border-radius: 0 8px 8px 0;
  margin: 1.5rem 0;
  font-style: italic;
  color: rgba(212, 219, 232, 0.85);
}
.review-content pre,
.review-content code {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--c-border);
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 0.85rem;
  font-family: "Courier New", monospace;
}
.review-content pre {
  padding: 16px;
  display: block;
  overflow-x: auto;
  margin: 1rem 0;
}
.review-content img {
  border-radius: 8px;
  margin: 1rem 0;
}
.review-content hr {
  border: none;
  border-top: 1px solid var(--c-border);
  margin: 2rem 0;
}
.review-content h1 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.author-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
}
.author-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--c-gold);
  flex-shrink: 0;
}
.author-body {
  flex: 1;
}
.author-name {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.author-role {
  font-size: 0.8rem;
  color: var(--c-gold);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.author-bio {
  font-size: 0.875rem;
  color: var(--c-text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
}
.author-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.author-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-text-muted);
  padding: 5px 12px;
  border: 1px solid var(--c-border);
  border-radius: 20px;
  transition: all var(--transition);
}
.author-link:hover {
  border-color: var(--c-gold);
  color: var(--c-gold);
}

.ftr-root {
  background: var(--c-hdr);
  border-top: 1px solid #1a1a1a;
  padding: 48px 0 24px;
}
.ftr-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.ftr-logo-col {
  flex: 0 0 auto;
}
.ftr-logo {
  height: 36px;
  width: auto;
  margin-bottom: 14px;
}
.ftr-tagline {
  font-size: 0.82rem;
  color: var(--c-text-muted);
  max-width: 200px;
  line-height: 1.5;
}
.ftr-nav-col {
  flex: 1;
  min-width: 160px;
}
.ftr-nav-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--c-text-muted);
  margin-bottom: 14px;
}
.ftr-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ftr-nav-list a {
  font-size: 0.85rem;
  color: #6a7a8e;
  transition: color var(--transition);
}
.ftr-nav-list a:hover {
  color: var(--c-gold);
}
.ftr-logos-row {
  margin-bottom: 28px;
}
.ftr-logos-label {
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--c-text-muted);
  margin-bottom: 12px;
}
.ftr-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ftr-logo-badge {
  padding: 6px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--c-border);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--c-text-muted);
  white-space: nowrap;
  transition: all var(--transition);
}
.ftr-logo-badge:hover {
  border-color: rgba(255, 230, 115, 0.3);
  color: var(--c-gold);
}
.ftr-bottom {
  border-top: 1px solid #1a1a1a;
  padding-top: 20px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.ftr-copy {
  font-size: 0.75rem;
  color: #3a4a5a;
  line-height: 1.6;
  max-width: 700px;
}
.ftr-copy span {
  display: block;
  margin-bottom: 4px;
}
.ftr-legal-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.ftr-legal-links a {
  font-size: 0.75rem;
  color: #3a4a5a;
  transition: color var(--transition);
}
.ftr-legal-links a:hover {
  color: var(--c-text-muted);
}

.sticky-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 990;
  background: linear-gradient(90deg, #0d1a0d 0%, #000 50%, #1a1400 100%);
  border-top: 2px solid var(--c-gold);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.6);
}
.widget-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.widget-bonus {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--c-gold);
}
.widget-desc {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
}
.widget-cta {
  flex-shrink: 0;
}
.widget-close {
  background: none;
  border: none;
  color: var(--c-text-muted);
  cursor: pointer;
  padding: 4px;
  font-size: 20px;
  line-height: 1;
  transition: color var(--transition);
  flex-shrink: 0;
}
.widget-close:hover {
  color: #fff;
}

.rating-stars {
  display: flex;
  gap: 3px;
}
.rating-stars span {
  color: var(--c-gold);
  font-size: 16px;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes spin-pulse {
  0%,
  100% {
    box-shadow: 0 0 24px rgba(255, 230, 115, 0.15);
  }
  50% {
    box-shadow: 0 0 48px rgba(255, 230, 115, 0.35);
  }
}

.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--c-border), transparent);
  margin: 0;
}

.wp-block-group {
  display: block;
}
.wp-block-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.wp-block-column {
  flex: 1;
}
.site-header {
  display: block;
}
.site-footer {
  display: block;
}
.entry-content {
  display: block;
}
.widget-area {
  display: none;
}
.sidebar-primary {
  display: none;
}
.elementor-section {
  display: block;
}
.elementor-column {
  display: block;
}
#wpadminbar {
  display: none;
}

@media (max-width: 1024px) {
  .hdr-nav {
    gap: 0;
  }
  .hdr-nav a {
    padding: 8px 8px;
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .hdr-nav {
    display: none;
  }
  .burger {
    display: flex;
  }
  .hdr-inner {
    gap: 12px;
  }
  .bm7k2 {
    padding: 48px 0;
  }
  .nm4v6 {
    padding: 36px 0;
  }
  .hero-content {
    padding: 60px 0;
  }
  .hero-title {
    font-size: 1.9rem;
  }
  .hero-btns {
    gap: 10px;
  }
  .pros-cons-grid {
    flex-direction: column;
  }
  .app-grid {
    flex-direction: column;
  }
  .author-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .author-links {
    justify-content: center;
  }
  .ftr-grid {
    flex-direction: column;
    gap: 28px;
  }
  .ftr-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .sticky-widget {
    padding: 10px 16px;
  }
  .widget-desc {
    font-size: 0.8rem;
  }
  .review-root {
    padding: 24px 18px;
  }
}
@media (max-width: 480px) {
  .hdr-actions .btn:not(.btn--gold) {
    display: none;
  }
  .hdr-online {
    display: none;
  }
  .hero-content {
    padding: 40px 0;
  }
  .sec-desc {
    margin-bottom: 28px;
  }
  .info-tbl td {
    padding: 11px 14px;
  }
  .app-dl-btn {
    padding: 11px 14px;
  }
}
