/* ==========================================================================
   Recital Manager Flow — Luxury FCT Navy & Gold Design System
   International Schools & Elite Music Conservatories Aesthetic
   ========================================================================== */

:root {
    --navy-950: #040d1a;
    --navy-900: #08182b;
    --navy-850: #0b2038;
    --navy-800: #0d284b;
    
    --gold-300: #f3d999;
    --gold-400: #dfb76c;
    --gold-500: #c7984a;
    --gold-600: #b08137;
    
    --gold-glow: rgba(199, 152, 74, 0.25);
    --navy-glow: rgba(13, 40, 75, 0.4);
}

/* Background Ambient Orbs */
.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    pointer-events: none;
    z-index: 0;
}

.glow-gold {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(199, 152, 74, 0.2), transparent 70%);
    top: -100px;
    left: 20%;
    animation: floatGlow 16s ease-in-out infinite alternate;
}

.glow-navy {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(20, 56, 101, 0.4), transparent 70%);
    top: 40%;
    right: -100px;
    animation: floatGlow 18s ease-in-out infinite alternate-reverse;
}

@keyframes floatGlow {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, 20px) scale(1.06); }
    100% { transform: translate(-20px, -30px) scale(0.96); }
}

/* Gold Gradient Typography */
.gold-gradient-text {
    background: linear-gradient(135deg, #fcebc2 0%, #dfb76c 40%, #c7984a 70%, #9a6f23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Buttons */
.btn-gold-glow {
    background: linear-gradient(135deg, #dfb76c 0%, #c7984a 100%);
    color: #040d1a;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(199, 152, 74, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-gold-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(199, 152, 74, 0.55);
    background: linear-gradient(135deg, #f3d999 0%, #dfb76c 100%);
}

.btn-hero-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #dfb76c 0%, #c7984a 50%, #b08137 100%);
    color: #040d1a;
    font-family: 'Cinzel', serif;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.05em;
    padding: 16px 36px;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(199, 152, 74, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-hero-gold:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 40px rgba(199, 152, 74, 0.6);
    background: linear-gradient(135deg, #f3d999 0%, #dfb76c 100%);
}

.btn-hero-navy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(11, 32, 56, 0.85);
    backdrop-filter: blur(12px);
    color: #f1f5f9;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.05em;
    padding: 16px 32px;
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid rgba(199, 152, 74, 0.3);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-hero-navy:hover {
    background: rgba(13, 40, 75, 1);
    border-color: #c7984a;
    transform: translateY(-2px);
}

.btn-gold-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(11, 32, 56, 0.8);
    color: #f3d999;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid #c7984a;
    transition: all 0.2s ease;
}

.btn-gold-outline:hover {
    background: #c7984a;
    color: #040d1a;
    box-shadow: 0 4px 16px rgba(199, 152, 74, 0.4);
}

/* Luxury Showcase Card Frame */
.luxury-card-frame {
    background: #08182b;
    border-radius: 24px;
    border: 1px solid rgba(199, 152, 74, 0.35);
    overflow: hidden;
}

.btn-console-pill {
    transition: all 0.2s ease;
}

/* Feature Cards */
.luxury-feature-card {
    background: #08182b;
    border: 1px solid rgba(199, 152, 74, 0.2);
    border-radius: 20px;
    padding: 32px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(199, 152, 74, 0.5);
    background: #0b2038;
    box-shadow: 0 14px 35px -5px rgba(4, 13, 26, 0.8);
}

/* Pricing Buttons */
.btn-pricing-navy {
    display: block;
    background: #0b2038;
    color: #ffffff;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px;
    border-radius: 14px;
    text-decoration: none;
    border: 1px solid rgba(199, 152, 74, 0.25);
    transition: all 0.2s ease;
}

.btn-pricing-navy:hover {
    background: #0d284b;
    border-color: #c7984a;
}

.btn-pricing-gold {
    display: block;
    background: linear-gradient(135deg, #dfb76c 0%, #c7984a 100%);
    color: #040d1a;
    font-family: 'Cinzel', serif;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.03em;
    padding: 14px;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(199, 152, 74, 0.4);
    transition: all 0.25s ease;
}

.btn-pricing-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(199, 152, 74, 0.6);
    background: linear-gradient(135deg, #f3d999 0%, #dfb76c 100%);
}

/* FAQ Accordions */
.luxury-faq {
    background: #08182b;
    border: 1px solid rgba(199, 152, 74, 0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.luxury-faq[open] {
    border-color: rgba(199, 152, 74, 0.5);
    background: #0b2038;
}

.luxury-faq-question {
    padding: 20px 24px;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1rem;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    user-select: none;
}

.luxury-faq-question::-webkit-details-marker {
    display: none;
}

.luxury-faq[open] .luxury-faq-question i {
    transform: rotate(180deg);
}

.luxury-faq-answer {
    padding: 0 24px 20px;
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.6;
}
