.hero{position:relative;min-height:auto;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);overflow:hidden;padding:50px 0 40px}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(255,204,0,.1) 0%,transparent 40%);animation:moveShapes 20s ease-in-out infinite}@keyframes moveShapes{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.hero:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,204,0,.2) 0%,transparent 70%);top:-100px;right:-100px;animation:float 15s ease-in-out infinite}.hero-content:before{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);bottom:-50px;left:-50px;animation:float 12s ease-in-out infinite reverse;z-index:1}.hero-content:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;border:3px solid rgba(255,204,0,.3);top:20%;right:10%;animation:rotate 20s linear infinite,pulse 3s ease-in-out infinite;z-index:1}@keyframes float{0%,to{transform:translateY(0) translate(0) scale(1)}33%{transform:translateY(-30px) translate(20px) scale(1.1)}66%{transform:translateY(20px) translate(-30px) scale(.9)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-circle{position:absolute;border-radius:50%;z-index:1}.hero-circle-1{width:250px;height:250px;background:radial-gradient(circle,rgba(255,204,0,.25) 0%,transparent 70%);top:10%;left:5%;animation:float 18s ease-in-out infinite}.hero-circle-2{width:180px;height:180px;border:4px solid rgba(255,255,255,.2);top:60%;right:8%;animation:rotate 25s linear infinite,float 15s ease-in-out infinite}.hero-circle-3{width:120px;height:120px;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 60%);bottom:15%;left:15%;animation:float 12s ease-in-out infinite reverse}.hero-circle-4{width:200px;height:200px;border:3px dashed rgba(255,204,0,.3);top:30%;right:15%;animation:rotate 30s linear infinite reverse,pulse 4s ease-in-out infinite}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:0;width:100%}.hero-logo{animation:fadeInDown .8s ease}.hero-logo-img{max-height:400px;max-width:100%;height:auto;width:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));transition:all .4s ease}.hero-logo-img:hover{transform:scale(1.05) rotate(2deg);filter:drop-shadow(0 15px 40px rgba(0,0,0,.4))}.programs-section{margin-top:20px}.programs-header{color:#fff;font-weight:700;font-size:1.5rem;display:flex;align-items:center;justify-content:center;gap:10px;text-shadow:0 2px 10px rgba(0,0,0,.2)}.programs-header i{color:#fc0;font-size:1.7rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.programs-grid{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;max-width:1100px;margin:0 auto}.program-card{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-decoration:none;border-radius:30px;border:2px solid rgba(255,255,255,.3);font-weight:600;font-size:1rem;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 15px #0003;position:relative;overflow:hidden}.program-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.program-card:hover:before{left:100%}.program-card:hover{background:#ffffff40;transform:translateY(-5px) scale(1.05);box-shadow:0 8px 25px #0000004d;border-color:#fc0c;color:#fff}.program-card.active{background:linear-gradient(135deg,#fc0,gold);color:#1e3a8a;border-color:#1e3a8a;font-weight:700;box-shadow:0 6px 20px #fc06}.program-card.active:hover{background:linear-gradient(135deg,gold,#fc0);transform:translateY(-5px) scale(1.08)}.program-card i{font-size:1rem;transition:transform .3s}.program-card:hover i{transform:rotate(360deg)}.hero h1{font-size:3.8rem;font-weight:900;margin-bottom:20px;line-height:1.2;animation:fadeInUp .8s ease;text-shadow:0 4px 12px rgba(0,0,0,.15)}.hero p.lead{font-size:1.4rem;margin-bottom:40px;opacity:.95;animation:fadeInUp 1s ease;max-width:700px;margin-left:auto;margin-right:auto}.search-box{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:20px;padding:35px;box-shadow:0 15px 50px #00000040;margin-top:35px;animation:fadeInUp 1.2s ease;max-width:1100px;margin-left:auto;margin-right:auto;position:relative;border:none}.search-box .form-control,.search-box .form-select{height:58px;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s;padding:0 20px;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.search-box .form-control:focus,.search-box .form-select:focus{border-color:#667eea;box-shadow:0 0 0 .2rem #667eea26;background:#fff;transform:none}.search-box .btn-search{height:58px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;font-weight:700;border-radius:12px;font-size:1.05rem;transition:all .3s;padding:0 35px;box-shadow:0 6px 20px #667eea66;position:relative;overflow:hidden}.search-box .btn-search:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.search-box .btn-search:hover:before{width:300px;height:300px}.search-box .btn-search:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-3px);box-shadow:0 10px 30px #667eea80}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.8rem;font-weight:800;color:#1e3a8a;margin-bottom:15px;position:relative;display:inline-block}.section-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:70px;height:5px;background:#fc0;border-radius:3px}.section-header p{font-size:1.15rem;color:#6b7280;margin-top:25px;max-width:600px;margin-left:auto;margin-right:auto}.course-card{height:100%;border:none;border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #00000014;background:#fff;position:relative}.course-card:hover{transform:translateY(-12px);box-shadow:0 25px 60px #00000026}.course-card .card-img-wrapper{position:relative;overflow:hidden;height:240px;background:#f3f4f6}.course-card .card-img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .7s ease}.course-card:hover .card-img-wrapper img{transform:scale(1.12) rotate(2deg)}.course-card .badge-featured{position:absolute;top:18px;right:18px;background:#fc0;color:#1e3a8a;padding:10px 20px;border-radius:30px;font-weight:800;font-size:.9rem;z-index:2;box-shadow:0 6px 16px #fc06}.course-card .card-body{padding:28px}.course-card .course-category{display:inline-block;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e3a8a;padding:6px 15px;border-radius:20px;font-size:.88rem;font-weight:700;margin-bottom:14px}.course-card .course-title{font-size:1.35rem;font-weight:800;color:#1e3a8a;margin:12px 0;line-height:1.4;min-height:68px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-card .course-description{color:#6b7280;font-size:.98rem;margin-bottom:22px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-card .course-meta{display:flex;justify-content:space-between;align-items:center;padding-top:18px;border-top:2px solid #f3f4f6;margin-bottom:18px}.course-card .course-meta .meta-item{display:flex;align-items:center;gap:7px;color:#6b7280;font-size:.92rem;font-weight:500}.course-card .course-meta .meta-item i{color:#1e3a8a;font-size:1rem}.course-card .course-price{font-size:1.7rem;font-weight:900;color:#1e3a8a;margin-bottom:18px}.course-card .btn-course{width:100%;background:#1e3a8a;border:none;color:#fff;padding:14px;border-radius:12px;font-weight:700;font-size:1rem;transition:all .3s}.course-card .btn-course:hover{background:#036;transform:translateY(-2px);box-shadow:0 10px 25px #1e3a8a4d}.stats-section{background:linear-gradient(135deg,#1e3a8a,#036);padding:100px 0;position:relative;overflow:hidden}.stats-section:before{content:"";position:absolute;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1px);background-size:60px 60px;animation:moveBackground 25s linear infinite}.stat-card{text-align:center;padding:35px;position:relative;z-index:2}.stat-card .stat-icon{font-size:4rem;color:#fc0;margin-bottom:25px;filter:drop-shadow(0 4px 12px rgba(255,204,0,.3))}.stat-card .stat-number{font-size:4rem;font-weight:900;color:#fff;margin-bottom:12px;text-shadow:0 3px 15px rgba(0,0,0,.3)}.stat-card .stat-label{font-size:1.15rem;color:#fffffff2;font-weight:600;letter-spacing:.5px}.story-card{background:#fff;border-radius:24px;padding:40px;box-shadow:0 10px 30px #00000014;transition:all .4s;height:100%;border:2px solid transparent;position:relative;overflow:hidden}.story-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#1e3a8a,#fc0);transform:scaleX(0);transition:transform .4s}.story-card:hover:before{transform:scaleX(1)}.story-card:hover{transform:translateY(-12px);box-shadow:0 20px 50px #00000026;border-color:#fc0}.story-card .story-avatar{width:100px;height:100px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:5px solid #ffcc00;margin-bottom:25px;box-shadow:0 8px 20px #ffcc0059}.story-card .story-name{font-size:1.45rem;font-weight:800;color:#1e3a8a;margin-bottom:10px}.story-card .story-meta{color:#6b7280;font-size:1rem;margin-bottom:20px;font-weight:500}.story-card .story-quote{font-style:italic;color:#4b5563;line-height:1.9;font-size:1.05rem;position:relative;padding:25px 0}.story-card .story-quote:before{content:'"';font-size:5rem;color:#fc0;opacity:.2;position:absolute;top:-15px;left:-15px;font-family:Georgia,serif;font-weight:700}.feature-box{text-align:center;padding:45px 30px;background:#fff;border-radius:24px;box-shadow:0 10px 30px #00000014;transition:all .4s;height:100%;border:2px solid transparent;position:relative}.feature-box:hover{transform:translateY(-12px);border-color:#1e3a8a;box-shadow:0 20px 50px #1e3a8a33}.feature-box .feature-icon{width:90px;height:90px;background:linear-gradient(135deg,#1e3a8a,#036);border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 28px;font-size:2.5rem;color:#fc0;transition:all .5s;box-shadow:0 8px 20px #1e3a8a33}.feature-box:hover .feature-icon{transform:rotateY(360deg) scale(1.1)}.feature-box h5{font-size:1.4rem;font-weight:800;color:#1e3a8a;margin-bottom:18px}.feature-box p{color:#6b7280;line-height:1.8;font-size:1.02rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(60px,60px)}}section{padding:90px 0}.section-light{background:#f9fafb}.section-white{background:#fff}.btn-view-all{background:#1e3a8a;color:#fff;border:none;padding:16px 50px;border-radius:14px;font-weight:700;font-size:1.1rem;transition:all .3s;box-shadow:0 8px 20px #1e3a8a33}.btn-view-all:hover{background:#036;transform:translateY(-3px);box-shadow:0 12px 30px #1e3a8a4d;color:#fff}@media(max-width:991px){.hero{padding:40px 0 35px}.hero-logo-img{max-height:300px}.programs-header{font-size:1.3rem}.programs-header i{font-size:1.5rem}.programs-grid{gap:12px}.program-card{padding:12px 22px;font-size:.9rem}.hero-circle-1{width:200px;height:200px}.hero-circle-2{width:150px;height:150px}.hero-circle-3{width:100px;height:100px}.hero-circle-4{width:170px;height:170px}.search-box{padding:30px 25px;margin-top:30px;border-radius:20px}.search-box .form-control,.search-box .form-select{height:55px;font-size:.95rem;border-radius:12px}.search-box .btn-search{height:55px;font-size:1rem;border-radius:12px}section{padding:70px 0}}@media(max-width:768px){.hero{padding:35px 0 30px}.hero-content{padding:0}.hero-logo-img{max-height:250px}.programs-section{margin-top:25px}.programs-header{font-size:1.2rem;gap:8px}.programs-header i{font-size:1.4rem}.programs-grid{gap:10px}.program-card{padding:10px 18px;font-size:.85rem;gap:8px}.program-card i{font-size:.85rem}.hero-circle-1,.hero-circle-2,.hero-circle-3,.hero-circle-4{display:none}.hero:after,.hero-content:before,.hero-content:after{display:none!important}.search-box{padding:25px 20px;border-radius:18px;margin-top:25px;box-shadow:0 10px 30px #0003}.search-box .form-control,.search-box .form-select{height:52px;font-size:.9rem;margin-bottom:10px;border-radius:12px;padding:0 15px;border-color:#e0e0e0}.search-box .btn-search{height:52px;font-size:.95rem;width:100%;border-radius:12px}.section-header{margin-bottom:35px}.section-header h2{font-size:1.6rem;margin-bottom:10px}.section-header h2:after{width:50px;height:4px;bottom:-8px}.section-header p{font-size:.9rem;margin-top:15px;padding:0 10px}.stats-section{padding:50px 0}.stat-card{padding:20px 15px}.stat-card .stat-number{font-size:2.2rem;margin-bottom:8px}.stat-card .stat-icon{font-size:2.5rem;margin-bottom:15px}.stat-card .stat-label{font-size:.9rem}.course-card .card-img-wrapper{height:180px}.course-card .card-body{padding:20px}.course-card .course-title{font-size:1.1rem;min-height:auto;margin:8px 0}.course-card .course-category{font-size:.8rem;padding:5px 12px}.course-card .course-description{font-size:.85rem;margin-bottom:15px}.course-card .course-meta{padding-top:12px;margin-bottom:12px}.course-card .course-meta .meta-item{font-size:.8rem}.course-card .course-price{font-size:1.4rem;margin-bottom:12px}.course-card .btn-course{padding:12px;font-size:.9rem}.course-card .badge-featured{padding:6px 12px;font-size:.75rem;top:12px;right:12px}.feature-box{padding:30px 20px;margin-bottom:20px}.feature-box .feature-icon{width:70px;height:70px;font-size:2rem;margin-bottom:20px}.feature-box h5{font-size:1.15rem;margin-bottom:12px}.feature-box p{font-size:.9rem}.story-card{padding:25px 20px;margin-bottom:20px}.story-card .story-avatar{width:70px;height:70px;margin-bottom:15px}.story-card .story-name{font-size:1.15rem}.story-card .story-meta{font-size:.85rem}.story-card .story-quote{font-size:.9rem;padding:15px 0}.story-card .story-quote:before{font-size:3rem;top:-5px;left:-5px}section{padding:50px 0}.btn-view-all{padding:12px 35px;font-size:.95rem}}@media(max-width:576px){.hero{padding:25px 0 20px}.hero-content{padding:0}.hero-logo{margin-bottom:20px!important}.hero-logo-img{max-height:180px}.programs-section{margin-top:20px}.programs-header{font-size:1.1rem;gap:6px;margin-bottom:15px!important}.programs-header i{font-size:1.2rem}.programs-grid{gap:8px;max-width:100%}.program-card{padding:8px 14px;font-size:.8rem;gap:6px;border-radius:20px}.program-card i{font-size:.75rem}.hero-circle-1,.hero-circle-2,.hero-circle-3,.hero-circle-4{display:none!important}.hero:after,.hero-content:before,.hero-content:after{display:none!important}.search-box{padding:20px 15px;margin-top:20px;border-radius:15px;box-shadow:0 8px 25px #0003}.search-box .form-control,.search-box .form-select{height:50px;font-size:.85rem;padding:0 12px;border-radius:10px;margin-bottom:8px;border-color:#e0e0e0}.search-box .btn-search{height:50px;font-size:.9rem;padding:0 20px;border-radius:10px}.section-header h2{font-size:1.4rem}.section-header p{font-size:.85rem}.stats-section{padding:40px 0}.stat-card{padding:15px 10px}.stat-card .stat-number{font-size:1.8rem}.stat-card .stat-icon{font-size:2rem;margin-bottom:10px}.stat-card .stat-label{font-size:.8rem}.course-card .card-img-wrapper{height:160px}.course-card .card-body{padding:15px}.course-card .course-title{font-size:1rem}.course-card .course-category{font-size:.75rem}.course-card .course-description{font-size:.8rem}.course-card .course-price{font-size:1.2rem}.course-card .btn-course{padding:10px;font-size:.85rem}.feature-box{padding:25px 15px}.feature-box .feature-icon{width:60px;height:60px;font-size:1.6rem;border-radius:18px}.feature-box h5{font-size:1.05rem}.feature-box p{font-size:.85rem}.story-card{padding:20px 15px}.story-card .story-avatar{width:60px;height:60px;border-width:3px}.story-card .story-name{font-size:1.05rem}.story-card .story-meta{font-size:.8rem}.story-card .story-quote{font-size:.85rem}section{padding:40px 0}.btn-view-all{padding:10px 25px;font-size:.9rem;border-radius:10px}}
