:root {
  --bg: #242630;
  --bg-card: #2c2f3e;
  --bg-header: #1a1c24;
  --bg-footer: #1a1c24;
  --btn-primary: #00cc5f;
  --btn-primary-hover: #00b354;
  --btn-secondary: #3d404c;
  --btn-secondary-hover: #4a4e5e;
  --text: #e8eaed;
  --text-muted: #a0a4b0;
  --text-dim: #6e7382;
  --border: #3a3d4d;
  --accent: #00cc5f;
  --accent2: #00a84f;
  --radius: 12px;
  --radius-sm: 8px;
  --transition: 0.28s ease;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.38);
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.25);
  --font: "Inter", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--accent);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover {
  color: var(--btn-primary-hover);
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}
input,
textarea,
select {
  font-family: inherit;
}

.q7x2a {
  display: none;
}
.z9mb1 {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.wp-block-hidden {
  display: none !important;
}

.xk91w {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.xk91w--wide {
  max-width: 1440px;
}
.sec-pad {
  padding: 72px 0;
}
.sec-pad--sm {
  padding: 48px 0;
}

.m2vna {
  background: var(--bg-header);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}
.m2vna-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px 20px;
  max-width: 1240px;
  margin: 0 auto;
}
.m2vna-logo img {
  height: 46px;
  width: auto;
  display: block;
}
.m2vna-logo {
  flex-shrink: 0;
}
.m2vna-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.m2vna-nav a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  white-space: nowrap;
}
.m2vna-nav a:hover,
.m2vna-nav a.active {
  color: var(--text);
  background: var(--bg-card);
}
.m2vna-nav a svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.m2vna-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.m2vna-reviews-count {
  color: var(--text-muted);
  font-size: 0.78rem;
  white-space: nowrap;
  padding: 4px 10px;
  background: var(--bg-card);
  border-radius: 20px;
  border: 1px solid var(--border);
}
.m2vna-reviews-count span {
  color: var(--accent);
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.875rem;
  transition: all var(--transition);
  line-height: 1;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.btn--primary {
  background: var(--btn-primary);
  color: #0a1a0f;
}
.btn--primary:hover {
  background: var(--btn-primary-hover);
  color: #0a1a0f;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 204, 95, 0.35);
}
.btn--secondary {
  background: var(--btn-secondary);
  color: var(--text);
}
.btn--secondary:hover {
  background: var(--btn-secondary-hover);
  color: var(--text);
  transform: translateY(-1px);
}
.btn--outline {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}
.btn--outline:hover {
  background: var(--accent);
  color: #0a1a0f;
}
.btn--sm {
  padding: 7px 14px;
  font-size: 0.8rem;
}
.btn--lg {
  padding: 14px 32px;
  font-size: 1rem;
  border-radius: var(--radius);
}

.b9kq3 {
  display: none;
}
.b9kq3-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--bg-card);
  transition: background var(--transition);
}
.b9kq3-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  transition: all var(--transition);
  border-radius: 2px;
}
.b9kq3-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.b9kq3-btn.active span:nth-child(2) {
  opacity: 0;
}
.b9kq3-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.p7hro {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a1c24;
}
.p7hro-bg {
  position: absolute;
  inset: 0;
  background-image: url("/banner.png");
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  z-index: 0;
}
.p7hro-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 28, 36, 0.97) 0%,
    rgba(36, 38, 48, 0.85) 60%,
    rgba(26, 28, 36, 0.6) 100%
  );
  z-index: 1;
}
.p7hro-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 20px 60px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 48px;
  align-items: center;
}
.p7hro-content {
}
.p7hro-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 204, 95, 0.12);
  border: 1px solid rgba(0, 204, 95, 0.3);
  color: var(--accent);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.p7hro-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #fff;
}
.p7hro-title span {
  color: var(--accent);
}
.p7hro-rating-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.p7hro-stars {
  display: flex;
  gap: 3px;
}
.p7hro-stars span {
  font-size: 1.5rem;
  color: #ffc72c;
}
.p7hro-stars span.dim {
  color: var(--border);
}
.p7hro-score {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
}
.p7hro-score-label {
  color: var(--text-muted);
  font-size: 0.85rem;
}
.p7hro-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.p7hro-updated {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-dim);
  font-size: 0.78rem;
}
.p7hro-updated svg {
  width: 13px;
  height: 13px;
}

.p7hro-table-wrap {
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.p7hro-table-updated {
  background: rgba(0, 204, 95, 0.08);
  border-bottom: 1px solid var(--border);
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.78rem;
}
.p7hro-table-updated strong {
  color: var(--accent);
}
.p7hro-info-table {
  width: 100%;
  border-collapse: collapse;
}
.p7hro-info-table tr {
  border-bottom: 1px solid var(--border);
}
.p7hro-info-table tr:last-child {
  border-bottom: none;
}
.p7hro-info-table td {
  padding: 12px 18px;
  font-size: 0.85rem;
  vertical-align: top;
}
.p7hro-info-table td:first-child {
  color: var(--text-muted);
  font-weight: 500;
  white-space: nowrap;
  width: 45%;
}
.p7hro-info-table td:last-child {
  color: var(--text);
  font-weight: 600;
}
.p7hro-info-table .highlight {
  color: var(--accent);
}

.n8wqp {
  background: var(--bg);
}
.n8wqp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.n8wqp-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}
.n8wqp-card--pros {
  border-top: 3px solid var(--accent);
}
.n8wqp-card--cons {
  border-top: 3px solid #ff4d4d;
}
.n8wqp-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.n8wqp-head-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.n8wqp-head-icon--pro {
  background: rgba(0, 204, 95, 0.12);
  color: var(--accent);
}
.n8wqp-head-icon--con {
  background: rgba(255, 77, 77, 0.1);
  color: #ff4d4d;
}
.n8wqp-head h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
}
.n8wqp-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.n8wqp-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.n8wqp-item::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.n8wqp-item--pro::before {
  background-color: rgba(0, 204, 95, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300CC5F'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}
.n8wqp-item--con::before {
  background-color: rgba(255, 77, 77, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff4d4d'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}

.sec-title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
}
.sec-title span {
  color: var(--accent);
}
.sec-sub {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 40px;
}

.v3fxj {
  background: var(--bg);
}
.v3fxj-wrap {
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 36px;
  box-shadow: var(--shadow-sm);
  max-width: 720px;
}
.v3fxj-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.v3fxj-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.v3fxj-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.v3fxj-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.v3fxj-input,
.v3fxj-textarea {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  color: var(--text);
  font-size: 0.9rem;
  transition:
    border-color var(--transition),
    box-shadow var(--transition);
  width: 100%;
}
.v3fxj-input:focus,
.v3fxj-textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 204, 95, 0.12);
}
.v3fxj-textarea {
  resize: vertical;
  min-height: 120px;
}
.v3fxj-ratings {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.v3fxj-rating-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.v3fxj-rating-label {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.v3fxj-stars-input {
  display: flex;
  gap: 4px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.v3fxj-stars-input input {
  display: none;
}
.v3fxj-stars-input label {
  cursor: pointer;
  font-size: 1.3rem;
  color: var(--border);
  transition: color var(--transition);
}
.v3fxj-stars-input label:hover,
.v3fxj-stars-input label:hover ~ label,
.v3fxj-stars-input input:checked ~ label {
  color: #ffc72c;
}
.v3fxj-submit {
  align-self: flex-start;
}
.v3fxj-success {
  display: none;
  background: rgba(0, 204, 95, 0.08);
  border: 1px solid rgba(0, 204, 95, 0.3);
  border-radius: var(--radius-sm);
  padding: 20px 24px;
  color: var(--accent);
  font-weight: 600;
  text-align: center;
}
.v3fxj-success.show {
  display: block;
}

.r5tqm {
  background: var(--bg);
}
.r5tqm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}
.r5tqm-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  transition:
    border-color var(--transition),
    transform var(--transition);
}
.r5tqm-card:hover {
  border-color: rgba(0, 204, 95, 0.25);
  transform: translateY(-2px);
}
.r5tqm-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.r5tqm-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.r5tqm-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border);
}
.r5tqm-meta {
}
.r5tqm-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text);
  margin-bottom: 2px;
}
.r5tqm-country {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: var(--text-muted);
}
.r5tqm-country img {
  width: 16px;
  height: 11px;
  border-radius: 2px;
  object-fit: cover;
}
.r5tqm-date {
  font-size: 0.75rem;
  color: var(--text-dim);
}
.r5tqm-rating-block {
  text-align: right;
  flex-shrink: 0;
}
.r5tqm-score {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text);
}
.r5tqm-stars {
  display: flex;
  gap: 2px;
  justify-content: flex-end;
}
.r5tqm-stars span {
  font-size: 0.9rem;
  color: #ffc72c;
}
.r5tqm-stars span.dim {
  color: var(--border);
}
.r5tqm-details-btn {
  font-size: 0.72rem;
  color: var(--text-muted);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2px 8px;
  margin-top: 4px;
  cursor: pointer;
  transition: all var(--transition);
}
.r5tqm-details-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.r5tqm-rating-details {
  display: none;
  margin-top: 10px;
  background: var(--bg);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  padding: 12px;
  margin-bottom: 12px;
}
.r5tqm-rating-details.open {
  display: block;
}
.r5tqm-rating-row-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.78rem;
  gap: 8px;
}
.r5tqm-rating-row-detail:last-child {
  margin-bottom: 0;
}
.r5tqm-rating-row-detail span:first-child {
  color: var(--text-muted);
  flex: 1;
}
.r5tqm-rating-bar {
  flex: 2;
  height: 5px;
  background: var(--border);
  border-radius: 3px;
  overflow: hidden;
}
.r5tqm-rating-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 3px;
}
.r5tqm-rating-val {
  color: var(--text);
  font-weight: 700;
  min-width: 20px;
  text-align: right;
}
.r5tqm-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
}
.r5tqm-source {
  font-size: 0.75rem;
  color: var(--text-dim);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.r5tqm-source a {
  color: var(--accent);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.r5tqm-source-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 204, 95, 0.06);
  border: 1px solid rgba(0, 204, 95, 0.2);
  color: var(--text-muted);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 0.72rem;
}

.r5tqm-body {
  position: relative;
  overflow: hidden;
}
.r5tqm-text {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.r5tqm-text-collapsed {
  max-height: 4.8em;
  overflow: hidden;
}
.r5tqm-expand-btn {
  background: none;
  border: none;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 0;
  transition: color var(--transition);
}
.r5tqm-expand-btn:hover {
  color: var(--btn-primary-hover);
}

.r5tqm-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.r5tqm-pros-section h6,
.r5tqm-cons-section h6 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.r5tqm-pros-section h6 {
  color: var(--accent);
}
.r5tqm-cons-section h6 {
  color: #ff4d4d;
}
.r5tqm-pros-section li,
.r5tqm-cons-section li {
  font-size: 0.78rem;
  color: var(--text-muted);
  padding: 2px 0;
  padding-left: 14px;
  position: relative;
}
.r5tqm-pros-section li::before {
  content: "+";
  color: var(--accent);
  position: absolute;
  left: 0;
  font-weight: 700;
}
.r5tqm-cons-section li::before {
  content: "−";
  color: #ff4d4d;
  position: absolute;
  left: 0;
  font-weight: 700;
}

.r5tqm-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.r5tqm-votes {
  display: flex;
  gap: 8px;
}
.r5tqm-vote-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text-muted);
  font-size: 0.8rem;
  transition: all var(--transition);
}
.r5tqm-vote-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.r5tqm-vote-btn.voted-like {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(0, 204, 95, 0.06);
}
.r5tqm-vote-btn.voted-dislike {
  border-color: #ff4d4d;
  color: #ff4d4d;
  background: rgba(255, 77, 77, 0.06);
}
.r5tqm-reply-btn {
  font-size: 0.8rem;
  color: var(--text-muted);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 5px 14px;
  transition: all var(--transition);
}
.r5tqm-reply-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.r5tqm-reply-form {
  display: none;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.r5tqm-reply-form textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  color: var(--text);
  font-size: 0.85rem;
  resize: vertical;
  min-height: 80px;
  transition: border-color var(--transition);
}
.r5tqm-reply-form textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.r5tqm-reply-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.r5tqm-bonus-banner {
  background: linear-gradient(
    135deg,
    rgba(0, 204, 95, 0.1),
    rgba(0, 168, 79, 0.06)
  );
  border: 1px solid rgba(0, 204, 95, 0.25);
  border-radius: var(--radius);
  padding: 28px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
}
.r5tqm-bonus-banner-text h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.r5tqm-bonus-banner-text p {
  color: var(--text-muted);
  font-size: 0.875rem;
}

.s8ywl {
  background: var(--bg);
}
.s8ywl-block {
  margin-bottom: 56px;
}
.s8ywl-block:last-child {
  margin-bottom: 0;
}

.pay-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.pay-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}
.pay-table thead th {
  background: var(--bg-header);
  padding: 13px 18px;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--border);
}
.pay-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}
.pay-table tbody tr:last-child {
  border-bottom: none;
}
.pay-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}
.pay-table td {
  padding: 12px 18px;
  font-size: 0.875rem;
  color: var(--text-muted);
  text-align: left;
}
.pay-table td:first-child {
  font-weight: 600;
  color: var(--text);
}
.pay-table .badge-instant {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 204, 95, 0.1);
  color: var(--accent);
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 600;
}

.content-block {
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 36px 40px;
  box-shadow: var(--shadow-sm);
}
.content-block h2 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text);
  margin: 28px 0 12px;
}
.content-block h2:first-child {
  margin-top: 0;
}
.content-block h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin: 22px 0 10px;
}
.content-block h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-muted);
  margin: 18px 0 8px;
}
.content-block p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 14px;
}
.content-block p:last-child {
  margin-bottom: 0;
}
.content-block ul,
.content-block ol {
  margin: 0 0 14px 20px;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.content-block ul li,
.content-block ol li {
  padding: 3px 0;
  line-height: 1.7;
}
.content-block ul {
  list-style: disc;
}
.content-block ol {
  list-style: decimal;
}
.content-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 0.875rem;
}
.content-block table th {
  background: var(--bg-header);
  padding: 10px 14px;
  text-align: left;
  color: var(--text-muted);
  font-weight: 600;
  border: 1px solid var(--border);
}
.content-block table td {
  padding: 10px 14px;
  border: 1px solid var(--border);
  color: var(--text-muted);
}
.content-block a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.content-block strong,
.content-block b {
  color: var(--text);
  font-weight: 700;
}
.content-block blockquote {
  border-left: 3px solid var(--accent);
  padding: 12px 20px;
  margin: 16px 0;
  background: rgba(0, 204, 95, 0.04);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--text-muted);
  font-style: italic;
}

.sources-block {
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 28px 36px;
  box-shadow: var(--shadow-sm);
}
.sources-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.source-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--bg);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  transition: border-color var(--transition);
}
.source-item:hover {
  border-color: rgba(0, 204, 95, 0.3);
}
.source-item-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(0, 204, 95, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.source-item-icon svg {
  width: 14px;
  height: 14px;
  color: var(--accent);
}
.source-item-content {
  flex: 1;
}
.source-item-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
}
.source-item-url {
  font-size: 0.75rem;
  color: var(--text-dim);
}
.source-item a {
  color: inherit;
  transition: color var(--transition);
}
.source-item a:hover .source-item-name {
  color: var(--accent);
}

.f9mkr {
  background: var(--bg-footer);
  border-top: 1px solid var(--border);
  padding: 56px 0 28px;
}
.f9mkr-top {
  display: grid;
  grid-template-columns: 240px 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.f9mkr-logo img {
  height: 40px;
  width: auto;
  margin-bottom: 14px;
}
.f9mkr-tagline {
  color: var(--text-dim);
  font-size: 0.82rem;
  line-height: 1.6;
  max-width: 220px;
}
.f9mkr-col-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.f9mkr-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.f9mkr-links a {
  color: var(--text-dim);
  font-size: 0.85rem;
  transition: color var(--transition);
}
.f9mkr-links a:hover {
  color: var(--text);
}
.f9mkr-badges {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 10px;
  margin-bottom: 36px;
}
.f9mkr-badge-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  min-height: 44px;
}
.f9mkr-payment-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.f9mkr-pay-badge {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
}
.f9mkr-social-row {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}
.f9mkr-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all var(--transition);
}
.f9mkr-social-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.f9mkr-social-btn svg {
  width: 16px;
  height: 16px;
}
.f9mkr-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
}
.f9mkr-trust-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 5px 14px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
}
.f9mkr-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 28px 0;
}
.f9mkr-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.f9mkr-copyright {
  color: var(--text-dim);
  font-size: 0.78rem;
}
.f9mkr-legal {
  color: var(--text-dim);
  font-size: 0.72rem;
  line-height: 1.6;
  max-width: 680px;
}
.f9mkr-flag-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-dim);
  font-size: 0.78rem;
  margin-bottom: 8px;
}
.f9mkr-flag {
  font-size: 1.2rem;
}

.j2pnk {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 900;
  background: linear-gradient(135deg, #00cc5f, #009944);
  border-radius: var(--radius);
  padding: 18px 20px;
  box-shadow: 0 8px 32px rgba(0, 204, 95, 0.35);
  max-width: 260px;
  transition: all var(--transition);
  transform: translateY(0);
  opacity: 1;
}
.j2pnk.hidden {
  transform: translateY(120px);
  opacity: 0;
  pointer-events: none;
}
.j2pnk-close {
  position: absolute;
  top: 8px;
  right: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: 700;
}
.j2pnk-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 4px;
}
.j2pnk-title {
  font-size: 1rem;
  font-weight: 800;
  color: #0a1a0f;
  margin-bottom: 12px;
  line-height: 1.3;
}
.j2pnk-btn {
  display: block;
  background: #0a1a0f;
  color: #00cc5f;
  text-align: center;
  border-radius: var(--radius-sm);
  padding: 10px;
  font-weight: 700;
  font-size: 0.875rem;
  transition: all var(--transition);
}
.j2pnk-btn:hover {
  background: #111f14;
  color: #00cc5f;
}

.back-to-top {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 900;
  width: 42px;
  height: 42px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all var(--transition);
  opacity: 0;
  pointer-events: none;
}
.back-to-top.show {
  opacity: 1;
  pointer-events: all;
}
.back-to-top:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.back-to-top svg {
  width: 18px;
  height: 18px;
}

.author-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 32px;
  box-shadow: var(--shadow-sm);
}
.author-card-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--border);
  flex-shrink: 0;
  object-fit: cover;
}
.author-card-meta {
}
.author-card-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.author-card-bio {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
.author-card-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.author-card-link {
  font-size: 0.78rem;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 4px;
}
.author-card-title {
  color: var(--text-dim);
  font-size: 0.75rem;
  margin-bottom: 2px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  font-size: 0.78rem;
  color: var(--text-dim);
}
.breadcrumb a {
  color: var(--text-muted);
  transition: color var(--transition);
}
.breadcrumb a:hover {
  color: var(--accent);
}
.breadcrumb-sep {
  color: var(--border);
}

.skeleton {
  background: linear-gradient(
    90deg,
    var(--bg-card) 25%,
    rgba(255, 255, 255, 0.03) 50%,
    var(--bg-card) 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--radius-sm);
  height: 16px;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anim-fade-up {
  animation: fadeInUp 0.5s ease both;
}
.anim-fade {
  animation: fadeIn 0.4s ease both;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--text-muted);
}
.tag--green {
  background: rgba(0, 204, 95, 0.08);
  border-color: rgba(0, 204, 95, 0.2);
  color: var(--accent);
}

.info-page-content {
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 40px;
  margin: 40px 0;
  box-shadow: var(--shadow-sm);
}
.info-page-content h1 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--text);
}
.info-page-content h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 24px 0 10px;
  color: var(--text);
}
.info-page-content p {
  color: var(--text-muted);
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 0.9rem;
}
.info-page-content ul {
  margin: 0 0 14px 20px;
  list-style: disc;
}
.info-page-content li {
  color: var(--text-muted);
  font-size: 0.9rem;
  padding: 3px 0;
}
.info-page-content a {
  color: var(--accent);
  text-decoration: underline;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  transition: color var(--transition);
  gap: 16px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.faq-question:hover {
  color: var(--accent);
}
.faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--bg-card);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--text-muted);
  transition:
    transform var(--transition),
    background var(--transition);
}
.faq-question.open .faq-icon {
  transform: rotate(45deg);
  background: rgba(0, 204, 95, 0.12);
  color: var(--accent);
}
.faq-answer {
  display: none;
  padding: 0 0 18px;
  color: var(--text-muted);
  font-size: 0.875rem;
  line-height: 1.8;
}
.faq-answer.show {
  display: block;
}

.wp-site-url {
  display: none;
}
.wp-login-url {
  display: none;
}
.woocommerce-page {
  display: none;
}
.e8lzq {
  display: none;
  height: 0;
  overflow: hidden;
}
.wp-caption {
  display: none;
}
.entry-meta {
  display: none;
}

@media (max-width: 1024px) {
  .p7hro-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .f9mkr-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .m2vna-inner {
    grid-template-columns: auto auto auto;
    gap: 12px;
    padding: 10px 16px;
  }
  .m2vna-nav {
    display: none;
  }
  .b9kq3-btn {
    display: flex;
  }
  .b9kq3 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-header);
    z-index: 999;
    padding: 80px 24px 24px;
    transform: translateX(-100%);
    transition: transform var(--transition);
    overflow-y: auto;
  }
  .b9kq3.open {
    transform: translateX(0);
  }
  .b9kq3-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
  }
  .b9kq3-nav a {
    color: var(--text);
    font-size: 1rem;
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--bg-card);
  }
  .b9kq3-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .b9kq3-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: var(--bg-card);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 1.2rem;
    cursor: pointer;
  }
  .n8wqp-grid {
    grid-template-columns: 1fr;
  }
  .v3fxj-row {
    grid-template-columns: 1fr;
  }
  .r5tqm-grid {
    grid-template-columns: 1fr;
  }
  .r5tqm-pros-cons {
    grid-template-columns: 1fr;
  }
  .f9mkr-top {
    grid-template-columns: 1fr;
  }
  .f9mkr-bottom {
    flex-direction: column;
  }
  .sec-pad {
    padding: 48px 0;
  }
  .p7hro-ctas {
    flex-direction: column;
  }
  .p7hro-ctas .btn {
    width: 100%;
  }
  .r5tqm-bonus-banner {
    flex-direction: column;
    text-align: center;
  }
  .j2pnk {
    bottom: 16px;
    right: 16px;
    max-width: 220px;
  }
  .content-block {
    padding: 24px 20px;
  }
  .sources-block {
    padding: 20px;
  }
  .v3fxj-wrap {
    padding: 24px 20px;
  }
  .v3fxj-ratings {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .v3fxj-ratings {
    grid-template-columns: 1fr;
  }
  .m2vna-reviews-count {
    display: none;
  }
  .p7hro-inner {
    padding: 40px 16px;
  }
}
