/* EP Prime Premium Design System */

:root {
    --prime-gold: #FFD700;
    --prime-burgundy: rgb(102, 0, 0);
    --prime-dark: #1a1a1a;
    --prime-text: #2c3e50;
    --prime-serif: 'Georgia', 'Times New Roman', serif;
    --prime-sans: 'Public Sans', 'Inter', sans-serif;
}

.prime-gated #primeContent {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background: white;
    box-shadow: 0 10px 50px rgba(0,0,0,0.03);
    border-radius: 8px;
}

.prime-gated h3 {
    font-family: var(--prime-serif);
    font-size: 2.8rem;
    color: var(--prime-dark);
    line-height: 1.2;
    margin-bottom: 30px;
    border-left: 6px solid var(--prime-burgundy);
    padding-left: 20px;
}

.prime-gated p {
    font-family: var(--prime-serif);
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--prime-text);
    margin-bottom: 25px;
    text-align: justify;
}

.prime-gated .prime-label {
    display: inline-flex;
    align-items: center;
    background: var(--prime-burgundy);
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-family: var(--prime-sans);
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.prime-gated .prime-badge {
    background: var(--prime-gold);
    color: black;
    padding: 2px 6px;
    border-radius: 2px;
    margin-left: 8px;
    font-size: 0.7rem;
}

.prime-gated img {
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.prime-gated .img-caption {
    font-family: var(--prime-sans);
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
}

#primeUpsell {
    border: 1px solid #eee;
    border-radius: 16px;
    background: linear-gradient(to bottom right, #fff, #fdfbfb);
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
}

#primeUpsell h2 {
    font-family: var(--prime-serif);
    font-weight: 700;
}

.blurred-content {
    filter: blur(10px);
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
}
