/* ========================================
   UTILITY CLASSES
   Common reusable styles across all pages
======================================== */

/* --- TEXT UTILITIES --- */
.product-subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

.rating-text {
    font-size: 16px;
    opacity: 0.95;
}

.social-proof {
    font-size: 11px;
    margin-top: 5px;
    color: #666;
}

.urgency-text {
    font-size: 11px;
    margin-top: 5px;
    color: #d32f2f;
    font-weight: 700;
}

.product-note {
    font-size: 11px;
    margin-top: 5px;
    color: #666;
}

.footer-description {
    max-width: 600px;
    margin: 0 auto 15px;
}

.footer-disclaimer {
    color: #999;
    font-size: 13px;
}

/* --- PRICING UTILITIES --- */
.savings-highlight {
    background: #fff3e0;
    padding: 8px 15px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 14px;
    color: #e65100;
    font-weight: 600;
}

.save-tag-hot {
    font-size: 15px;
    padding: 6px 15px;
}

/* --- BUTTON UTILITIES --- */
.btn-hero {
    display: inline-block;
    width: auto;
    padding: 15px 40px;
    margin: 0 auto;
}

/* --- SECTION UTILITIES --- */
.trust-section {
    text-align: center;
    margin: 50px 0;
}

.trust-section h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 24px;
}

/* --- FOOTER UTILITIES --- */
footer h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 18px;
}

footer p {
    margin: 10px 0;
}

/* --- STICKY CTA UTILITIES --- */
.sticky-cta-label {
    font-size: 12px;
    color: #666;
    opacity: 0.9;
}

.sticky-cta-price {
    font-size: 16px;
    font-weight: 700;
    color: #ff6f00;
}

.sticky-cta-discount {
    font-size: 12px;
    background: #ff6f00;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
}
