/* Prestige Theme for AdminJuris */

:root {
    --bordeaux: #7a1f2e;
    --bordeaux-fonce: #5c1520;
    --or: #b8963e;
    --or-clair: #d4af6a;
    --or-pale: #e8d5a3;
    --creme: #f5f1eb;
    --creme-fonce: #ede8e0;
    --gris: #5a5a5a;
    --blanc: #ffffff;
    --texte: #2a1a1a;
    
    /* Overriding base variables if needed */
    --bg: var(--creme);
    --bg-soft: var(--blanc);
    --text: var(--texte);
    --gold: var(--or);
    --line: var(--or-pale);
}

body.theme-prestige {
    font-family: 'EB Garamond', serif;
    background: var(--creme);
    color: var(--texte);
}

.theme-prestige h1, 
.theme-prestige h2, 
.theme-prestige h3,
.theme-prestige .brand-name {
    font-family: 'Cormorant Garamond', serif;
}

/* Specific Header for Prestige */
.theme-prestige header {
    background: var(--creme);
    border-bottom: 1px solid var(--or-pale);
}

.theme-prestige .logo-circle {
    width: 60px;
    height: 60px;
    border: 1.5px solid var(--or);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 15px;
}

.theme-prestige .brand-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
}

.theme-prestige .brand-text .admin { color: var(--bordeaux); }
.theme-prestige .brand-text .juris { color: var(--or); }

/* Band / Slogan area */
.theme-prestige .hero-band {
    background: var(--bordeaux);
    color: var(--or-pale);
    text-align: center;
    padding: 15px 0;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 1px;
}

/* Service Cards */
.theme-prestige .card {
    background: var(--blanc);
    border: 1px solid var(--creme-fonce);
    border-top: 4px solid var(--bordeaux);
    border-radius: 0; /* Square elegant look */
}

.theme-prestige .card h3 {
    color: var(--bordeaux);
}

.theme-prestige .btn-primary {
    background: var(--bordeaux);
    border-color: var(--bordeaux);
    color: var(--blanc);
    border-radius: 4px; /* Less rounded for prestige */
}

.theme-prestige .btn-primary:hover {
    background: var(--bordeaux-fonce);
}

.theme-prestige .btn-secondary {
    border-color: var(--or);
    color: var(--or);
    border-radius: 4px;
}

/* Footer */
.theme-prestige footer {
    background: var(--bordeaux-fonce);
    color: var(--blanc);
}

.theme-prestige .footer-box {
    border-top-color: var(--or);
}

/* Pricing Section for Prestige Theme */
.theme-prestige .pricing-card {
    background: var(--blanc);
    border: 1px solid var(--creme-fonce);
    border-top: 4px solid var(--bordeaux);
    border-radius: 0;
}

.theme-prestige .pricing-card.featured {
    border: 2px solid var(--bordeaux);
    transform: scale(1.02);
}

.theme-prestige .pricing-badge {
    background: var(--bordeaux);
    border-radius: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    letter-spacing: 1px;
}

.theme-prestige .pricing-card h3 {
    color: var(--bordeaux);
}

.theme-prestige .pricing-price {
    font-family: 'Cormorant Garamond', serif;
    color: var(--bordeaux);
}

.theme-prestige .pricing-price span.price-val {
    color: var(--or);
}

.theme-prestige .pricing-features li::before {
    color: var(--or);
}

.theme-prestige .pricing-hours {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
}

.theme-prestige .pricing-divider {
    border-top-color: var(--creme-fonce);
}
