.tutorial-page{color:#333;max-width:100%;font-family:Inter,sans-serif;overflow-x:hidden}.tutorial-page .tutorial-hero{color:#fff;background:linear-gradient(135deg,#1a2a6c 0%,#1faa59 100%);padding:5rem 2rem;position:relative;overflow:hidden}.tutorial-page .tutorial-hero:before{content:"";background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.1) 0%,transparent 70%);position:absolute;top:0;bottom:0;left:0;right:0}.tutorial-page .hero-content{z-index:1;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.tutorial-page .hero-text{flex:1;padding:1rem}.tutorial-page .hero-image{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;flex:1;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.2)}.tutorial-page .hero-image img{opacity:.9;width:100%;height:auto;transition:opacity .3s;display:block}.tutorial-page .hero-image:hover img{opacity:1}.tutorial-page .hero-title{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.tutorial-page .hero-subtitle{color:rgba(255,255,255,.9);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.tutorial-page .hero-cta{color:#1a2a6c;cursor:pointer;background:#fff;border:2px solid transparent;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-block}.tutorial-page .hero-cta:hover{color:#fff;background:0 0;border-color:#fff;transform:translateY(-2px)}.tutorial-page .hero-stats-container{margin-top:3rem}.tutorial-page .hero-stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.tutorial-page .hero-stat-item{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.tutorial-page .hero-stat-item:hover{background:rgba(255,255,255,.2);transform:translateY(-3px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.tutorial-page .hero-stat-icon{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.tutorial-page .hero-stat-icon svg{color:#1faa59;width:24px;height:24px}.tutorial-page .hero-stat-content{flex-direction:column;display:flex}.tutorial-page .hero-stat-number{color:#fff;font-size:1.5rem;font-weight:700;line-height:1}.tutorial-page .hero-stat-label{color:rgba(255,255,255,.8);margin-top:.25rem;font-size:.875rem}.tutorial-page .tutorial-content{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.tutorial-page .content-header{text-align:center;margin-bottom:3rem}.tutorial-page .content-header h2{color:#1f2937;margin-bottom:.5rem;font-size:2rem}.tutorial-page .content-header p{color:#6b7280;font-size:1.125rem}.tutorial-page .course-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.tutorial-page .course-card{background:#fff;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.05)}.tutorial-page .course-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.tutorial-page .card-thumbnail{cursor:pointer;border-top:4px solid;height:200px;position:relative;overflow:hidden}.tutorial-page .thumbnail-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.tutorial-page .card-thumbnail:hover .thumbnail-image{transform:scale(1.05)}.tutorial-page .thumbnail-overlay{background:rgba(0,0,0,.3);justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.tutorial-page .play-button{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(255,255,255,.2);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex}.tutorial-page .play-button svg{color:#fff;width:24px;height:24px;margin-left:4px}.tutorial-page .card-thumbnail:hover .play-button{transform:scale(1.1)}.tutorial-page .course-badges{justify-content:space-between;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.tutorial-page .level-badge{color:#fff;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600}.tutorial-page .video-count{color:#fff;background-color:rgba(0,0,0,.6);border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:.75rem;font-weight:500;display:flex}.tutorial-page .video-count svg{color:#fff}.tutorial-page .card-body{padding:1.5rem}.tutorial-page .course-meta{color:#6b7280;gap:1rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.tutorial-page .course-meta span{align-items:center;gap:4px;display:flex}.tutorial-page .course-title{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.tutorial-page .instructor{color:#6b7280;align-items:center;gap:6px;margin-bottom:1rem;font-size:.875rem;display:flex}.tutorial-page .instructor svg{color:#6b7280}.tutorial-page .category-tag{color:#fff;border-radius:4px;margin-bottom:1rem;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-block}.tutorial-page .video-list{margin-bottom:1.5rem}.tutorial-page .video-list ul{margin:0;padding:0;list-style:none}.tutorial-page .video-list li{border-bottom:1px solid #f3f4f6;align-items:center;padding:8px 0;font-size:.875rem;display:flex}.tutorial-page .video-list li:last-child{border-bottom:none}.tutorial-page .video-number{color:#6b7280;margin-right:8px;font-weight:500}.tutorial-page .video-title{color:#4b5563;flex:1}.tutorial-page .locked-icon{color:#9ca3af}.tutorial-page .more-videos{color:#6b7280;justify-content:center;font-weight:500}.tutorial-page .enroll-button{color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-weight:600;transition:opacity .2s;display:flex}.tutorial-page .enroll-button:hover{opacity:.9}.tutorial-page .arrow-icon{width:18px;height:18px}.tutorial-page .booking-modal{z-index:1000;justify-content:center;align-items:center;display:none;position:fixed;top:0;bottom:0;left:0;right:0}.tutorial-page .booking-modal.active{display:flex}.tutorial-page .booking-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0}.tutorial-page .booking-modal-container{z-index:1001;background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;animation:.3s ease-out modal-enter;position:relative;overflow-y:auto;box-shadow:0 10px 25px rgba(0,0,0,.2)}@keyframes modal-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tutorial-page .booking-modal-close{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:8px;transition:background-color .2s;position:absolute;top:16px;right:16px}.tutorial-page .booking-modal-close:hover{background-color:rgba(0,0,0,.05)}.tutorial-page .booking-modal-close svg{width:20px;height:20px}.tutorial-page .booking-modal-header{text-align:center;padding:2rem 2rem 1rem}.tutorial-page .booking-modal-header h2{color:#1f2937;margin-bottom:.5rem;font-size:1.5rem}.tutorial-page .booking-modal-header p{color:#6b7280;margin-bottom:0}.tutorial-page .booking-modal-content{padding:0 2rem 2rem}@media (max-width:1024px){.tutorial-page .hero-content{flex-direction:column;gap:2rem}.tutorial-page .hero-text{text-align:center}.tutorial-page .hero-subtitle{margin-left:auto;margin-right:auto}.tutorial-page .course-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.tutorial-page .tutorial-hero{padding:3rem 1.5rem}.tutorial-page .hero-title{font-size:2rem}.tutorial-page .hero-subtitle{font-size:1.1rem}.tutorial-page .hero-stats-grid{grid-template-columns:repeat(2,1fr)}.tutorial-page .hero-stat-item:nth-child(3){grid-column:span 2}.tutorial-page .booking-modal-container{width:95%;max-height:85vh}}@media (max-width:480px){.tutorial-page .tutorial-hero{padding:2rem 1rem}.tutorial-page .hero-title{font-size:1.75rem}.tutorial-page .hero-stats-grid{grid-template-columns:1fr}.tutorial-page .hero-stat-item:nth-child(3){grid-column:span 1}.tutorial-page .hero-stat-icon{width:40px;height:40px}.tutorial-page .hero-stat-icon svg{width:20px;height:20px}.tutorial-page .course-grid{grid-template-columns:1fr}.tutorial-page .card-thumbnail{height:180px}.tutorial-page .booking-modal-header{padding:1.5rem 1.5rem .5rem}.tutorial-page .booking-modal-content{padding:0 1.5rem 1.5rem}}
