/* ==========================================
   طراحی هرم عطری با لیبل‌های خوانا و شیک
========================================== */
.vp-creative-pyramid-wrap {
    margin: 50px 0; text-align: center; font-family: inherit;
}
.vp-creative-title {
    font-size: 22px; font-weight: 800; color: #333; margin-bottom: 40px; position: relative; display: inline-block;
}
.vp-creative-title::after {
    content: ''; position: absolute; width: 40px; height: 3px; background: #d4af37; bottom: -10px; left: 50%; transform: translateX(-50%); border-radius: 2px;
}
.vp-pyramid-structure {
    display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.vp-pyramid-tier {
    display: flex; flex-direction: column; align-items: center; padding: 20px 30px 30px;
    background: rgba(250, 250, 250, 0.6); border-radius: 20px; border: 1px solid rgba(0,0,0,0.03); box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}
.tier-label {
    font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #888; margin-bottom: 20px; font-weight: bold;
}
.tier-items {
    display: flex; justify-content: center; gap: 25px; flex-wrap: wrap;
}
.vp-note-wrapper {
    display: flex; flex-direction: column; align-items: center; gap: 12px; width: 85px;
}
.vp-note-circle {
    width: 80px; height: 80px; border-radius: 50%; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    display: flex; justify-content: center; align-items: center; padding: 12px; transition: transform 0.3s ease;
}
.vp-note-wrapper:hover .vp-note-circle {
    transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}
.vp-note-circle img {
    max-width: 100%; max-height: 100%; object-fit: contain;
}
/* لیبل خوانا و جذاب نام نوت در زیر تصویر */
.vp-note-name-label {
    font-size: 13px; font-weight: 600; color: #444; background: #fff; padding: 4px 12px;
    border-radius: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); text-align: center;
    border: 1px solid #f0f0f0; white-space: nowrap; transition: color 0.3s ease;
}
.vp-note-wrapper:hover .vp-note-name-label { color: #d4af37; }

/* ==========================================
   داشبورد ویژگی‌های تخصصی (فصل، طبع، جنسیت، رایحه)
========================================== */
.vp-creative-dashboard {
    display: flex; flex-wrap: wrap; gap: 25px; margin: 50px 0; font-family: inherit; direction: rtl;
}
.vp-dash-col {
    flex: 1 1 45%; display: flex; flex-direction: column; gap: 25px;
}
.vp-card {
    background: #fff; border-radius: 20px; padding: 30px; box-shadow: 0 5px 25px rgba(0,0,0,0.04); border: 1px solid rgba(0,0,0,0.02);
}
.vp-full-h { height: 100%; box-sizing: border-box; }
.vp-card-title {
    font-size: 16px; font-weight: 700; color: #222; margin-top: 0; margin-bottom: 25px; display: flex; align-items: center; gap: 10px;
}
.vp-card-title::before {
    content: ''; width: 4px; height: 16px; background: #d4af37; border-radius: 2px;
}

/* --- طراحی فوق مدرن جنسیت (Glassmorphism Track) --- */
.vp-lux-gender-box {
    display: flex; flex-direction: column; gap: 15px;
}
.vp-lux-g-labels {
    display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: bold;
}
.vp-lux-female { color: #FF4081; display: flex; align-items: center; gap: 5px; }
.vp-lux-male { color: #2979FF; display: flex; align-items: center; gap: 5px; }
.vp-icon-svg { width: 18px; height: 18px; fill: currentColor; }

.vp-lux-g-track {
    width: 100%; height: 14px; border-radius: 20px;
    background: linear-gradient(90deg, rgba(255,64,129,0.1) 0%, rgba(41,121,255,0.1) 100%);
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.05); position: relative; overflow: hidden;
}
.vp-lux-g-fill {
    height: 100%; position: absolute; right: 0; top: 0; border-radius: 20px;
    background: linear-gradient(90deg, #FF4081 0%, #F50057 100%);
    box-shadow: 0 0 10px rgba(255,64,129,0.4);
    transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}
/* نیمه مردانه به صورت پیش‌فرض در بک‌گراند نوار دیده می‌شود، و نیمه زنانه روی آن پر می‌شود */
.vp-lux-g-track::before {
    content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, #448AFF 0%, #2979FF 100%); border-radius: 20px;
}

/* --- طراحی جدید طبع و طعم (Pill-shaped Progress Bars) --- */
.vp-nature-pill-list {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 25px;
}
.vp-nature-pill {
    display: flex; flex-direction: column; gap: 8px;
}
.vp-np-info {
    display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; color: #555;
}
.vp-np-val { color: #999; font-weight: bold; }
.vp-np-track {
    width: 100%; height: 8px; background: #f2f2f2; border-radius: 10px; overflow: hidden;
}
.vp-np-fill {
    height: 100%; border-radius: 10px; transition: width 1s ease-out;
}

/* --- فصل‌ها (Liquid Cards) --- */
.vp-season-blocks { display: flex; gap: 15px; justify-content: space-between; }
.vp-s-block {
    flex: 1; height: 80px; border-radius: 12px; background-color: var(--bg-color);
    position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center;
}
.vp-s-liquid {
    position: absolute; bottom: 0; left: 0; width: 100%; height: var(--fill-h);
    background-color: var(--fill-color); opacity: 0.2; transition: height 1s ease;
}
.vp-s-content {
    position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 5px;
    font-size: 12px; font-weight: 600; color: #444;
}
.vp-s-ico { font-size: 20px; }

/* --- آکوردهای براق و شیشه‌ای (Glossy Bars) --- */
.vp-accords-glossy { display: flex; flex-direction: column; gap: 16px; }
.vp-glossy-bar-wrap {
    width: 100%; background: #f9f9f9; border-radius: 20px; padding: 3px; box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}
.vp-glossy-bar {
    height: 32px; border-radius: 16px; display: flex; align-items: center; padding: 0 15px;
    position: relative; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    animation: growBar 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; transform-origin: right;
}
.vp-bar-shine {
    position: absolute; top: 0; left: 0; right: 0; height: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%);
}
.vp-bar-text {
    position: relative; z-index: 2; color: #fff; font-size: 13px; font-weight: 700; text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
@keyframes growBar { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* ریسپانسیو */
@media (max-width: 768px) {
    .vp-dash-col { flex: 1 1 100%; }
    .vp-nature-pill-list { grid-template-columns: 1fr; }
}