/* Pin Up Aviator - style.css?ver=1.7 */
/* Unused utility pool for layout uniqueness */
.x9f2a {
    display: none;
}

.b4k1z {
    visibility: hidden;
}

.q8r3m {
    opacity: 0;
    pointer-events: none;
}

.w7n5p:before {
    content: '';
    display: block;
}

.j2t6s {
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.vc9x2-unused {
    color: transparent;
}

/* WP / Elementor placeholder classes (non-functional, for fingerprint) */
.wp-block-group {
}

.entry-content {
}

.elementor-widget-container {
}

.wp-caption {
    margin: 0;
}

.alignnone {
}

@import url('/wp-content/themes/pinup-child/assets/css/vars.css?ver=2.1');

/* ===== RESET / BASE ===== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    background: #323234;
}

body {
    font-family: 'PT Sans', sans-serif;
    background: #323234;
    color: #e8e4df;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: #00fbc8;
    text-decoration: none;
}

a:hover {
    color: #00e0b0;
    text-decoration: underline;
}

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

/* ===== BOOTSTRAP OVERRIDES ===== */
.container {
    max-width: 1200px;
    padding-left: 16px;
    padding-right: 16px;
}

/* ===== HEADER ===== */
#xh81f-header {
    background: #000;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 16px rgba(0, 251, 200, 0.12);
}

#xh81f-header .navbar {
    padding: 10px 0;
    min-height: 64px;
    flex-wrap: nowrap;
}

.pu-logo img {
    height: 46px;
    width: auto;
}

.pu-logo {
    display: flex;
    align-items: center;
}

.pu-nav-link {
    color: #e8e4df !important;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px !important;
    transition: color 0.25s;
    letter-spacing: 0.03em;
}

.pu-nav-link:hover {
    color: #00fbc8 !important;
    text-decoration: none;
}

.navbar-nav {
    gap: 0;
}

.pu-btn-login {
    background: transparent;
    color: #00fbc8 !important;
    border: 2px solid #00fbc8;
    border-radius: 6px;
    padding: 7px 20px !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: background 0.22s, color 0.22s;
    white-space: nowrap;
}

.pu-btn-login:hover {
    background: #00fbc8;
    color: #000 !important;
    text-decoration: none;
}

.pu-btn-signup {
    background: #ff2e09;
    color: #fff !important;
    border: 2px solid #ff2e09;
    border-radius: 6px;
    padding: 7px 20px !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: background 0.22s, transform 0.18s;
    white-space: nowrap;
}

.pu-btn-signup:hover {
    background: #d9260a;
    border-color: #d9260a;
    color: #fff !important;
    transform: scale(1.04);
    text-decoration: none;
}

.pu-online-badge {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(0, 251, 200, 0.08);
    border: 1px solid rgba(0, 251, 200, 0.22);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 13px;
    color: #00fbc8;
    white-space: nowrap;
}

.pu-online-dot {
    width: 8px;
    height: 8px;
    background: #00fbc8;
    border-radius: 50%;
    animation: blink-dot 1.4s infinite;
    flex-shrink: 0;
}

@keyframes blink-dot {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

/* Burger */
.navbar-toggler {
    border: none;
    background: transparent;
    padding: 6px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.pu-burger-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #e8e4df;
    margin: 5px 0;
    transition: all 0.3s;
    border-radius: 2px;
}

.navbar-toggler[aria-expanded="true"] .pu-burger-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .pu-burger-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .pu-burger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* header nav mobile */
@media (max-width: 991px) {
    .pu-header-btns-always {
        display: flex !important;
        gap: 6px;
        align-items: center;
        order: 10;
    }

    .navbar-collapse {
        background: #0a0a0a;
        border-top: 1px solid #222;
        padding: 12px 0;
    }

    .pu-btn-login, .pu-btn-signup {
        font-size: 12px;
        padding: 6px 12px !important;
    }
}

#xb92k-hero {
    position: relative;
    min-height: 520px;
    background: url('/pin-banner.png') center center / cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#xb92k-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.78) 0%, rgba(50, 50, 52, 0.55) 60%, rgba(255, 46, 9, 0.18) 100%);
}

.hero-inner {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: clamp(28px, 5vw, 54px);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
    margin-bottom: 16px;
}

.hero-title span {
    color: #00fbc8;
}

.hero-sub {
    font-size: clamp(15px, 2vw, 20px);
    color: #c9ffe8;
    margin-bottom: 32px;
    max-width: 560px;
    line-height: 1.55;
}

.pu-btn-hero {
    display: inline-block;
    background: #ff2e09;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    padding: 14px 42px;
    letter-spacing: 0.06em;
    border: none;
    text-decoration: none !important;
    box-shadow: 0 4px 24px rgba(255, 46, 9, 0.45);
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
}

.pu-btn-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.12);
    opacity: 0;
    transition: opacity 0.2s;
}

.pu-btn-hero:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 32px rgba(255, 46, 9, 0.6);
}

.pu-btn-hero:hover::after {
    opacity: 1;
}

/* ===== SECTION COMMON ===== */
.pu-section {
    padding: 64px 0;
}

.pu-section-title {
    font-size: clamp(22px, 3.5vw, 34px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.pu-section-sub {
    color: #a0a0a8;
    font-size: 15px;
    margin-bottom: 36px;
}

.pu-divider {
    width: 52px;
    height: 4px;
    background: linear-gradient(90deg, #00fbc8, #ff2e09);
    border-radius: 2px;
    margin: 10px 0 28px;
}

/* ===== BLOCK CARD WRAPPER ===== */
.pu-block {
    background: #242426;
    border-radius: 14px;
    padding: 32px 28px;
    margin-bottom: 28px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: box-shadow 0.25s;
}

.pu-block:hover {
    box-shadow: 0 6px 42px rgba(0, 251, 200, 0.10);
}

/* ===== MIRRORS TABLE ===== */
.pu-mirror-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.pu-mirror-time {
    background: rgba(0, 251, 200, 0.10);
    border: 1px solid rgba(0, 251, 200, 0.28);
    border-radius: 6px;
    padding: 5px 14px;
    font-size: 14px;
    color: #00fbc8;
}

.pu-mirror-label {
    font-size: 13px;
    color: #888;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pu-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.pu-table thead tr {
    background: #1a1a1c;
}

.pu-table thead th {
    padding: 12px 16px;
    color: #00fbc8;
    font-weight: 700;
    border-bottom: 2px solid rgba(0, 251, 200, 0.22);
    text-align: left;
    white-space: nowrap;
}

.pu-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.18s;
}

.pu-table tbody tr:hover {
    background: rgba(0, 251, 200, 0.05);
}

.pu-table tbody td {
    padding: 11px 16px;
    color: #d4d4d8;
    vertical-align: middle;
}

.pu-table tbody td a {
    color: #00fbc8;
    text-decoration: none;
    font-weight: 600;
}

.pu-table tbody td a:hover {
    text-decoration: underline;
}

.badge-active {
    background: #00fbc8;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    border-radius: 20px;
    padding: 3px 11px;
    letter-spacing: 0.04em;
}

.badge-main {
    background: #ff2e09;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 20px;
    padding: 3px 11px;
}

/* ===== WINNERS TABLE ===== */
.pu-winners-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pu-winners-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pu-winners-list li:last-child {
    border-bottom: none;
}

.pu-rank {
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
}

.pu-rank-1 {
    background: #ffd700;
    color: #000;
}

.pu-rank-2 {
    background: #c0c0c0;
    color: #000;
}

.pu-rank-3 {
    background: #cd7f32;
    color: #000;
}

.pu-rank-n {
    background: #2e2e32;
    color: #888;
    font-size: 12px;
}

.pu-winner-name {
    flex: 1;
    color: #e8e4df;
    font-weight: 600;
    font-size: 14px;
}

.pu-winner-amount {
    color: #00fbc8;
    font-weight: 800;
    font-size: 15px;
    white-space: nowrap;
}

/* ===== BONUSES ===== */
.pu-bonuses-grid {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.pu-bonus-card {
    flex: 1 1 280px;
    background: #1c1c1e;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: transform 0.22s, box-shadow 0.22s;
    display: flex;
    flex-direction: column;
}

.pu-bonus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0, 251, 200, 0.15);
}

.pu-bonus-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pu-bonus-body {
    padding: 20px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pu-bonus-tag {
    display: inline-block;
    background: rgba(255, 46, 9, 0.15);
    color: #ff2e09;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    padding: 3px 10px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.pu-bonus-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.25;
}

.pu-bonus-desc {
    font-size: 14px;
    color: #a0a0a8;
    line-height: 1.55;
    flex: 1;
}

.pu-bonus-cta {
    display: block;
    margin-top: 18px;
    background: #ff2e09;
    color: #fff !important;
    text-align: center;
    padding: 11px 18px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.2s;
}

.pu-bonus-cta:hover {
    background: #d9260a;
}

/* Swiper override for mobile bonuses */
@media (max-width: 768px) {
    .pu-bonuses-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 12px;
    }

    .pu-bonus-card {
        flex: 0 0 82vw;
        scroll-snap-align: start;
    }

    .pu-bonuses-grid::-webkit-scrollbar {
        height: 4px;
    }

    .pu-bonuses-grid::-webkit-scrollbar-thumb {
        background: #00fbc8;
        border-radius: 2px;
    }
}

/* ===== DEMO GAME ===== */
.pu-demo-wrap {
    position: relative;
    background: #0a0a0c;
    border-radius: 10px;
    aspect-ratio: 16/9;
    max-height: 520px;
}

.pu-demo-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.pu-demo-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.72);
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 5;
}

.pu-demo-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.pu-demo-play {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #ff2e09;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 32px rgba(255, 46, 9, 0.55);
    transition: transform 0.2s;
}

.pu-demo-play:hover {
    transform: scale(1.1);
}

.pu-demo-play svg {
    fill: #fff;
    margin-left: 5px;
}

.pu-demo-label {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

/* ===== REVIEWS ===== */
.pu-reviews-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.pu-review-card {
    flex: 1 1 260px;
    background: #1c1c1e;
    border-radius: 12px;
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: box-shadow 0.22s;
}

.pu-review-card:hover {
    box-shadow: 0 6px 28px rgba(0, 251, 200, 0.12);
}

.pu-review-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.pu-review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(0, 251, 200, 0.3);
    flex-shrink: 0;
}

.pu-review-name {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}

.pu-review-date {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

.pu-review-stars {
    color: #ffd700;
    font-size: 17px;
    margin-bottom: 10px;
}

.pu-review-text {
    font-size: 14px;
    color: #b0b0b8;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .pu-reviews-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 12px;
    }

    .pu-review-card {
        flex: 0 0 85vw;
        scroll-snap-align: start;
    }
}

/* ===== REVIEW FORM ===== */
.pu-form-wrap {
    background: #1c1c1e;
    border-radius: 12px;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.pu-form-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 22px;
}

.pu-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.pu-form-label {
    font-size: 13px;
    color: #a0a0a8;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.pu-form-input, .pu-form-textarea {
    background: #111113;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    padding: 11px 14px;
    color: #e8e4df;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
}

.pu-form-input:focus, .pu-form-textarea:focus {
    border-color: #00fbc8;
}

.pu-form-textarea {
    resize: vertical;
    min-height: 100px;
}

.pu-form-btn {
    background: #ff2e09;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.18s;
    display: inline-block;
}

.pu-form-btn:hover {
    background: #d9260a;
    transform: translateY(-2px);
}

.pu-form-success {
    display: none;
    background: rgba(0, 251, 200, 0.1);
    border: 1px solid rgba(0, 251, 200, 0.35);
    border-radius: 8px;
    padding: 16px 20px;
    color: #00fbc8;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin-top: 14px;
}

#xc73p-content h1, #xc73p-content h2, #xc73p-content h3,
#xc73p-content h4, #xc73p-content h5, #xc73p-content h6 {
    color: #fff;
    font-weight: 700;
    margin: 28px 0 12px;
    line-height: 1.3;
}

#xc73p-content h2 {
    font-size: 24px;
}

#xc73p-content h3 {
    font-size: 20px;
    color: #00fbc8;
}

#xc73p-content p {
    margin-bottom: 14px;
    color: #c8c8d0;
    line-height: 1.7;
}

#xc73p-content ul, #xc73p-content ol {
    padding-left: 22px;
    margin-bottom: 14px;
    color: #c8c8d0;
}

#xc73p-content li {
    margin-bottom: 6px;
    line-height: 1.6;
}

#xc73p-content a {
    color: #00fbc8;
}

#xc73p-content a:hover {
    color: #00e0b0;
}

#xc73p-content table {
    width: auto;
    border-collapse: collapse;
    margin: 18px auto;
    font-size: 14px;
}

#xc73p-content table th {
    background: #1a1a1c;
    color: #00fbc8;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
}

#xc73p-content table td {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #c8c8d0;
}

#xc73p-content table tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}

#xc73p-content blockquote {
    border-left: 4px solid #00fbc8;
    padding: 10px 18px;
    margin: 18px 0;
    background: rgba(0, 251, 200, 0.06);
    color: #b0e8dd;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

#xc73p-content img {
    border-radius: 8px;
    margin: 16px auto;
}

#xc73p-content strong {
    color: #fff;
    font-weight: 700;
}

/* ===== FOOTER ===== */
#xf44m-footer {
    background: #000;
    padding: 48px 0 24px;
    margin-top: 40px;
}

.footer-top {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.footer-col {
    flex: 1 1 200px;
}

.footer-col-title {
    color: #00fbc8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-nav a {
    color: #888;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-nav a:hover {
    color: #00fbc8;
    text-decoration: none;
}

.footer-logo img {
    height: 40px;
    width: auto;
    margin-bottom: 14px;
}

.footer-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.footer-payments, .footer-providers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.footer-badge {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    color: #888;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.footer-divider {
    border: none;
    border-top: 1px solid #1a1a1a;
    margin: 24px 0;
}

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

.footer-copy {
    font-size: 12px;
    color: #444;
    line-height: 1.7;
}

.footer-copy a {
    color: #555;
}

.footer-copy a:hover {
    color: #888;
    text-decoration: none;
}

.footer-license {
    font-size: 11px;
    color: #3a3a3a;
    max-width: 520px;
    line-height: 1.65;
}

.fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

::-webkit-scrollbar {
    width: 7px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #00fbc8;
}

/* ===== BREADCRUMB ===== */
.pu-breadcrumb {
    padding: 12px 0;
}

.pu-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.pu-breadcrumb li {
    font-size: 13px;
    color: #666;
}

.pu-breadcrumb li + li::before {
    content: '/';
    margin-right: 6px;
    color: #444;
}

.pu-breadcrumb a {
    color: #888;
}

.pu-breadcrumb a:hover {
    color: #00fbc8;
    text-decoration: none;
}

/* ===== FAQ ===== */
.pu-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pu-faq-q {
    width: 100%;
    background: none;
    border: none;
    color: #e8e4df;
    text-align: left;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.pu-faq-q:hover {
    color: #00fbc8;
}

.pu-faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s;
    color: #00fbc8;
    font-size: 20px;
}

.pu-faq-q[aria-expanded="true"] .pu-faq-icon {
    transform: rotate(45deg);
}

.pu-faq-a {
    font-size: 14px;
    color: #a0a0a8;
    line-height: 1.7;
    padding: 0 0 16px;
    display: none;
}

.pu-faq-a.open {
    display: block;
}

/* ===== AUTHOR BLOCK ===== */
.pu-author-block {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #1c1c1e;
    border-radius: 10px;
    padding: 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    margin-top: 32px;
}

.pu-author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #00fbc8;
    flex-shrink: 0;
}

.pu-author-info {
    flex: 1;
}

.pu-author-name {
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    margin-bottom: 4px;
}

.pu-author-bio {
    font-size: 13px;
    color: #888;
    line-height: 1.55;
}

.pu-author-link {
    font-size: 13px;
    color: #00fbc8;
    margin-top: 6px;
    display: inline-block;
}

@media (max-width: 576px) {
    .pu-section {
        padding: 44px 0;
    }

    .pu-block {
        padding: 22px 16px;
    }

    .footer-top {
        gap: 24px;
    }

    #xb92k-hero {
        min-height: 360px;
    }
}

.wp-block-image {
}

.wp-block-heading {
}

.site-header__inner {
}

.elementor-section {
}

.e-con-inner {
}

.custom-logo-link {
}

@media (max-width: 991px) {
    #xh81f-header {
        z-index: 9999;
    }

    #xh81f-header .navbar {
        flex-wrap: wrap;
    }

    #puNavCollapse {
        flex-basis: 100%;
        width: 100%;
        order: 20;
        margin-top: 10px;
        background: #0a0a0a;
        border: 1px solid rgba(0, 251, 200, 0.18);
        border-radius: 10px;
        padding: 12px 14px;
        box-shadow: 0 12px 34px rgba(0, 0, 0, 0.65);
    }

    #puNavCollapse.collapse:not(.show) {
        display: none !important;
    }

    #puNavCollapse.collapse.show {
        display: block !important;
    }

    #puNavCollapse .navbar-nav {
        width: 100%;
        gap: 4px;
        margin: 0 !important;
    }

    #puNavCollapse .nav-item {
        width: 100%;
    }

    #puNavCollapse .pu-nav-link {
        display: block;
        width: 100%;
        padding: 11px 12px !important;
        border-radius: 8px;
        color: #e8e4df !important;
        background: rgba(255, 255, 255, 0.035);
    }

    #puNavCollapse .pu-nav-link:hover {
        background: rgba(0, 251, 200, 0.1);
        color: #00fbc8 !important;
    }

    #puNavCollapse .pu-online-badge {
        width: fit-content;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .pu-header-btns-always {
        gap: 4px !important;
    }

    .pu-btn-login,
    .pu-btn-signup {
        font-size: 11px;
        padding: 5px 8px !important;
    }

    .pu-logo img {
        height: 38px;
    }

    #puNavCollapse {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    #xh81f-header .navbar {
        position: relative;
    }

    #puNavCollapse {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        z-index: 10000;
        background: #0a0a0a;
        border: 1px solid rgba(0, 251, 200, 0.25);
        border-radius: 12px;
        padding: 12px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
    }

    #puNavCollapse.collapse:not(.show) {
        display: none !important;
    }

    #puNavCollapse.collapse.show {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    #puNavCollapse .navbar-nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 !important;
        gap: 6px;
    }

    #puNavCollapse .nav-item {
        width: 100%;
    }

    #puNavCollapse .pu-nav-link {
        display: block;
        width: 100%;
        padding: 12px 14px !important;
        border-radius: 8px;
        background: #161618;
        color: #e8e4df !important;
        text-align: left;
    }

    #puNavCollapse .pu-nav-link:hover {
        background: rgba(0, 251, 200, 0.12);
        color: #00fbc8 !important;
    }
}

.nx-header {
    background: #000;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.nx-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.nx-logo img {
    height: 42px;
}

.nx-nav {
    display: flex;
    gap: 18px;
    margin-left: auto;
}

.nx-nav a {
    color: #ddd;
    font-size: 14px;
    text-decoration: none;
}

.nx-nav a:hover {
    color: #00fbc8;
}

.nx-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nx-online {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #00fbc8;
    background: rgba(0, 251, 200, 0.08);
    border: 1px solid rgba(0, 251, 200, 0.2);
    border-radius: 20px;
    padding: 4px 10px;
}

.nx-dot {
    width: 6px;
    height: 6px;
    background: #00fbc8;
    border-radius: 50%;
}

.nx-btn {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.nx-btn-login {
    border: 1px solid #00fbc8;
    color: #00fbc8;
}

.nx-btn-reg {
    background: #ff2e09;
    color: #fff;
}

.nx-burger {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    margin-left: auto;
}

.nx-burger span {
    width: 22px;
    height: 2px;
    background: #fff;
}

/* mobile */
@media (max-width: 900px) {
    .nx-nav {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: #0a0a0a;
        flex-direction: column;
        padding: 14px;
        display: none;
        border-top: 1px solid #222;
    }

    .nx-nav.open {
        display: flex;
    }


    .nx-burger {
        display: flex;
    }
}