/* Utility Classes for Inline Style Replacements */
.product-proof {
    margin-top: 12px;
    font-size: var(--font-size-14);
    color: var(--text-primary);
    font-weight: var(--font-weight-500);
}

.benefit-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
}

.price-display {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.price-value {
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-700);
    color: var(--text-primary);
}

.price-helper {
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-400);
    color: var(--text-muted);
}

.btn-secondary.btn-secondary-outline {
    /* Merged with .btn-secondary - using same styling */
    margin-top: 12px;
    width: 100%;
}

.shipping-info {
    margin-top: 12px;
    font-size: var(--font-size-tiny);
    color: var(--text-muted);
    text-align: center;
}

.product-tagline {
    margin-top: 8px;
    margin-bottom: 32px;
    font-size: var(--font-size-14);
    color: var(--text-muted);
    font-style: italic;
    text-align: center;
}

.story-list {
    margin-top: 20px;
    padding-left: 20px;
}

.story-list-item {
    margin-bottom: 12px;
}

.comparison-subtitle {
    text-align: center;
    margin-bottom: 24px;
    color: var(--text-muted);
}

.social-proof-section {
    padding: 60px 0;
    background-color: var(--bg-surface);
}

.social-proof-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.social-proof-rating {
    font-size: var(--font-size-display);
    font-weight: var(--font-weight-700);
    margin-bottom: 8px;
}

.social-proof-count {
    font-size: var(--font-size-18);
    color: var(--text-muted);
    margin-bottom: 24px;
}

.social-proof-quote {
    font-size: var(--font-size-18);
    font-style: italic;
    color: var(--text-primary);
    margin-bottom: 24px;
}

.social-proof-cta {
    margin-top: 16px;
}

.section-title-centered {
    text-align: center;
    margin-bottom: 30px;
}




