@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --clr-bg: #0d1117;
    --clr-surface: #161b22;
    --clr-surface2: #1c2330;
    --clr-border: #30363d;
    --clr-primary: #f97316;
    --clr-primary-hover: #ea6c0a;
    --clr-secondary: #22c55e;
    --clr-secondary-hover: #16a34a;
    --clr-text: #e6edf3;
    --clr-text-muted: #8b949e;
    --clr-text-dim: #6e7681;
    --clr-star: #f59e0b;
    --clr-nav: #0d1117;
    --clr-white: #ffffff;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --shadow-sm: 0 1px 4px rgba(0, 0, 0, .4);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, .5);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, .6);
    --transition: .22s ease;
    --font: 'Inter', sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font);
    background: var(--clr-bg);
    color: var(--clr-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--clr-primary);
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: var(--clr-primary-hover);
}

ul {
    list-style: none;
}

button {
    cursor: pointer;
    font-family: var(--font);
}

.x8f2k {
    display: none;
}

.wp-content-placeholder {
    visibility: hidden;
    height: 0;
}

.xr9t3-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.xr9t3-wrap--wide {
    max-width: 1400px;
}

.xb4m7-section {
    padding: 64px 0;
}

.xb4m7-section--sm {
    padding: 40px 0;
}

.xh1k9-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--clr-text);
    line-height: 1.3;
    text-balance: balance;
}

.xh1k9-title span {
    color: var(--clr-primary);
}

.xs5n2-subtitle {
    font-size: 1rem;
    color: var(--clr-text-muted);
    margin-top: 8px;
    line-height: 1.6;
}

.xp3q8-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    border-radius: var(--radius-md);
    font-size: .9rem;
    font-weight: 600;
    border: none;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    white-space: nowrap;
    text-decoration: none;
}

.xp3q8-btn:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.xp3q8-btn:active {
    transform: translateY(0);
}

.xp3q8-btn--primary {
    background: var(--clr-primary);
    color: var(--clr-white);
}

.xp3q8-btn--primary:hover {
    background: var(--clr-primary-hover);
    color: var(--clr-white);
}

.xp3q8-btn--secondary {
    background: var(--clr-secondary);
    color: var(--clr-white);
}

.xp3q8-btn--secondary:hover {
    background: var(--clr-secondary-hover);
    color: var(--clr-white);
}

.xp3q8-btn--outline {
    background: transparent;
    color: var(--clr-primary);
    border: 2px solid var(--clr-primary);
}

.xp3q8-btn--outline:hover {
    background: var(--clr-primary);
    color: var(--clr-white);
}

.xp3q8-btn--ghost {
    background: var(--clr-surface);
    color: var(--clr-text-muted);
    border: 1px solid var(--clr-border);
}

.xp3q8-btn--ghost:hover {
    color: var(--clr-text);
    border-color: var(--clr-text-muted);
}

.xp3q8-btn--sm {
    padding: 7px 16px;
    font-size: .82rem;
}

.xp3q8-btn--lg {
    padding: 14px 32px;
    font-size: 1rem;
}

.xc7r2-card {
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    padding: 24px;
    transition: box-shadow var(--transition), border-color var(--transition);
}

.xc7r2-card:hover {
    box-shadow: var(--shadow-md);
    border-color: rgba(249, 115, 22, .25);
}

.xd8p1-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 1.1rem;
}

.xd8p1-stars span {
    color: var(--clr-border);
    transition: color var(--transition);
}

.xd8p1-stars span.xd8p1-filled {
    color: var(--clr-star);
}

.xd8p1-stars--sm {
    font-size: .9rem;
}

.xd8p1-stars--lg {
    font-size: 1.4rem;
}


/* ===== HEADER ===== */
.xh9t4-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--clr-nav);
    border-bottom: 1px solid var(--clr-border);
    box-shadow: var(--shadow-sm);
}

.xh9t4-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    height: 68px;
}

.xh9t4-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.xh9t4-logo img {
    height: 42px;
    width: auto;
}

.xh9t4-logo-text {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--clr-text);
    letter-spacing: -.5px;
}

.xh9t4-logo-text span {
    color: var(--clr-primary);
}

.xh9t4-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    justify-content: center;
}

.xh9t4-nav a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    color: var(--clr-text-muted);
    font-size: .875rem;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: color var(--transition), background var(--transition);
    white-space: nowrap;
}

.xh9t4-nav a:hover {
    color: var(--clr-text);
    background: var(--clr-surface);
}

.xh9t4-nav a svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.xh9t4-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.xh9t4-count {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    font-size: .78rem;
    color: var(--clr-text-muted);
    white-space: nowrap;
}

.xh9t4-count strong {
    color: var(--clr-primary);
}

.xh9t4-burger {
    display: none;
    background: none;
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 8px;
    color: var(--clr-text-muted);
    transition: color var(--transition), border-color var(--transition);
}

.xh9t4-burger:hover {
    color: var(--clr-text);
    border-color: var(--clr-text-muted);
}

.xh9t4-burger svg {
    width: 20px;
    height: 20px;
    display: block;
}

.xh9t4-mobile-menu {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--clr-nav);
    border-bottom: 1px solid var(--clr-border);
    padding: 16px 20px 20px;
    z-index: 99;
    box-shadow: var(--shadow-lg);
    animation: xfadeIn .18s ease;
}

.xh9t4-mobile-menu.xopen {
    display: block;
}

.xh9t4-mobile-menu nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 0;
    color: var(--clr-text-muted);
    font-size: .9rem;
    font-weight: 500;
    border-bottom: 1px solid var(--clr-border);
}

.xh9t4-mobile-menu nav a:last-child {
    border-bottom: none;
}

.xh9t4-mobile-menu nav a svg {
    width: 16px;
    height: 16px;
}

.xh9t4-mobile-btns {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.xh9t4-mobile-btns a {
    flex: 1;
    justify-content: center;
}

/* ===== HERO ===== */
.xv5j2-hero {
    position: relative;
    background: url('/hero-banner.jpg') center center / cover no-repeat;
    min-height: 380px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.xv5j2-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(13, 17, 23, .92) 0%, rgba(13, 17, 23, .65) 60%, rgba(13, 17, 23, .3) 100%);
}

.xv5j2-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 32px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 48px 0;
}

.xv5j2-hero-content {
    flex: 1;
    min-width: 260px;
}

.xv5j2-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(249, 115, 22, .15);
    border: 1px solid rgba(249, 115, 22, .4);
    color: var(--clr-primary);
    border-radius: 100px;
    padding: 4px 12px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 14px;
}

.xv5j2-hero h1 {
    font-size: clamp(1.7rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 14px;
    text-balance: balance;
}

.xv5j2-hero h1 span {
    color: var(--clr-primary);
}

.xv5j2-hero-desc {
    font-size: 1rem;
    color: var(--clr-text-muted);
    margin-bottom: 24px;
    max-width: 480px;
    line-height: 1.7;
}

.xv5j2-hero-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.xv5j2-hero-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 280px;
    max-width: 340px;
    flex: 0 0 auto;
}

.xr7k4-rating-summary {
    background: rgba(22, 27, 34, .92);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    padding: 20px;
    backdrop-filter: blur(8px);
}

.xr7k4-rating-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.xr7k4-big-score {
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--clr-primary);
    line-height: 1;
}

.xr7k4-score-info strong {
    display: block;
    font-size: .85rem;
    color: var(--clr-text-muted);
}

.xr7k4-score-info .xr7k4-total {
    font-size: .78rem;
    color: var(--clr-text-dim);
    margin-top: 4px;
}

.xr7k4-bars {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.xr7k4-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
}

.xr7k4-bar-label {
    color: var(--clr-text-muted);
    min-width: 36px;
    text-align: right;
}

.xr7k4-bar-track {
    flex: 1;
    height: 6px;
    background: var(--clr-border);
    border-radius: 100px;
    overflow: hidden;
}

.xr7k4-bar-fill {
    height: 100%;
    background: var(--clr-star);
    border-radius: 100px;
    transition: width .6s ease;
}

.xr7k4-bar-count {
    color: var(--clr-text-dim);
    min-width: 16px;
}

.xq2n8-params {
    background: rgba(22, 27, 34, .92);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    padding: 18px;
    backdrop-filter: blur(8px);
}

.xq2n8-params-title {
    font-size: .8rem;
    font-weight: 600;
    color: var(--clr-text-muted);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.xq2n8-param-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 9px;
}

.xq2n8-param-row:last-child {
    margin-bottom: 0;
}

.xq2n8-param-name {
    font-size: .78rem;
    color: var(--clr-text-muted);
    flex: 1;
}

.xq2n8-param-bar {
    flex: 1;
    height: 5px;
    background: var(--clr-border);
    border-radius: 100px;
    overflow: hidden;
}

.xq2n8-param-fill {
    height: 100%;
    background: var(--clr-secondary);
    border-radius: 100px;
}

.xq2n8-param-score {
    font-size: .78rem;
    font-weight: 600;
    color: var(--clr-text);
    min-width: 28px;
    text-align: right;
}

/* ===== BONUSES ===== */
.xb9k3-bonuses {
    padding: 32px 0 0;
}

.xb9k3-bonuses-title {
    font-size: .82rem;
    font-weight: 600;
    color: var(--clr-text-muted);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.xb9k3-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.xb9k3-tile {
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 150px;
    flex: 1;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.xb9k3-tile:hover {
    border-color: var(--clr-primary);
    box-shadow: 0 0 12px rgba(249, 115, 22, .15);
}

.xb9k3-tile-icon {
    font-size: 1.3rem;
}

.xb9k3-tile-name {
    font-size: .78rem;
    font-weight: 600;
    color: var(--clr-text);
}

.xb9k3-tile-val {
    font-size: .72rem;
    color: var(--clr-text-muted);
}

.xb9k3-tile-btn {
    margin-top: 6px;
    padding: 5px 10px;
    background: var(--clr-primary);
    color: var(--clr-white);
    border: none;
    border-radius: var(--radius-sm);
    font-size: .73rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: background var(--transition);
}

.xb9k3-tile-btn:hover {
    background: var(--clr-primary-hover);
    color: var(--clr-white);
}

/* ===== LEAVE REVIEW SECTION ===== */
.xl4v7-leave {
    background: var(--clr-surface);
    border-top: 1px solid var(--clr-border);
    border-bottom: 1px solid var(--clr-border);
}

.xl4v7-bonus-banner {
    background: linear-gradient(100deg, #1a2a14 0%, #0f2218 100%);
    border: 1px solid rgba(34, 197, 94, .3);
    border-radius: var(--radius-lg);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.xl4v7-bonus-text {
    flex: 1;
}

.xl4v7-bonus-text strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: var(--clr-text);
    margin-bottom: 4px;
}

.xl4v7-bonus-text span {
    font-size: .85rem;
    color: var(--clr-text-muted);
}

.xl4v7-form-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.xl4v7-form-wrap--full {
    grid-column: 1 / -1;
}

.xl4v7-form-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.xl4v7-field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.xl4v7-field-group label {
    font-size: .82rem;
    font-weight: 600;
    color: var(--clr-text-muted);
}

.xl4v7-field-group input,
.xl4v7-field-group textarea {
    width: 100%;
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    padding: 11px 14px;
    color: var(--clr-text);
    font-size: .9rem;
    font-family: var(--font);
    transition: border-color var(--transition), box-shadow var(--transition);
    outline: none;
}

.xl4v7-field-group input:focus,
.xl4v7-field-group textarea:focus {
    border-color: var(--clr-primary);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, .12);
}

.xl4v7-field-group textarea {
    min-height: 100px;
    resize: vertical;
}

.xl4v7-ratings-panel {
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    padding: 16px;
}

.xl4v7-ratings-panel-title {
    font-size: .82rem;
    font-weight: 600;
    color: var(--clr-text-muted);
    margin-bottom: 14px;
}

.xl4v7-rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.xl4v7-rating-row:last-child {
    margin-bottom: 0;
}

.xl4v7-rating-row label {
    font-size: .8rem;
    color: var(--clr-text-muted);
    flex: 1;
}

.xl4v7-star-input {
    display: flex;
    gap: 3px;
    flex-direction: row-reverse;
}

.xl4v7-star-input input {
    display: none;
}

.xl4v7-star-input label {
    font-size: 1.2rem;
    color: var(--clr-border);
    cursor: pointer;
    transition: color var(--transition);
    line-height: 1;
}

.xl4v7-star-input label:hover,
.xl4v7-star-input label:hover ~ label,
.xl4v7-star-input input:checked ~ label {
    color: var(--clr-star);
}

.xl4v7-success {
    display: none;
    background: rgba(34, 197, 94, .08);
    border: 1px solid rgba(34, 197, 94, .35);
    border-radius: var(--radius-md);
    padding: 18px 22px;
    color: var(--clr-secondary);
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
    animation: xfadeIn .3s ease;
}

.xl4v7-success.xvisible {
    display: block;
}

/* ===== USER REVIEWS ===== */
.xrev-section {
    background: var(--clr-bg);
}

.xrev-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.xrev-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 20px;
}

.xrev-card {
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: box-shadow var(--transition), border-color var(--transition);
}

.xrev-card:hover {
    box-shadow: var(--shadow-md);
    border-color: rgba(249, 115, 22, .2);
}

.xrev-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.xrev-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.xrev-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--clr-border);
    flex-shrink: 0;
}

.xrev-author-info .xrev-name {
    font-size: .9rem;
    font-weight: 700;
    color: var(--clr-text);
}

.xrev-author-info .xrev-country {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: .75rem;
    color: var(--clr-text-dim);
    margin-top: 2px;
}

.xrev-author-info .xrev-country img {
    width: 16px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
}

.xrev-rating-wrap {
    text-align: right;
    flex-shrink: 0;
}

.xrev-rating-num {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--clr-primary);
    line-height: 1;
}

.xrev-details-btn {
    background: none;
    border: none;
    font-size: .72rem;
    color: var(--clr-text-dim);
    text-decoration: underline;
    padding: 0;
    margin-top: 4px;
    cursor: pointer;
    transition: color var(--transition);
}

.xrev-details-btn:hover {
    color: var(--clr-primary);
}

.xrev-details-panel {
    display: none;
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 12px;
    gap: 6px;
    flex-direction: column;
}

.xrev-details-panel.xopen {
    display: flex;
}

.xrev-det-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .75rem;
}

.xrev-det-label {
    color: var(--clr-text-muted);
    flex: 1;
}

.xrev-det-stars {
    display: flex;
    gap: 2px;
}

.xrev-det-stars span {
    font-size: .8rem;
    color: var(--clr-border);
}

.xrev-det-stars span.xfill {
    color: var(--clr-star);
}

.xrev-date {
    font-size: .75rem;
    color: var(--clr-text-dim);
    align-self: flex-start;
}

.xrev-title {
    font-size: .95rem;
    font-weight: 700;
    color: var(--clr-text);
    line-height: 1.4;
}

.xrev-body {
    font-size: .87rem;
    color: var(--clr-text-muted);
    line-height: 1.7;
}

.xrev-body-full {
    display: none;
}

.xrev-body-short {
    display: block;
}

.xrev-expand-btn {
    background: none;
    border: none;
    color: var(--clr-primary);
    font-size: .8rem;
    font-weight: 600;
    padding: 4px 0;
    cursor: pointer;
    transition: color var(--transition);
}

.xrev-expand-btn:hover {
    color: var(--clr-primary-hover);
}

.xrev-pros-cons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.xrev-pros, .xrev-cons {
    flex: 1;
    min-width: 130px;
    background: var(--clr-bg);
    border-radius: var(--radius-sm);
    padding: 10px 12px;
}

.xrev-pros {
    border-left: 3px solid var(--clr-secondary);
}

.xrev-cons {
    border-left: 3px solid #ef4444;
}

.xrev-pros h5, .xrev-cons h5 {
    font-size: .72rem;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.xrev-pros h5 {
    color: var(--clr-secondary);
}

.xrev-cons h5 {
    color: #ef4444;
}

.xrev-pros li, .xrev-cons li {
    font-size: .78rem;
    color: var(--clr-text-muted);
    padding: 2px 0;
    line-height: 1.5;
}

.xrev-pros li::before {
    content: '+ ';
    color: var(--clr-secondary);
    font-weight: 700;
}

.xrev-cons li::before {
    content: '− ';
    color: #ef4444;
    font-weight: 700;
}

.xrev-media {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.xrev-media-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 1px solid var(--clr-border);
    cursor: pointer;
    transition: transform var(--transition), box-shadow var(--transition);
}

.xrev-media-img:hover {
    transform: scale(1.04);
    box-shadow: var(--shadow-md);
}

.xrev-source {
    font-size: .75rem;
    color: var(--clr-text-dim);
}

.xrev-source a {
    color: var(--clr-primary);
    text-decoration: underline;
    font-weight: 500;
}

.xrev-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 4px;
    border-top: 1px solid var(--clr-border);
}

.xrev-votes {
    display: flex;
    gap: 8px;
}

.xrev-vote-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 5px 10px;
    font-size: .8rem;
    color: var(--clr-text-muted);
    transition: color var(--transition), border-color var(--transition), background var(--transition);
}

.xrev-vote-btn:hover {
    border-color: var(--clr-primary);
    color: var(--clr-primary);
}

.xrev-vote-btn.xvoted {
    background: rgba(249, 115, 22, .1);
    border-color: var(--clr-primary);
    color: var(--clr-primary);
}

.xrev-vote-btn-dis:hover {
    border-color: #ef4444;
    color: #ef4444;
}

.xrev-vote-btn-dis.xvoted {
    background: rgba(239, 68, 68, .1);
    border-color: #ef4444;
    color: #ef4444;
}

.xrev-vote-btn svg {
    width: 14px;
    height: 14px;
}

.xrev-reply-toggle {
    background: none;
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 5px 12px;
    font-size: .78rem;
    color: var(--clr-text-muted);
    transition: color var(--transition), border-color var(--transition);
}

.xrev-reply-toggle:hover {
    color: var(--clr-primary);
    border-color: var(--clr-primary);
}

.xrev-reply-form {
    display: none;
    flex-direction: column;
    gap: 8px;
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    padding: 14px;
    animation: xfadeIn .2s ease;
}

.xrev-reply-form.xopen {
    display: flex;
}

.xrev-reply-form textarea {
    width: 100%;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 10px 12px;
    color: var(--clr-text);
    font-size: .85rem;
    font-family: var(--font);
    resize: vertical;
    min-height: 72px;
    outline: none;
    transition: border-color var(--transition);
}

.xrev-reply-form textarea:focus {
    border-color: var(--clr-primary);
}

.xrev-reply-btns {
    display: flex;
    gap: 8px;
}

/* ===== SUPPLEMENTARY / CONTENT ===== */
.xsup-section {
    background: var(--clr-surface);
}

.xsup-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 32px;
    align-items: flex-start;
}

.xcontent-box {
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    padding: 32px;
}

.xcontent-box h2, .xcontent-box h3, .xcontent-box h4 {
    color: var(--clr-text);
    margin: 1.4em 0 .6em;
    font-weight: 700;
    line-height: 1.3;
}

.xcontent-box h2 {
    font-size: 1.4rem;
}

.xcontent-box h3 {
    font-size: 1.15rem;
}

.xcontent-box h4 {
    font-size: 1rem;
}

.xcontent-box p {
    color: var(--clr-text-muted);
    font-size: .93rem;
    line-height: 1.75;
    margin-bottom: .8em;
}

.xcontent-box a {
    color: var(--clr-primary);
    text-decoration: underline;
}

.xcontent-box strong, .xcontent-box b {
    color: var(--clr-text);
    font-weight: 700;
}

.xcontent-box em {
    font-style: italic;
}

.xcontent-box ul, .xcontent-box ol {
    margin: .8em 0 .8em 1.2em;
    color: var(--clr-text-muted);
    font-size: .93rem;
    line-height: 1.8;
}

.xcontent-box ul {
    list-style: disc;
}

.xcontent-box ol {
    list-style: decimal;
}

.xcontent-box li {
    margin-bottom: .3em;
}

.xcontent-box blockquote {
    border-left: 3px solid var(--clr-primary);
    padding: 12px 16px;
    background: rgba(249, 115, 22, .06);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    color: var(--clr-text-muted);
    font-style: italic;
    margin: 1em 0;
}

.xcontent-box table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2em 0;
    font-size: .87rem;
    overflow-x: auto;
    display: block;
}

.xcontent-box table th, .xcontent-box table td {
    border: 1px solid var(--clr-border);
    padding: 10px 14px;
    text-align: left;
    color: var(--clr-text-muted);
}

.xcontent-box table th {
    background: var(--clr-surface);
    color: var(--clr-text);
    font-weight: 600;
}

.xcontent-box table tr:nth-child(even) td {
    background: rgba(255, 255, 255, .02);
}

.xcontent-box hr {
    border: none;
    border-top: 1px solid var(--clr-border);
    margin: 1.5em 0;
}

.xcontent-box pre {
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 14px;
    overflow-x: auto;
    font-size: .85rem;
    color: var(--clr-text-muted);
}

.xcontent-box code {
    font-family: monospace;
    font-size: .88em;
    color: var(--clr-primary);
}

.xcontent-box img {
    border-radius: var(--radius-sm);
    margin: 1em 0;
}

.xauth-card {
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    padding: 24px;
    position: sticky;
    top: 88px;
}

.xauth-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.xauth-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--clr-primary);
    flex-shrink: 0;
}

.xauth-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--clr-text);
}

.xauth-role {
    font-size: .78rem;
    color: var(--clr-text-dim);
    margin-top: 3px;
}

.xauth-bio {
    font-size: .82rem;
    color: var(--clr-text-muted);
    line-height: 1.65;
    margin-bottom: 16px;
}

.xauth-label {
    font-size: .72rem;
    font-weight: 700;
    color: var(--clr-text-dim);
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 8px;
}

.xauth-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.xauth-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    font-size: .8rem;
    color: var(--clr-text-muted);
    transition: border-color var(--transition), color var(--transition);
}

.xauth-link:hover {
    border-color: var(--clr-primary);
    color: var(--clr-primary);
}

.xauth-link svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

/* ===== FOOTER ===== */
.xftr-footer {
    background: var(--clr-nav);
    border-top: 1px solid var(--clr-border);
    padding: 48px 0 24px;
}

.xftr-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 32px;
    align-items: start;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.xftr-logo-col {
}

.xftr-logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.xftr-logo-wrap img {
    height: 36px;
    width: auto;
}

.xftr-logo-text {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--clr-text);
}

.xftr-logo-text span {
    color: var(--clr-primary);
}

.xftr-tagline {
    font-size: .78rem;
    color: var(--clr-text-dim);
    max-width: 220px;
    line-height: 1.6;
}

.xftr-nav-col {
}

.xftr-nav-title {
    font-size: .75rem;
    font-weight: 700;
    color: var(--clr-text-dim);
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 12px;
}

.xftr-nav-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.xftr-nav-links a {
    font-size: .82rem;
    color: var(--clr-text-muted);
    transition: color var(--transition);
}

.xftr-nav-links a:hover {
    color: var(--clr-primary);
}

.xftr-trust-col {
}

.xftr-trust-title {
    font-size: .75rem;
    font-weight: 700;
    color: var(--clr-text-dim);
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 12px;
}

.xftr-trust-logos {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.xftr-trust-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    font-size: .75rem;
    color: var(--clr-text-muted);
    font-weight: 600;
}

.xftr-trust-logo svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--clr-text-dim);
}

.xftr-divider {
    border: none;
    border-top: 1px solid var(--clr-border);
    margin: 0 0 20px;
}

.xftr-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.xftr-legal {
    font-size: .72rem;
    color: var(--clr-text-dim);
    line-height: 1.7;
    max-width: 680px;
}

.xftr-copyright {
    font-size: .78rem;
    color: var(--clr-text-dim);
    white-space: nowrap;
}

/* ===== WIDGET ===== */
.xwdg-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: linear-gradient(90deg, #1a2a14 0%, #0f1a10 100%);
    border-top: 1px solid rgba(34, 197, 94, .35);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .5);
}

.xwdg-text {
    font-size: .88rem;
    color: var(--clr-text);
    font-weight: 600;
}

.xwdg-text span {
    color: var(--clr-secondary);
}

.xwdg-close {
    position: absolute;
    right: 16px;
    background: none;
    border: none;
    color: var(--clr-text-dim);
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 6px;
    cursor: pointer;
    transition: color var(--transition);
}

.xwdg-close:hover {
    color: var(--clr-text);
}

.xwdg-widget a {
    text-decoration: none;
}

body {
    padding-bottom: 60px;
}

/* ===== ANIMATIONS ===== */
@keyframes xfadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes xfadeInDown {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes xpulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, .4);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(249, 115, 22, 0);
    }
}

.xanimfade {
    animation: xfadeIn .4s ease both;
}

.xpulse-btn {
    animation: xpulse 2.4s infinite;
}

/* ===== LIGHTBOX ===== */
.xlbx-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .88);
    align-items: center;
    justify-content: center;
}

.xlbx-overlay.xopen {
    display: flex;
    animation: xfadeIn .2s ease;
}

.xlbx-img {
    max-width: 90vw;
    max-height: 88vh;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
}

.xlbx-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: var(--clr-text);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--transition);
}

.xlbx-close:hover {
    background: var(--clr-surface2);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .xsup-layout {
        grid-template-columns: 1fr;
    }

    .xauth-card {
        position: static;
    }

    .xftr-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .xh9t4-nav {
        display: none;
    }

    .xh9t4-burger {
        display: flex;
    }

    .xv5j2-hero-side {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .xrev-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .xh9t4-count {
        display: none;
    }

    .xv5j2-hero {
        min-height: 260px;
    }

    .xv5j2-hero-inner {
        flex-direction: column;
    }

    .xl4v7-form-wrap {
        grid-template-columns: 1fr;
    }

    .xftr-top {
        grid-template-columns: 1fr;
    }

    .xwdg-widget {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }

    .xwdg-close {
        top: 8px;
    }

    .xr7k4-rating-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

.wp-block-group {
    display: block;
}

.wp-block-image {
    display: block;
}

.wp-block-paragraph {
    display: block;
}

.elementor-section {
    display: block;
}

.elementor-widget {
    display: block;
}

.wpcf7-form {
    display: block;
}

.yoast-seo-hidden {
    display: none;
}

.wp-caption {
    display: block;
}

#wpadminbar {
    display: none;
}

.xz91p-unused {
    color: transparent;
}

.xm83t-noop {
    opacity: 0;
    pointer-events: none;
}

.x4q7r-placeholder {
    visibility: hidden;
}

.lesvcs {
    --ls-bg: #0d1117;
    --ls-surface: #161b22;
    --ls-surface-2: #1c2330;
    --ls-border: #30363d;
    --ls-primary: #f97316;
    --ls-primary-hover: #ea6c0a;
    --ls-secondary: #22c55e;
    --ls-text: #e6edf3;
    --ls-text-muted: #8b949e;
    --ls-text-dim: #6e7681;
    --ls-shadow: 0 18px 48px rgba(0, 0, 0, .28);
    width: min(100%, 1200px);
    margin: 40px auto;
    padding: 40px;
    background: linear-gradient(180deg, rgba(22, 27, 34, .96), rgba(13, 17, 23, .98));
    border: 1px solid var(--ls-border);
    border-radius: 24px;
    box-shadow: var(--ls-shadow);
    color: var(--ls-text);
    line-height: 1.75;
}

.lesvcs * {
    box-sizing: border-box;
}

.lesvcs h1,
.lesvcs h2,
.lesvcs h3,
.lesvcs h4,
.lesvcs h5,
.lesvcs h6 {
    margin: 0 0 16px;
    color: var(--ls-text);
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: -.02em;
}

.lesvcs h1 {
    font-size: clamp(32px, 5vw, 54px);
    margin-bottom: 20px;
}

.lesvcs h2 {
    font-size: clamp(24px, 3vw, 34px);
    margin-top: 42px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--ls-border);
}

.lesvcs h3 {
    font-size: clamp(20px, 2.4vw, 28px);
    margin-top: 30px;
}

.lesvcs p {
    margin: 0 0 18px;
    color: var(--ls-text-muted);
    font-size: 17px;
}

.lesvcs > p:first-of-type {
    font-size: 18px;
    color: var(--ls-text);
}

.lesvcs a {
    color: var(--ls-primary);
    text-decoration: none;
    border-bottom: 1px solid rgba(249, 115, 22, .35);
    transition: .2s ease;
    word-break: break-word;
}

.lesvcs a:hover {
    color: var(--ls-primary-hover);
    border-color: rgba(234, 108, 10, .55);
}

.lesvcs strong,
.lesvcs b {
    color: var(--ls-text);
    font-weight: 700;
}

.lesvcs ul,
.lesvcs ol {
    margin: 0 0 22px;
    padding-left: 0;
}

.lesvcs ul li,
.lesvcs ol li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 22px;
    color: var(--ls-text-muted);
    font-size: 16px;
}

.lesvcs ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ls-primary), var(--ls-secondary));
}

.lesvcs ol {
    counter-reset: item;
}

.lesvcs ol li {
    counter-increment: item;
}

.lesvcs ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 115, 22, .14);
    color: var(--ls-primary);
    font-size: 11px;
    font-weight: 700;
}

.lesvcs blockquote {
    margin: 26px 0;
    padding: 20px 22px;
    border-left: 4px solid var(--ls-primary);
    border-radius: 0 18px 18px 0;
    background: rgba(255, 255, 255, .03);
    color: var(--ls-text);
}

.lesvcs img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 26px 0;
    border-radius: 18px;
}

.lesvcs table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    margin: 24px 0;
    border-radius: 18px;
    background: var(--ls-bg);
}

.lesvcs th,
.lesvcs td {
    padding: 14px 16px;
    border: 1px solid var(--ls-border);
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.lesvcs th {
    background: var(--ls-surface);
    color: var(--ls-text);
}

.lesvcs td {
    color: var(--ls-text-muted);
}

.lesvcs hr {
    border: none;
    border-top: 1px solid var(--ls-border);
    margin: 28px 0;
}

.lesvcs code {
    padding: 3px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    color: var(--ls-primary);
    font-size: .95em;
}

.lesvcs > ul {
    padding: 24px 24px 10px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--ls-border);
    border-radius: 20px;
}

.lesvcs > h2 {
    position: relative;
    padding-left: 18px;
}

.lesvcs > h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 6px;
    height: 1.15em;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--ls-primary), var(--ls-secondary));
}

@media (max-width: 991px) {
    .lesvcs {
        margin: 28px auto;
        padding: 30px 24px;
        border-radius: 22px;
    }

    .lesvcs h1 {
        font-size: clamp(28px, 5vw, 42px);
    }

    .lesvcs h2 {
        margin-top: 34px;
    }

    .lesvcs p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .lesvcs {
        margin: 20px auto;
        padding: 22px 16px;
        border-radius: 18px;
        line-height: 1.65;
    }

    .lesvcs h1 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .lesvcs h2 {
        font-size: 22px;
        margin-top: 28px;
        padding-bottom: 10px;
        padding-left: 14px;
    }

    .lesvcs h2::before {
        width: 4px;
    }

    .lesvcs h3 {
        font-size: 18px;
        margin-top: 24px;
    }

    .lesvcs p,
    .lesvcs ul li,
    .lesvcs ol li {
        font-size: 15px;
    }

    .lesvcs > p:first-of-type {
        font-size: 16px;
    }

    .lesvcs > ul {
        padding: 18px 16px 8px;
        border-radius: 16px;
    }

    .lesvcs th,
    .lesvcs td {
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .lesvcs {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .lesvcs h1 {
        font-size: 24px;
    }

    .lesvcs h2 {
        font-size: 20px;
    }

    .lesvcs p,
    .lesvcs ul li,
    .lesvcs ol li {
        font-size: 14px;
    }

    .lesvcs ul li,
    .lesvcs ol li {
        padding-left: 18px;
    }

    .lesvcs > ul {
        padding: 16px 14px 6px;
    }
}