#learning-paths-hero{padding-top:166px;padding-bottom:80px;position:relative}#learning-paths-hero .container{max-width:1280px}.hero-content{text-align:center;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}.hero-title{font-size:56px;font-weight:700;color:#fff;margin:0;line-height:1.2;background:linear-gradient(135deg, #fff 0%, #C2CEED 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:18px;color:#8E94B8;margin:0;line-height:1.6;max-width:680px}#learning-paths-grid{padding:0 0 100px}#learning-paths-grid .container{max-width:1280px}.paths-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}.path-card{display:block;position:relative;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);animation:fadeInUp 0.6s ease-out backwards}.path-card[data-index="1"]{animation-delay:0.1s}.path-card[data-index="2"]{animation-delay:0.2s}.path-card[data-index="3"]{animation-delay:0.3s}.path-card[data-index="4"]{animation-delay:0.4s}.path-card[data-index="5"]{animation-delay:0.5s}.path-card[data-index="6"]{animation-delay:0.6s}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.path-card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%;background:rgba(31, 35, 66, 0.3);border:1px solid rgba(117, 106, 246, 0.15);border-radius:24px;overflow:hidden;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);position:relative}.path-card:hover .path-card-link{transform:translateY(-12px);border-color:rgba(117, 106, 246, 0.5);box-shadow:0 24px 80px rgba(117, 106, 246, 0.3)}.path-card:hover .path-card-link::before{opacity:1}.path-card-link::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient( 135deg, rgba(117, 106, 246, 0.05) 0%, rgba(204, 125, 218, 0.05) 50%, rgba(246, 190, 133, 0.05) 100% );opacity:0;transition:opacity 0.4s ease;pointer-events:none}.path-card-thumbnail{position:relative;width:100%;padding-top:56.25%;overflow:hidden}.path-card-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.4, 0, 0.2, 1)}.path-card:hover .path-card-thumbnail img{transform:scale(1.08)}.path-card-gradient-overlay{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient( to top, rgba(31, 35, 66, 0.8) 0%, rgba(31, 35, 66, 0.4) 50%, transparent 100% );pointer-events:none}.path-card-content{padding:28px;display:flex;flex-direction:column;gap:16px;flex:1}.path-card-title{font-size:22px;font-weight:700;color:#fff;line-height:1.3;margin:0}.path-card-description{font-size:15px;color:#8E94B8;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.path-stats{display:flex;align-items:center;gap:16px;margin-top:auto;padding:20px;background:rgba(117, 106, 246, 0.05);border:1px solid rgba(117, 106, 246, 0.15);border-radius:16px;transition:all 0.3s ease}.path-card:hover .path-stats{background:rgba(117, 106, 246, 0.1);border-color:rgba(117, 106, 246, 0.25)}.path-stat{display:flex;align-items:center;gap:10px;flex:1}.path-stat-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#756AF6;flex-shrink:0}.path-stat-content{display:flex;flex-direction:column;gap:2px}.path-stat-value{font-size:18px;font-weight:700;color:#fff;line-height:1}.path-stat-label{font-size:12px;color:#8E94B8;text-transform:uppercase;letter-spacing:0.5px;font-weight:600}.path-stat-divider{width:1px;height:32px;background:rgba(117, 106, 246, 0.2);flex-shrink:0}.path-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:20px;border-top:1px solid rgba(117, 106, 246, 0.15)}.path-card-cta{font-size:15px;font-weight:600;color:#fff;padding:10px 20px;background:linear-gradient(135deg, #756AF6, #CC7DDA);border-radius:10px;transition:all 0.3s ease;box-shadow:0 4px 16px rgba(117, 106, 246, 0.3)}.path-card:hover .path-card-cta{box-shadow:0 6px 24px rgba(117, 106, 246, 0.5);transform:translateX(-4px)}.path-card-arrow{color:#756AF6;flex-shrink:0;opacity:0.7;transition:all 0.3s ease}.path-card:hover .path-card-arrow{opacity:1;transform:translateX(6px)}@media (max-width:1200px){.paths-wrapper{grid-template-columns:repeat(2, 1fr);gap:28px}.hero-title{font-size:48px}}@media (max-width:1024px){#learning-paths-hero{padding-top:140px;padding-bottom:60px}.hero-title{font-size:42px}.hero-subtitle{font-size:16px}.paths-wrapper{gap:24px}.path-card-title{font-size:20px}.path-card-content{padding:24px}}@media (max-width:767px){#learning-paths-hero{padding-top:120px;padding-bottom:50px}.hero-title{font-size:36px}.hero-subtitle{font-size:15px}.hero-content{gap:20px}.paths-wrapper{grid-template-columns:1fr;gap:20px}.path-card-content{padding:20px}.path-card-title{font-size:18px}.path-card-description{font-size:14px}.path-stats{padding:16px;gap:12px}.path-stat-value{font-size:16px}.path-stat-label{font-size:11px}.path-stat-divider{height:28px}}@media (max-width:480px){.hero-title{font-size:32px}.hero-subtitle{font-size:14px}.path-card-title{font-size:17px}.path-stats{flex-direction:column;gap:12px;align-items:stretch}.path-stat{justify-content:center}.path-stat-divider{display:none}.path-card-cta{font-size:14px;padding:8px 16px}}