.formations-hero{max-width:var(--max-w);margin:0 auto;padding:60px 32px 40px;text-align:center}.formations-hero h1{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;margin-bottom:20px}.formations-hero h1 .accent{background:linear-gradient(135deg,var(--gold-bright) 0%,var(--gold) 50%,var(--legendary) 100%);background-clip:text;-webkit-background-clip:text;color:transparent}.formations-hero p{font-size:17px;color:var(--text-2);max-width:620px;margin:0 auto 24px}.qualiopi-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:999px;background:var(--gold-dim);border:1px solid var(--gold);color:var(--gold);font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-top:16px}.qualiopi-badge svg{width:16px;height:16px}.quests-wrap{max-width:1200px;margin:40px auto 60px;padding:0 32px}.formation-quest{background:linear-gradient(135deg,var(--bg-card) 0%,var(--bg-subtle) 100%);border:1px solid var(--border-strong);border-radius:var(--radius-lg);margin-bottom:24px;display:grid;grid-template-columns:120px 1fr auto;gap:28px;padding:32px;position:relative;overflow:hidden;transition:all .25s}.formation-quest:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;transition:width .3s}.formation-quest:hover{border-color:var(--gold);transform:translate(4px);box-shadow:0 20px 40px -10px var(--gold-dim)}.formation-quest:hover:before{width:8px}.formation-quest.legendary:before{background:var(--legendary)}.formation-quest.epic:before{background:var(--epic-purple)}.formation-quest.rare:before{background:var(--rare-blue)}.formation-quest.common:before{background:var(--silver)}.quest-icon-side{display:flex;flex-direction:column;align-items:center;gap:12px;padding-right:24px;border-right:1px dashed var(--border);position:relative}.quest-icon-wrap{width:80px;height:80px;border-radius:var(--radius-lg);background:var(--bg);border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center}.quest-icon-wrap .svg-icon{width:56px;height:56px}.quest-difficulty{font-family:JetBrains Mono,monospace;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;padding:3px 8px;border-radius:3px;border:1px solid;white-space:nowrap}.formation-quest.legendary .quest-difficulty{color:var(--legendary);border-color:var(--legendary);background:var(--legendary-dim)}.formation-quest.epic .quest-difficulty{color:var(--epic-purple);border-color:var(--epic-purple);background:var(--epic-purple-dim)}.formation-quest.rare .quest-difficulty{color:var(--rare-blue);border-color:var(--rare-blue);background:var(--rare-blue-dim)}.formation-quest.common .quest-difficulty{color:var(--silver);border-color:var(--silver);background:var(--silver-dim)}.quest-body{min-width:0}.quest-tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.quest-tag{font-family:JetBrains Mono,monospace;font-size:10px;padding:3px 8px;border-radius:4px;background:var(--bg);border:1px solid var(--border);color:var(--text-2);font-weight:600;letter-spacing:.04em;text-transform:uppercase}.quest-tag.opco{color:var(--gold);border-color:var(--gold);background:var(--gold-dim)}.quest-tag.live{color:var(--teal);border-color:var(--teal);background:var(--teal-dim)}.formation-quest h2{font-size:24px;font-weight:900;letter-spacing:-.025em;line-height:1.15;margin-bottom:10px}.quest-desc{font-size:14.5px;color:var(--text-2);line-height:1.6;margin-bottom:16px}.objectives{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}.objective{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-2);padding:6px 10px;background:var(--bg);border-radius:6px;border:1px solid var(--border)}.objective .check{width:18px;height:18px;border-radius:50%;background:var(--teal-dim);border:1px solid var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--teal);font-size:10px}.xp-bar{display:flex;align-items:center;gap:10px;font-family:JetBrains Mono,monospace;font-size:11px;margin-top:12px}.xp-bar .label{color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.xp-bar .track{flex:1;height:6px;background:var(--bg);border-radius:3px;overflow:hidden;border:1px solid var(--border)}.xp-bar .fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--gold) 0%,var(--gold-bright) 100%);box-shadow:0 0 8px var(--gold-dim)}.xp-bar .fill.legendary{background:linear-gradient(90deg,var(--legendary),var(--gold-bright))}.xp-bar .fill.rare{background:linear-gradient(90deg,var(--rare-blue),#3b82f6)}.xp-bar .fill.common{background:linear-gradient(90deg,var(--silver),#94a3b8)}.xp-bar .value{color:var(--gold);font-weight:700}.xp-bar .value.legendary{color:var(--legendary)}.xp-bar .value.rare{color:var(--rare-blue)}.xp-bar .value.common{color:var(--silver)}.quest-reward-side{display:flex;flex-direction:column;gap:14px;align-items:flex-end;min-width:200px}.quest-price{text-align:right}.quest-price .v{font-family:JetBrains Mono,monospace;font-size:28px;font-weight:900;color:var(--gold);letter-spacing:-.02em;line-height:1}.quest-price .v .currency{font-size:18px;opacity:.7}.quest-price .l{font-size:11px;color:var(--text-3);margin-top:4px;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.quest-cta{padding:12px 22px;border-radius:10px;background:var(--bg);border:1.5px solid var(--gold);color:var(--gold);font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.quest-cta:hover{background:var(--gold);color:var(--bg);box-shadow:0 0 24px var(--gold-dim);transform:translateY(-2px)}.schedule{max-width:1000px;margin:60px auto;padding:36px;background:linear-gradient(135deg,var(--bg-card) 0%,var(--bg-subtle) 100%);border:1px solid var(--border-strong);border-radius:var(--radius-lg);position:relative;overflow:hidden}.schedule-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px dashed var(--border)}.schedule-head h2{font-size:22px;font-weight:800;letter-spacing:-.02em;display:flex;align-items:center;gap:12px}.schedule-head h2:before{content:"◆";color:var(--teal)}.schedule-table{display:grid;gap:8px}.schedule-row{display:grid;grid-template-columns:100px 1fr 120px 100px 120px;gap:16px;padding:12px 16px;background:var(--bg);border:1px solid var(--border);border-radius:8px;font-size:13px;align-items:center;transition:all .15s}.schedule-row:hover{border-color:var(--teal)}.schedule-row.head{background:transparent;border:none;font-family:JetBrains Mono,monospace;font-size:10px;color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;font-weight:700;padding:4px 16px}.schedule-row .date{font-family:JetBrains Mono,monospace;font-weight:700;color:var(--teal)}.schedule-row .name{font-weight:600}.schedule-row .mode{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--text-2)}.schedule-row .seats{font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700}.schedule-row .seats.full{color:var(--crimson)}.schedule-row .seats.few{color:var(--legendary)}.schedule-row .seats.ok{color:var(--teal)}.schedule-row .action a{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--gold);font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.06em}@media(max-width:900px){.formation-quest{grid-template-columns:1fr;gap:16px;padding:24px}.quest-icon-side{flex-direction:row;padding-right:0;padding-bottom:16px;border-right:none;border-bottom:1px dashed var(--border)}.quest-reward-side{flex-direction:row;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px dashed var(--border)}.objectives{grid-template-columns:1fr}.schedule-row{grid-template-columns:1fr;gap:4px;padding:12px}.schedule-row.head{display:none}}
