/* ============================================================
   BONO — SINGLE PAGE
   ============================================================ */

/* ── HERO ────────────────────────────────────────────────── */
.bono-hero {
    background: var(--lz-navy);
    position: relative;
    padding: 2rem 0 2.5rem;
    overflow: hidden;
}

.bono-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

/* Hero: 2 columns (content + card) */
.bono-hero-container {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2rem;
    align-items: start;
    position: relative;
}

/* ── BREADCRUMB ──────────────────────────────────────────── */
.bono-breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem .5rem;
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    align-items: center;
}

.bono-breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .78rem;
    color: rgba(255,255,255,.65);
}

.bono-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '›';
    color: rgba(255,255,255,.35);
}

.bono-breadcrumb .breadcrumb-item a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    transition: color .2s;
}

.bono-breadcrumb .breadcrumb-item a:hover { color: var(--lz-gold); }

.bono-breadcrumb .breadcrumb-item.active span {
    color: var(--lz-gold);
    font-weight: 600;
}

/* ── URGENCY BANNER ──────────────────────────────────────── */
.bono-urgency-banner {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: rgba(221,220,170,.15);
    border: 1px solid rgba(221,220,170,.4);
    border-radius: 8px;
    padding: .55rem 1rem;
    margin-bottom: 1rem;
    font-size: .82rem;
    color: var(--lz-gold);
}

.bono-urgency-banner .urgency-icon { font-size: 1.1rem; flex-shrink: 0; }

/* ── ORGANIZER ───────────────────────────────────────────── */
.bono-organizer {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .75rem;
    font-size: .82rem;
    color: rgba(255,255,255,.75);
}

.bono-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    background: rgba(221,220,170,.15);
    border: 1px solid rgba(221,220,170,.35);
    color: var(--lz-gold);
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: .2rem .6rem;
    border-radius: 20px;
}

/* ── HERO TITLE ──────────────────────────────────────────── */
.bono-header-content h1 {
    font-size: clamp(1.4rem, 4vw, 1.85rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 .75rem;
    line-height: 1.2;
}

.bono-description {
    font-size: .9rem;
    color: rgba(255,255,255,.82);
    line-height: 1.65;
    margin-bottom: 1rem;
}

/* ── FEATURES STRIP ──────────────────────────────────────── */
.bono-features {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.bono-feature-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    padding: .5rem .9rem;
}

.bono-feature-icon {
    font-size: 1.2rem;
    line-height: 1;
    flex-shrink: 0;
}

.bono-feature-text span {
    display: block;
    font-size: .63rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgba(255,255,255,.6);
}

.bono-feature-text strong {
    display: block;
    font-size: .86rem;
    font-weight: 700;
    color: #fff;
}

/* ── LOSS AVERSION ───────────────────────────────────────── */

.loss-aversion-header {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255,255,255,.85);
    margin-bottom: .65rem;
}

.loss-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.loss-list li {
    font-size: .82rem;
    color: rgba(255,255,255,.75);
    line-height: 1.6;
    margin-bottom: .2rem;
}

/* ── HERO CARD (right column) ────────────────────────────── */
.bono-hero-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(0,0,0,.28);
    padding: 1.35rem;
    text-align: center;
}

.bono-card-badge {
    display: inline-block;
    background: var(--lz-gold);
    color: var(--lz-navy);
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: .3rem .9rem;
    border-radius: 20px;
    margin-bottom: .85rem;
}

/* Countdown */
.bono-card-countdown {
    background: var(--lz-navy);
    border-radius: 8px;
    padding: .7rem 1rem;
    margin-bottom: .85rem;
}

.bono-card-countdown .countdown-label {
    display: block;
    font-size: .72rem;
    color: rgba(255,255,255,.75);
    margin-bottom: .4rem;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: .75rem;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-number {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--lz-gold);
    line-height: 1;
}

.countdown-item .countdown-label {
    font-size: .62rem;
    color: rgba(255,255,255,.65);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: .15rem;
}

.bono-card-title {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: #999;
    margin-bottom: .3rem;
}

.bono-amount {
    display: block;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 700;
    color: var(--lz-navy);
    line-height: 1.2;
    margin-bottom: .85rem;
}

/* Value highlight */
.bono-value-highlight {
    background: var(--blanco-legalzone);
    border-radius: 6px;
    padding: .55rem .85rem;
    margin-bottom: .95rem;
    font-size: .8rem;
}

.value-label {
    display: block;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #999;
    margin-bottom: .15rem;
}

.value-original {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--lz-navy);
}

.value-note {
    display: block;
    font-size: .68rem;
    color: #aaa;
    margin-top: .15rem;
}

/* ── CLAIM BUTTON ────────────────────────────────────────── */
.btn-bono-claim {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    background: var(--lz-navy);
    color: #fff !important;
    font-weight: 700;
    font-size: .88rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: .9rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background .2s, transform .15s;
    margin-bottom: .6rem;
    border: none;
    cursor: pointer;
}

.btn-bono-claim:hover {
    background: var(--lz-gold);
    transform: scale(1.01);
    color: #fff !important;
}

/* Pulse animation for sidebar button */
@keyframes pulse-cta {
    0%, 100% { box-shadow: 0 0 0 0 rgba(12,70,49,.35); }
    50%       { box-shadow: 0 0 0 8px rgba(12,70,49,0); }
}

.btn-pulse { animation: pulse-cta 2s ease-in-out infinite; }

.bono-tnc {
    font-size: .62rem;
    color: #bbb;
    margin: 0;
    text-align: center;
}

/* ── MAIN CONTENT ────────────────────────────────────────── */
.bono-article {
    font-size: .9rem;
    line-height: 1.8;
    color: #444;
}

/* Card base for sections inside article */
.bono-article > section,
.bono-article > div,
.bono-howto-section,
.bono-faq {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 6px rgba(0,0,0,.04);
}

.bono-article h2 {
    border-left: 3px solid var(--lz-gold);
    padding-left: .6rem;
    font-size: 1.2rem;
    color: var(--lz-navy);
    margin: 0 0 1rem;
}

.bono-article h3 {
    font-size: 1rem;
    color: var(--negro-legalzone);
    margin: 1.25rem 0 .5rem;
}

/* ── CTA INTERMEDIATE ────────────────────────────────────── */
.bono-cta-intermediate {
    background: var(--lz-navy) !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.4rem !important;
    flex-wrap: wrap;
}

.cta-intermediate-left {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex: 1;
    min-width: 0;
}

.cta-intermediate-left .cta-emoji {
    font-size: 1.6rem;
    flex-shrink: 0;
}

.cta-intermediate-left .cta-text strong {
    display: block;
    font-size: .92rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .15rem;
}

.cta-intermediate-left .cta-text span {
    font-size: .8rem;
    color: rgba(255,255,255,.8);
}

.btn-cta-intermediate {
    flex-shrink: 0;
    background: var(--lz-gold);
    color: var(--lz-navy) !important;
    font-weight: 700;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: .7rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s, transform .15s;
}

.btn-cta-intermediate:hover {
    background: #cccb98;
    transform: scale(1.02);
    color: var(--lz-navy) !important;
}

/* ── HOW TO ──────────────────────────────────────────────── */
.howto-steps {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    margin-bottom: 1.25rem;
}

.howto-step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.step-number {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--lz-navy);
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-content h3 {
    margin: 0 0 .2rem;
    font-size: .92rem;
    font-weight: 700;
    color: var(--negro-legalzone);
}

.step-content p {
    margin: 0;
    font-size: .86rem;
    color: #666;
    line-height: 1.55;
}

.howto-cta {
    background: var(--blanco-legalzone);
    border-radius: 8px;
    padding: 1rem 1.1rem;
    text-align: center;
    margin-top: .5rem;
    border: 1px solid #e8e8e8;
}

.howto-cta p {
    margin: 0 0 .75rem;
    font-size: .88rem;
    color: #555;
}

.howto-cta .btn-bono-claim {
    display: inline-flex;
    width: auto;
    padding: .8rem 2rem;
}

/* ── FAQ ─────────────────────────────────────────────────── */
.bono-faq h2 {
    border-left: 3px solid var(--lz-gold);
    padding-left: .6rem;
    font-size: 1.2rem;
    color: var(--lz-navy);
    margin: 0 0 1rem;
}

.faq-list {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.bono-faq-item { border-bottom: 1px solid #eee; }
.bono-faq-item:last-child { border-bottom: none; }

.bono-faq-btn {
    width: 100%;
    background: #fff;
    border: none;
    padding: .95rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    cursor: pointer;
    text-align: left;
    font-size: .88rem;
    font-weight: 600;
    color: var(--negro-legalzone);
    transition: background .2s, color .2s;
}

.bono-faq-btn:hover,
.bono-faq-btn[aria-expanded="true"] {
    background: var(--blanco-legalzone);
    color: var(--lz-navy);
}

.faq-toggle-icon {
    flex-shrink: 0;
    font-size: 1.15rem;
    color: #aaa;
    font-style: normal;
    transition: transform .25s;
}

.bono-faq-btn[aria-expanded="true"] .faq-toggle-icon {
    transform: rotate(45deg);
    color: var(--lz-navy);
}

.bono-faq-content {
    padding: .75rem 1.25rem 1rem;
    font-size: .87rem;
    line-height: 1.7;
    color: #555;
    border-top: 1px solid #eee;
}

.bono-faq-content[hidden] { display: none; }

/* ── SIDEBAR ─────────────────────────────────────────────── */
.bono-sidebar-inner {
    position: sticky;
    top: 68px;
}

.bono-sidebar-inner .sidebar-widget {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    padding: 1.1rem 1.25rem;
}

.bono-sidebar-inner .sidebar-widget:last-child { margin-bottom: 0; }

.bono-sidebar-inner .widget-title {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--lz-navy);
    margin: 0 0 .75rem;
    padding-bottom: .55rem;
    border-bottom: 2px solid var(--lz-gold);
}

/* Author box */
.author-box {
    display: flex;
    align-items: center;
    gap: .85rem;
}

.author-box img {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid var(--blanco-legalzone);
}

.author-box .author-name {
    display: block;
    font-size: .88rem;
    font-weight: 700;
    color: var(--negro-legalzone);
}

.author-box .author-role {
    display: block;
    font-size: .74rem;
    color: #999;
    margin-top: .1rem;
}

/* TOC */
#toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#toc-list li { margin-bottom: .2rem; }

#toc-list a {
    font-size: .8rem;
    color: #666;
    text-decoration: none;
    display: block;
    padding: .2rem .5rem;
    border-left: 2px solid transparent;
    transition: color .2s, border-color .2s;
    line-height: 1.45;
}

#toc-list a:hover {
    color: var(--lz-navy);
    border-left-color: var(--lz-gold);
}

/* Urgency widget */
.widget-urgency {
    border: 1px solid #ffe4b5 !important;
    background: #fffdf5 !important;
}

.urgency-header {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .75rem;
}

.urgency-title {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--lz-navy);
}

.urgency-stats { margin-bottom: .65rem; }

.urgency-stat {
    display: flex;
    align-items: baseline;
    gap: .35rem;
}

.stat-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--lz-navy);
    line-height: 1;
}

.stat-label {
    font-size: .8rem;
    color: #888;
}

.urgency-warning p {
    margin: 0;
    font-size: .8rem;
    color: #666;
    line-height: 1.55;
}

/* Sticky CTA widget */
.widget-sticky-cta > p {
    font-size: .82rem;
    color: #666;
    margin: 0 0 .85rem;
}

.widget-trust {
    display: flex;
    justify-content: center;
    gap: .85rem;
    flex-wrap: wrap;
    margin-top: .55rem;
}

.widget-trust span {
    font-size: .7rem;
    color: #888;
    font-weight: 600;
}

/* ── BOTTOM CTA (fixed bar) ──────────────────────────────── */
.bono-bottom-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--lz-navy);
    padding: .85rem 0;
    z-index: 200;
    box-shadow: 0 -4px 20px rgba(0,0,0,.22);
    transform: translateY(100%);
    transition: transform .3s ease;
}

.bono-bottom-cta.visible { transform: translateY(0); }

.bottom-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.bottom-cta-left {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
    flex: 1;
}

.bottom-urgency-badge {
    flex-shrink: 0;
    background: rgba(221,220,170,.2);
    border: 1px solid rgba(221,220,170,.4);
    color: var(--lz-gold);
    font-size: .7rem;
    font-weight: 700;
    padding: .2rem .6rem;
    border-radius: 4px;
    white-space: nowrap;
}

.bottom-cta-title {
    display: block;
    font-size: .88rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.bottom-cta-subtitle {
    display: block;
    font-size: .74rem;
    color: rgba(255,255,255,.72);
}

.btn-bottom-cta {
    flex-shrink: 0;
    background: var(--lz-gold);
    color: var(--lz-navy) !important;
    font-weight: 700;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: .7rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s;
    display: flex;
    align-items: center;
    gap: .4rem;
}

.btn-bottom-cta:hover { background: #cccb98; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1100px) {
    .bono-hero-container { grid-template-columns: 1fr 280px; }
}

@media (max-width: 900px) {
    .bono-hero-container { grid-template-columns: 1fr; }

    .bono-sidebar-inner {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}

@media (max-width: 640px) {
    .bono-sidebar-inner { grid-template-columns: 1fr; }

    .bono-features { gap: .5rem; }
    .bono-feature-item { padding: .4rem .65rem; }

    .bono-cta-intermediate {
        flex-direction: column;
        text-align: center;
        gap: .85rem;
    }

    .btn-cta-intermediate,
    .btn-bottom-cta {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .bottom-cta-content {
        flex-direction: column;
        text-align: center;
        gap: .5rem;
    }

    .bono-article > section,
    .bono-article > div,
    .bono-howto-section,
    .bono-faq {
        padding: 1rem;
    }

    .bono-verified-badge {
        display: none;
    }

    .bono-features {
        margin-bottom: 0;
        flex-direction: column;
    }
}
