/**
 * Perspective - Woo Add-On: Frontend Styles
 *
 * @package Perspective_Woo
 */

/* ============================================
   Login-to-See Pricing
   ============================================ */
.perspective-login-to-see {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    font-style: italic;
    padding: 4px 0;
}

/* ============================================
   Guest CTA Button
   ============================================ */
.perspective-guest-cta {
    margin: 12px 0;
}

.perspective-login-btn {
    display: inline-block;
    background: #2563eb !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 28px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
    cursor: pointer;
}

.perspective-login-btn:hover {
    background: #1d4ed8 !important;
    color: #ffffff !important;
}

.perspective-login-btn-loop {
    display: inline-block;
    background: #2563eb !important;
    color: #ffffff !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
    transition: background 0.2s ease !important;
}

.perspective-login-btn-loop:hover {
    background: #1d4ed8 !important;
    color: #ffffff !important;
}

/* ============================================
   Tier Badge (on price)
   ============================================ */
.perspective-tier-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    vertical-align: middle;
    margin-left: 6px;
    letter-spacing: 0.02em;
}

.perspective-franchise-badge {
    background: #f5f3ff;
    color: #7c3aed;
}

/* ============================================
   Tier Notice (Shop Page)
   ============================================ */
.perspective-tier-notice {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.perspective-tier-notice-franchise {
    background: #f5f3ff;
    color: #7c3aed;
    border: 1px solid #ede9fe;
}

.perspective-tier-notice-general {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #dbeafe;
}

.perspective-tier-notice-business_owner {
    background: #ecfeff;
    color: #0891b2;
    border: 1px solid #cffafe;
}

.perspective-tier-icon {
    font-size: 8px;
    line-height: 1;
}

/* ============================================
   Product Badge (Franchise Exclusive)
   ============================================ */
.perspective-product-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.perspective-franchise-product-badge {
    background: #f5f3ff;
    color: #7c3aed;
    border: 1px solid #ede9fe;
}
