.collage-img {
    width: 100%;
    height: auto;
    display: block;
    filter: contrast(1.1) brightness(1.1);
}

.feature-stack {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: left;
}

.social-proof-box {
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.social-text {
    font-size: 0.8rem;
    color: #fbbf24;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.social-img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.price-strike {
    background-color: #ef4444;
    color: white;
    font-size: 0.7rem;
    padding: 1px 4px;
    border-radius: 4px;
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 700;
    vertical-align: middle;
    opacity: 0.9;
    white-space: nowrap;
}

.check-icon {
    color: #4ade80;
    flex-shrink: 0;
    margin-top: 2px;
    width: 18px;
    height: 18px;
}

.gift-icon {
    color: #fbbf24;
    flex-shrink: 0;
    margin-top: 2px;
    width: 18px;
    height: 18px;
}

.feature-stack li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.9rem;
    line-height: 1.35;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-weight: 400;
}