.formations-hero{background:linear-gradient(135deg,#1a5276 0,#2c3e50 50%,#1a252f 100%);color:#fff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}.formations-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.formations-hero h1{font-size:var(--font-size-4xl, 2.25rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.formations-hero-desc{font-size:var(--font-size-lg, 1.125rem);color:rgba(255,255,255,.85);max-width:700px;margin:0 auto 2rem;line-height:1.7}.formations-breadcrumb{margin-bottom:2rem;font-size:var(--font-size-sm, 0.875rem);color:rgba(255,255,255,.6)}.formations-breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none;transition:color var(--transition-fast, 0.15s)}.formations-breadcrumb a:hover{color:#fff}.formations-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.formations-stats .stat-item{text-align:center}.formations-stats .stat-number{display:block;font-size:2rem;font-weight:800;color:var(--primary-light, #5dade2)}.formations-stats .stat-label{font-size:var(--font-size-sm, 0.875rem);color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.05em}.formations-catalog{padding:3rem 0 4rem;background:var(--background-primary, #1a1a1a)}.formations-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;justify-content:center}.formations-filters .filter-tag{padding:.5rem 1.25rem;border:1px solid var(--border-color, #404040);border-radius:var(--border-radius-full, 9999px);background:var(--background-card, #2d2d2d);color:var(--text-secondary, #d0d0d0);font-size:var(--font-size-sm, 0.875rem);cursor:pointer;transition:all var(--transition-fast, 0.15s);font-family:inherit}.formations-filters .filter-tag:hover{border-color:var(--primary-color, #3498db);color:var(--primary-color, #3498db)}.formations-filters .filter-tag.active{background:var(--primary-color, #3498db);color:#fff;border-color:var(--primary-color, #3498db)}.formations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.formation-card{background:var(--background-card, #2d2d2d);border-radius:var(--border-radius-lg, 0.75rem);overflow:hidden;border:1px solid var(--border-color, #404040);transition:transform var(--transition-base, 0.25s),box-shadow var(--transition-base, 0.25s)}.formation-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0,0,0,0.1))}.formation-card-image{position:relative;padding-top:56.25%;background:linear-gradient(135deg,var(--background-secondary, #2d2d2d) 0%,var(--background-tertiary, #404040) 100%);overflow:hidden}.formation-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.formation-card-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--primary-color, #3498db);opacity:.4}.card-badge{position:absolute;top:.75rem;right:.75rem;padding:.25rem .75rem;border-radius:var(--border-radius-full, 9999px);font-size:var(--font-size-xs, 0.75rem);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.card-badge-video{background:var(--primary-color, #3498db);color:#fff}.card-badge-live{background:rgba(52,152,219,.15);color:#5dade2;border:1px solid rgba(52,152,219,.3)}.formation-card-body{padding:1.5rem}.card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:var(--font-size-xs, 0.75rem)}.card-category{color:var(--primary-color, #3498db);font-weight:600}.card-category i,.card-details i{margin-right:.25rem}.card-difficulty{color:var(--text-muted, #9b9b9b);font-weight:500}.card-title{font-size:var(--font-size-lg, 1.125rem);font-weight:700;color:var(--text-primary, #f8f9fa);margin-bottom:.5rem;line-height:1.4}.card-description{font-size:var(--font-size-sm, 0.875rem);color:var(--text-secondary, #d0d0d0);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-details{display:flex;gap:1rem;font-size:var(--font-size-xs, 0.75rem);color:var(--text-muted, #9b9b9b);margin-bottom:1rem}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border-color, #dee2e6)}.card-price,.formations-upcoming-lives h2,.upcoming-info h3{color:var(--text-primary, #f8f9fa)}.card-price{font-size:var(--font-size-xl, 1.25rem);font-weight:800}.card-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:var(--primary-color, #3498db);color:#fff;border-radius:var(--border-radius-md, 0.5rem);text-decoration:none;font-size:var(--font-size-sm, 0.875rem);font-weight:600;transition:background var(--transition-fast, 0.15s),transform var(--transition-fast, 0.15s)}.card-btn:hover{background:var(--primary-dark, #2980b9);transform:translateX(2px)}.formations-upcoming-lives{padding:3rem 0;background:var(--background-secondary, #2d2d2d)}.formations-upcoming-lives h2{font-size:var(--font-size-2xl, 1.5rem);font-weight:700;margin-bottom:2rem;text-align:center}.upcoming-lives-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.upcoming-live-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--background-card, #2d2d2d);border-radius:var(--border-radius-lg, 0.75rem);border:1px solid var(--border-color, #404040)}.upcoming-date{text-align:center;min-width:60px}.upcoming-day{display:block;font-size:1.75rem;font-weight:800;color:var(--primary-color, #3498db);line-height:1}.upcoming-month{display:block;font-size:var(--font-size-sm, 0.875rem);color:var(--text-muted, #9b9b9b);text-transform:uppercase}.upcoming-info{flex:1}.upcoming-info h3{font-size:var(--font-size-base, 1rem);font-weight:600;margin-bottom:.25rem}.upcoming-places{color:var(--success-color, #27ae60);font-weight:600;font-size:var(--font-size-sm, 0.875rem)}.formations-catalog .container,.formations-hero .container,.formations-upcoming-lives .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.formations-hero{padding:4rem 0 3rem}.formations-hero h1{font-size:1.75rem}.formations-stats{gap:1.5rem}.formations-stats .stat-number{font-size:1.5rem}.formations-grid{grid-template-columns:1fr}.formations-filters{justify-content:flex-start;max-width:100%;flex-wrap:wrap;gap:8px;overflow-x:visible;padding-bottom:.5rem}.formations-filters .filter-tag{white-space:nowrap;flex-shrink:0}.upcoming-lives-grid{grid-template-columns:1fr}.upcoming-live-card{flex-direction:column;text-align:center}.formation-placeholder-img{width:48px;height:48px}}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .formations-hero{background:linear-gradient(135deg,#0d1b2a 0,#1b2838 50%,#0a1628 100%)}}[data-theme=dark] .formations-hero{background:linear-gradient(135deg,#0d1b2a 0,#1b2838 50%,#0a1628 100%)}[data-theme=dark] .formation-card{border-color:var(--border-color)}[data-theme=dark] .card-price,[data-theme=dark] .card-title{color:var(--text-primary)}.formation-placeholder-img{width:64px;height:64px;opacity:.7}