/* ============================================================
   PROFIT BOOST — Newsletter, Shop the Look, Sticky Buy Bar
   ============================================================ */

/* ─── Newsletter Capture Section ─────────────────────────── */
.wl-newsletter-section {
    background: linear-gradient(135deg, #0a1628 0%, #020B13 50%, #0d1f35 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding: 60px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wl-newsletter-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(212,175,55,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.wl-newsletter-inner {
    max-width: 580px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.wl-newsletter-crown {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--sovereign, #D4AF37);
    opacity: 0.7;
}

.wl-newsletter-eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: var(--sovereign, #D4AF37);
    text-transform: uppercase;
    margin-bottom: 12px;
    opacity: 0.8;
}

.wl-newsletter-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 400;
    color: #f0e6c8;
    line-height: 1.3;
    margin-bottom: 10px;
}

.wl-newsletter-sub {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin-bottom: 28px;
}

.wl-newsletter-form {
    display: flex;
    gap: 0;
    max-width: 460px;
    margin: 0 auto 12px;
    flex-wrap: wrap;
    gap: 8px;
}

.wl-newsletter-form input[type="text"],
.wl-newsletter-form input[type="email"] {
    flex: 1;
    min-width: 140px;
    padding: 13px 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(212,175,55,0.25);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

.wl-newsletter-form input[type="text"]::placeholder,
.wl-newsletter-form input[type="email"]::placeholder {
    color: rgba(255,255,255,0.3);
}

.wl-newsletter-form input:focus {
    border-color: rgba(212,175,55,0.6);
}

.wl-newsletter-form button {
    padding: 13px 22px;
    background: var(--sovereign, #D4AF37);
    color: #020B13;
    border: none;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
}

.wl-newsletter-form button:hover {
    background: #e8c84a;
    transform: translateY(-1px);
}

.wl-newsletter-form button:active {
    transform: translateY(0);
}

.wl-newsletter-message {
    font-size: 13px;
    font-style: italic;
    min-height: 20px;
    transition: color 0.3s;
}

.wl-newsletter-message.success { color: #9ed89e; }
.wl-newsletter-message.error   { color: #e88; }

.wl-newsletter-disclaimer {
    margin-top: 10px;
    font-size: 11px;
    color: rgba(255,255,255,0.25);
}

/* ─── Shop the Look — Blog Sidebar Card ──────────────────── */
.post-sidebar .shop-the-look {
    background: linear-gradient(135deg, rgba(212,175,55,0.06) 0%, rgba(2,11,19,0.8) 100%);
    border: 1px solid rgba(212,175,55,0.2);
    padding: 20px;
    margin-top: 24px;
}

.post-sidebar .shop-the-look .sidebar-title {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--sovereign, #D4AF37);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-sidebar .shop-the-look .sidebar-title svg {
    opacity: 0.7;
}

.stl-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.stl-item {
    display: flex;
    gap: 10px;
    text-decoration: none;
    align-items: center;
    padding: 8px;
    transition: background 0.2s;
    border: 1px solid transparent;
}

.stl-item:hover {
    background: rgba(212,175,55,0.05);
    border-color: rgba(212,175,55,0.15);
}

.stl-thumb {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
}

.stl-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stl-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(212,175,55,0.3);
}

.stl-info {
    flex: 1;
    min-width: 0;
}

.stl-name {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stl-price {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: var(--sovereign, #D4AF37);
    font-weight: 600;
}

.stl-cta-badge {
    font-size: 10px;
    font-family: 'JetBrains Mono', monospace;
    color: rgba(212,175,55,0.6);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.stl-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    background: rgba(212,175,55,0.08);
    border: 1px solid rgba(212,175,55,0.2);
    color: var(--sovereign, #D4AF37);
    text-decoration: none;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.2s;
}

.stl-view-all:hover {
    background: rgba(212,175,55,0.15);
}

/* ─── Sticky Buy Bar ──────────────────────────────────────── */
.wl-sticky-buy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background: rgba(2, 11, 19, 0.97);
    border-top: 1px solid rgba(212,175,55,0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 12px 20px;
}

.wl-sticky-buy.visible {
    transform: translateY(0);
}

/* Push above mobile bottom nav if present */
@media (max-width: 768px) {
    .wl-sticky-buy {
        bottom: 60px;
    }
}

.wl-sticky-buy-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.wl-sticky-product-info {
    flex: 1;
    min-width: 0;
}

.wl-sticky-name {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #f0e6c8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wl-sticky-price {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    color: var(--sovereign, #D4AF37);
    font-weight: 600;
}

.wl-sticky-cta {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wl-sticky-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    background: var(--sovereign, #D4AF37);
    color: #020B13;
    text-decoration: none;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
}

.wl-sticky-btn:hover {
    background: #e8c84a;
    transform: translateY(-1px);
}

.wl-sticky-dismiss {
    background: none;
    border: none;
    color: rgba(255,255,255,0.3);
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    transition: color 0.2s;
}

.wl-sticky-dismiss:hover {
    color: rgba(255,255,255,0.7);
}

@media (max-width: 480px) {
    .wl-sticky-buy-inner {
        flex-wrap: wrap;
        gap: 8px;
    }

    .wl-sticky-product-info {
        width: 100%;
    }

    .wl-sticky-cta {
        width: 100%;
    }

    .wl-sticky-btn {
        flex: 1;
        justify-content: center;
    }
}
