/* Warstwa konwersyjna 2026-07-12: zachowuje obecny język wizualny NWZ. */

section {
    opacity: 1 !important;
    transform: none !important;
}

#hero {
    background:
        radial-gradient(circle at 77% 35%, rgba(201, 162, 39, 0.13), transparent 30%),
        var(--bg);
}

.nwz-fomo-note {
    max-width: 560px;
    margin: 18px 0 0;
    padding: 13px 15px;
    border-left: 3px solid var(--accent);
    border-radius: 0 10px 10px 0;
    background: var(--accent-soft);
    color: var(--text-dim);
    font-size: 13px;
    line-height: 1.55;
}

.nwz-fomo-note strong {
    color: var(--accent-dark);
}

.nwz-proofline {
    margin-top: 16px;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.55;
}

.nwz-proofline strong {
    color: var(--text);
}

.nwz-decision-strip {
    padding: 24px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--bg-alt);
}

.nwz-decision-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.nwz-decision-item {
    padding: 16px 18px;
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    background: var(--card);
}

.nwz-decision-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--accent-dark);
    font-size: 14px;
}

.nwz-decision-item span {
    color: var(--text-dim);
    font-size: 12px;
    line-height: 1.5;
}

.nwz-reader-quote {
    max-width: 820px;
    margin: 16px auto 0;
    color: var(--text-dim);
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

.nwz-reader-quote strong {
    color: var(--text);
}

.nwz-honest-price {
    margin-bottom: 20px;
    padding: 12px 16px;
    border: 1px solid rgba(201, 162, 39, 0.2);
    border-radius: var(--radius);
    background: var(--accent-soft);
    color: var(--text-dim);
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

.nwz-honest-price strong {
    color: var(--accent-dark);
}

.nwz-cookie {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px max(20px, calc((100vw - 1060px) / 2));
    border-top: 1px solid rgba(201, 162, 39, 0.22);
    background: rgba(253, 251, 247, 0.97);
    color: var(--text-dim);
    font-size: 12px;
    line-height: 1.5;
    backdrop-filter: blur(14px);
}

.nwz-cookie.is-visible {
    display: flex;
}

.nwz-cookie a {
    color: var(--accent-dark);
}

.nwz-cookie-actions {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
}

.nwz-cookie button {
    min-height: 40px;
    padding: 9px 16px;
    border: 1px solid var(--card-border);
    border-radius: 8px;
    background: var(--card);
    color: var(--text);
    cursor: pointer;
    font: inherit;
    font-weight: 650;
}

.nwz-cookie button.is-primary {
    border-color: var(--accent);
    background: var(--accent);
    color: #fff;
}

@media (max-width: 768px) {
    #hero {
        padding-top: 96px;
        padding-bottom: 42px;
    }

    #hero .hero-grid {
        gap: 20px;
    }

    #hero .book-wrap {
        order: 0;
    }

    #hero .book-mockup {
        width: 168px;
        height: 243px;
    }

    #hero .book-spine {
        height: 236px;
    }

    #hero .hero-title {
        font-size: clamp(29px, 8.4vw, 38px);
        margin-bottom: 14px;
    }

    #hero .hero-subtitle {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.62;
    }

    #hero .hero-price {
        margin-bottom: 14px;
    }

    .nwz-fomo-note {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .nwz-proofline {
        text-align: center;
    }

    .nwz-decision-grid {
        grid-template-columns: 1fr;
    }

    .nwz-reader-quote {
        text-align: left;
    }

    .nwz-cookie {
        align-items: stretch;
        flex-direction: column;
        padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
    }

    .nwz-cookie-actions button {
        flex: 1;
    }

    .sticky-cta.visible {
        bottom: var(--nwz-cookie-height, 0px);
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
    }
}
