:root {
    --pn-bg: #090b13;
    --pn-panel: #111522;
    --pn-card: #0d1019;
    --pn-line: rgba(255, 255, 255, .12);
    --pn-text: #f6f7fb;
    --pn-muted: #a8adbd;
    --pn-pink: #ff2f92;
    --pn-cyan: #26d9ff;
}

.pn-offers,
.pn-catalog {
    box-sizing: border-box;
}

.pn-offers *,
.pn-catalog * {
    box-sizing: inherit;
}

.pn-offers {
    background-color: var(--pn-bg);
    background-image:
        linear-gradient(rgba(38, 217, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 47, 146, .04) 1px, transparent 1px);
    background-size: 42px 42px;
    color: var(--pn-text);
    margin: 0;
    min-height: 100vh;
    overflow: hidden;
    width: 100% !important;
}

body.pixelnerd-offers-page .newsmatic-breadcrumb-wrap,
body.pixelnerd-offers-page #masthead,
body.pixelnerd-offers-page article > .entry-header,
body.pixelnerd-offers-page article > .entry-footer,
body.pixelnerd-offers-page .secondary-left-sidebar,
body.pixelnerd-offers-page .secondary-sidebar,
body.pixelnerd-offers-page .nr-site-header,
body.pixelnerd-offers-page .nr-site-footer {
    display: none !important;
}

body.pixelnerd-offers-page .nr-main {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
}

html body.pixelnerd-offers-page {
    padding-top: 0 !important;
}

html body.pixelnerd-offers-page #page #theme-content main#primary,
html body.pixelnerd-offers-page #page main#primary,
body.pixelnerd-offers-page #primary {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

html body.pixelnerd-offers-page #page #theme-content,
html body.pixelnerd-offers-page #page #theme-content > .newsmatic-container,
html body.pixelnerd-offers-page #page #theme-content > .newsmatic-container > .row,
body.pixelnerd-offers-page #theme-content,
body.pixelnerd-offers-page #theme-content > .newsmatic-container,
body.pixelnerd-offers-page #theme-content > .newsmatic-container > .row {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.pn-offers__brand {
    align-items: center;
    border-bottom: 1px solid var(--pn-line);
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 1240px;
    min-height: 76px;
    padding: 14px 24px;
}

.pn-offers__logo {
    display: block;
    line-height: 0;
    width: min(220px, 56vw);
}

.pn-offers__logo img {
    height: 52px !important;
    max-width: 220px !important;
    object-fit: contain;
    object-position: left center;
    width: 100% !important;
}

body.pixelnerd-offers-page .pn-offers .pn-eyebrow {
    color: #26d9ff !important;
    opacity: 1 !important;
    text-shadow: 0 0 14px rgba(38, 217, 255, .24);
}

body.pixelnerd-offers-page .pn-offers .pn-offers__catalog > header > p,
body.pixelnerd-offers-page .pn-offers .pn-offers__explain > p,
body.pixelnerd-offers-page .pn-offers .pn-offers__lead,
body.pixelnerd-offers-page .pn-offers .pn-offers__trust {
    color: #a8adbd !important;
    opacity: 1 !important;
}

html body.pixelnerd-offers-page #page #theme-content main#primary .entry-content .pn-offers p.pn-eyebrow {
    color: #26d9ff !important;
    opacity: 1 !important;
}

html body.pixelnerd-offers-page #page #theme-content main#primary .entry-content .pn-offers p.pn-offers__lead,
html body.pixelnerd-offers-page #page #theme-content main#primary .entry-content .pn-offers p.pn-offers__trust,
html body.pixelnerd-offers-page #page #theme-content main#primary .entry-content .pn-offers .pn-offers__catalog > header > p,
html body.pixelnerd-offers-page #page #theme-content main#primary .entry-content .pn-offers .pn-offers__explain > p {
    color: #a8adbd !important;
    opacity: 1 !important;
}

.pn-offers__brand nav {
    display: flex;
    gap: 22px;
}

.pn-offers__brand nav a {
    color: var(--pn-text) !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

html body.pixelnerd-offers-page #page #theme-content main#primary > .newsmatic-container,
body.pixelnerd-offers-page #primary > .newsmatic-container,
body.pixelnerd-offers-page #primary .row,
body.pixelnerd-offers-page #primary .primary-content,
body.pixelnerd-offers-page #primary .post-inner-wrapper,
body.pixelnerd-offers-page #primary article,
body.pixelnerd-offers-page #primary .entry-content {
    background: transparent;
    margin: 0;
    max-width: none !important;
    padding: 0;
    width: 100% !important;
}

body.pixelnerd-offers-page #primary .primary-content {
    display: block !important;
    flex: 0 0 100% !important;
}

body.pixelnerd-offers-page #primary .row {
    display: block !important;
}

.pn-offers__hero,
.pn-offers__catalog,
.pn-offers__explain {
    margin-inline: auto;
    max-width: 1240px;
    padding: clamp(72px, 10vw, 140px) 24px;
}

.pn-offers__hero {
    min-height: min(820px, 88vh);
    position: relative;
}

.pn-offers__hero::after {
    background: radial-gradient(circle, rgba(255, 47, 146, .34), transparent 68%);
    content: '';
    filter: blur(18px);
    height: 430px;
    pointer-events: none;
    position: absolute;
    right: -140px;
    top: 50px;
    width: 430px;
}

.pn-eyebrow {
    color: var(--pn-cyan) !important;
    font-size: 13px !important;
    font-weight: 850;
    letter-spacing: .16em;
    margin: 0 0 18px;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
}

.pn-offers h1,
.pn-offers h2,
.pn-offers h3,
.pn-offers p {
    font-family: inherit;
}

.pn-offers h1 {
    font-size: clamp(52px, 8.5vw, 118px);
    letter-spacing: -.065em;
    line-height: .88;
    margin: 0;
    max-width: 970px;
}

.pn-offers h1 em {
    color: var(--pn-pink);
    font-style: normal;
    text-shadow: 4px 4px 0 rgba(38, 217, 255, .22);
}

.pn-offers__lead {
    color: var(--pn-muted) !important;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.5;
    margin: 34px 0;
    max-width: 760px;
}

.pn-offers__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pn-button,
.pn-product-card__cta,
.pn-load-more {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    text-decoration: none !important;
}

.pn-button {
    min-height: 52px;
    padding: 12px 20px;
}

.pn-button--primary {
    background: var(--pn-pink);
    color: #fff !important;
    box-shadow: 5px 5px 0 var(--pn-cyan);
}

.pn-button--ghost {
    border: 1px solid var(--pn-line);
    color: var(--pn-text) !important;
}

.pn-offers__trust {
    color: var(--pn-muted) !important;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    list-style: none;
    margin: 48px 0 0;
    padding: 0;
}

.pn-offers__trust li::before {
    color: var(--pn-cyan);
    content: '■';
    font-size: .65em;
    margin-right: 9px;
}

.pn-offers__signal {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, 12px);
    margin-bottom: 26px;
}

.pn-offers__signal span {
    animation: pn-pulse 1.8s infinite alternate;
    aspect-ratio: 1;
    background: var(--pn-pink);
}

.pn-offers__signal span:nth-child(2) { animation-delay: .25s; }
.pn-offers__signal span:nth-child(3) { animation-delay: .5s; }

@keyframes pn-pulse {
    to { background: var(--pn-cyan); transform: translateY(-4px); }
}

@media (prefers-reduced-motion: reduce) {
    .pn-offers__signal span { animation: none; }
}

.pn-offers__catalog {
    border-top: 1px solid var(--pn-line);
}

.pn-offers__catalog > header {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
    margin-bottom: 34px;
}

.pn-offers__catalog h2,
.pn-offers__explain h2 {
    font-size: clamp(34px, 5vw, 64px) !important;
    letter-spacing: -.045em;
    line-height: 1 !important;
    margin: 0 !important;
}

.pn-offers__catalog > header > p,
.pn-offers__explain > p {
    color: var(--pn-muted) !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
}

.pn-catalog__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pn-product-card {
    background: var(--pn-card);
    border: 1px solid var(--pn-line);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.pn-product-card__media {
    aspect-ratio: 1 / 1;
    background: #070911;
    display: block;
    overflow: hidden;
    position: relative;
}

.pn-product-card__media img {
    height: 100%;
    object-fit: contain;
    transition: transform .25s ease;
    width: 100%;
}

.pn-product-card:hover .pn-product-card__media img { transform: scale(1.025); }

.pn-product-card__placeholder {
    align-items: center;
    color: var(--pn-cyan);
    display: flex;
    font-size: 42px;
    font-weight: 900;
    height: 100%;
    justify-content: center;
}

.pn-product-card__badge {
    background: var(--pn-pink);
    border-radius: 6px;
    color: #080a12 !important;
    font-size: 11px !important;
    font-weight: 900;
    left: 12px;
    letter-spacing: .08em;
    padding: 7px 9px !important;
    position: absolute;
    top: 12px;
}

.pn-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.pn-product-card__type {
    color: var(--pn-cyan) !important;
    font-size: 12px !important;
    font-weight: 850;
    letter-spacing: .12em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.pn-product-card h3 {
    display: -webkit-box;
    font-size: 18px !important;
    line-height: 1.28 !important;
    margin: 0 0 18px !important;
    min-height: 3.84em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pn-product-card__price {
    margin-top: auto;
}

.pn-product-card__price del,
.pn-product-card__price strong,
.pn-product-card__price span {
    display: block;
}

.pn-product-card__price del,
.pn-product-card__price span {
    color: var(--pn-muted) !important;
    font-size: 13px !important;
}

.pn-product-card__price strong {
    font-size: 24px !important;
    letter-spacing: -.03em;
    margin: 2px 0;
}

.pn-product-card__cta {
    background: var(--pn-pink);
    color: #080a12 !important;
    margin-top: 16px;
    min-height: 46px;
    padding: 10px 14px;
}

.pn-load-more {
    background: transparent;
    border: 1px solid var(--pn-cyan);
    color: var(--pn-text);
    cursor: pointer;
    margin: 34px auto 0;
    min-height: 48px;
    padding: 10px 22px;
}

.pn-load-more:disabled { cursor: wait; opacity: .65; }
.pn-load-status { color: var(--pn-muted) !important; text-align: center; }

.pn-offers__explain {
    border-top: 1px solid var(--pn-line);
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

.pn-offers__explain .pn-eyebrow { grid-column: 1 / -1; margin: 0; }
.pn-offers__explain .pn-button { align-self: start; justify-self: start; }

@media (max-width: 980px) {
    .pn-catalog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    body.pixelnerd-offers-page #wpadminbar {
        display: none !important;
    }
    html:has(body.pixelnerd-offers-page) {
        margin-top: 0 !important;
    }
    .pn-offers__brand {
        min-height: 64px;
        padding-inline: 18px;
    }
    .pn-offers__logo img {
        height: 42px !important;
        max-width: 190px !important;
    }
    .pn-offers__brand nav a:not(:last-child) {
        display: none;
    }
    .pn-offers__hero,
    .pn-offers__catalog,
    .pn-offers__explain { padding-inline: 18px; }
    .pn-offers__hero { min-height: auto; padding-block: 42px 58px; }
    .pn-offers h1 { font-size: clamp(38px, 10.5vw, 46px); line-height: .98; }
    .pn-offers__hero .pn-eyebrow { font-size: 12px !important; letter-spacing: .12em; line-height: 1.55 !important; }
    .pn-offers__catalog > header,
    .pn-offers__explain { grid-template-columns: 1fr; }
    .pn-catalog__grid { grid-template-columns: 1fr; }
    .pn-product-card { display: grid; grid-template-columns: 40% 60%; }
    .pn-product-card__media { aspect-ratio: auto; min-height: 230px; }
    .pn-product-card h3 { font-size: 16px; min-height: auto; }
    .pn-product-card__price strong { font-size: 20px; }
}
