/* VIP / PREMIUM PORTAL STYLES */
.vip-hero { text-align: center; padding: 60px 4% 40px; position: relative; }
.vip-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 20px; background: rgba(241, 196, 15, 0.1); border: 1px solid rgba(241, 196, 15, 0.3); color: var(--vip); border-radius: 30px; font-size: 13px; font-weight: 800; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 2px; }
.vip-hero h1 { font-size: 4rem; margin: 0 0 15px; font-weight: 800; font-family: 'Space Grotesk'; }
.vip-hero h1 span { background: linear-gradient(135deg, var(--vip), #e67e22, var(--primary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.vip-hero p { font-size: 1.2rem; color: var(--text-muted); max-width: 600px; margin: 0 auto; line-height: 1.6; }

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 40px 5%; max-width: 1300px; margin: 0 auto; align-items: center; }

.price-card { background: rgba(20,20,25,0.7); border: 1px solid var(--border); border-radius: 24px; padding: 40px; position: relative; backdrop-filter: blur(20px); transition: 0.4s; }
.price-card:hover { transform: translateY(-10px); border-color: rgba(255,255,255,0.2); background: rgba(30,30,40,0.9); }
.price-card.featured { border: 2px solid var(--vip); background: linear-gradient(180deg, rgba(30,30,40,0.9), rgba(15,15,20,0.95)); transform: scale(1.05); box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 30px rgba(241, 196, 15, 0.1); }
.price-card.featured:hover { transform: scale(1.05) translateY(-5px); box-shadow: 0 40px 80px rgba(0,0,0,0.9), 0 0 40px rgba(241, 196, 15, 0.2); }

.card-label { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); background: var(--vip); color: black; padding: 6px 20px; border-radius: 20px; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 5px 15px rgba(241, 196, 15, 0.4); }

.plan-name { font-size: 24px; font-weight: 800; font-family: 'Space Grotesk'; margin: 0 0 10px; }
.plan-price { font-size: 48px; font-weight: 800; margin: 0 0 20px; color: white; display: flex; align-items: baseline; gap: 5px; }
.plan-price span { font-size: 18px; color: var(--text-muted); font-weight: 600; }
.plan-desc { color: var(--text-muted); font-size: 14px; margin-bottom: 30px; line-height: 1.6; }

.feature-list { list-style: none; padding: 0; margin: 0 0 40px; display: flex; flex-direction: column; gap: 15px; }
.feature-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; font-weight: 600; color: #ddd; }
.feature-list li i { color: #2ecc71; font-size: 16px; margin-top: 3px; }
.feature-list li.disabled { opacity: 0.4; text-decoration: line-through; }
.feature-list li.disabled i { color: var(--text-muted); }

.price-card.featured .feature-list li i { color: var(--vip); }

.btn-plan { width: 100%; padding: 18px; border-radius: 14px; border: 1px solid var(--border); background: transparent; color: white; font-weight: 800; font-family: 'Space Grotesk'; font-size: 16px; cursor: pointer; transition: 0.3s; }
.btn-plan:hover { background: rgba(255,255,255,0.1); }
.price-card.featured .btn-plan { background: linear-gradient(135deg, var(--vip), #e67e22); color: black; border: none; box-shadow: 0 10px 20px rgba(241, 196, 15, 0.3); }
.price-card.featured .btn-plan:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(241, 196, 15, 0.5); }

/* MAESTRO AI STUDIO STYLES */
.ai-layout { display: flex; max-width: 1600px; margin: 30px auto; padding: 0 4%; gap: 40px; height: calc(100vh - 120px); align-items: center;}
.ai-info { flex: 1; max-width: 500px; }
.ai-info h2 { font-size: 4rem; font-family: 'Space Grotesk'; margin: 0 0 20px; line-height: 1.1; font-weight: 800; }
.ai-info h2 span { color: var(--accent); text-shadow: 0 0 30px rgba(188, 19, 254, 0.4); }
.ai-info p { font-size: 1.2rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 30px; }

.ai-stages { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.ai-stage { display: flex; align-items: center; gap: 15px; background: rgba(255,255,255,0.03); padding: 15px 20px; border-radius: 16px; border: 1px solid transparent; transition: 0.3s; opacity: 0.5;}
.ai-stage.active { border-color: var(--accent); background: rgba(188, 19, 254, 0.05); opacity: 1; transform: translateX(10px); }
.ai-stage i { font-size: 24px; color: var(--text-muted); }
.ai-stage.active i { color: var(--accent); text-shadow: 0 0 15px var(--accent); }
.ai-stage h4 { margin: 0; font-size: 16px; font-weight: 700; color: white; }
.ai-stage p { margin: 5px 0 0; font-size: 13px; color: var(--text-muted); }

.ai-upload-box { flex: 1; background: rgba(10,10,15,0.8); border: 2px dashed rgba(188, 19, 254, 0.3); border-radius: 40px; height: 600px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; transition: 0.3s; overflow: hidden; backdrop-filter: blur(30px); box-shadow: 0 30px 80px rgba(0,0,0,0.8); cursor: pointer; }
.ai-upload-box:hover { border-color: var(--accent); background: rgba(15,10,20,0.9); }
.upload-icon { font-size: 70px; color: var(--accent); margin-bottom: 30px; opacity: 0.8; transition: 0.3s; }
.ai-upload-box:hover .upload-icon { transform: translateY(-10px); opacity: 1; text-shadow: 0 20px 40px rgba(188, 19, 254, 0.5); }
.ai-upload-box h3 { font-size: 28px; margin: 0 0 10px; font-family: 'Space Grotesk'; font-weight: 800; }
.ai-upload-box p { color: var(--text-muted); font-size: 15px; margin-bottom: 30px; }
.ai-upload-box input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }

.visualizer { position: absolute; bottom: 0; left: 0; width: 100%; height: 150px; display: none; align-items: flex-end; justify-content: center; gap: 4px; padding: 20px; box-sizing: border-box; }
.bar { width: 8px; background: linear-gradient(0deg, var(--secondary), var(--accent)); border-radius: 4px 4px 0 0; animation: equalize 1s infinite alternate ease-in-out; }
@keyframes equalize { 0% { height: 10%; } 100% { height: 100%; } }

.loading-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(10,10,15,0.95); display: none; flex-direction: column; justify-content: center; align-items: center; z-index: 10; backdrop-filter: blur(10px); }
.loading-overlay h2 { font-family: 'Space Grotesk'; margin: 20px 0 10px; font-size: 24px; color: white;}
.progress-container { width: 60%; height: 6px; background: rgba(255,255,255,0.1); border-radius: 10px; overflow: hidden; margin-top: 20px; }
.progress-bar { width: 0%; height: 100%; background: linear-gradient(90deg, var(--secondary), var(--accent)); transition: width 0.3s linear; }

@media (max-width: 900px) {
    .pricing-grid { grid-template-columns: 1fr; max-width: 500px; }
    .price-card.featured { transform: scale(1); }
    .price-card.featured:hover { transform: translateY(-5px); }
    .ai-layout { flex-direction: column; height: auto;}
    .ai-upload-box { height: 400px; width: 100%;}
}
