.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;margin-top:-10px!important;padding:80px 20px;text-align:center;position:relative;overflow:hidden}.hero h1{font-family:'Inter',sans-serif;font-size:3rem;font-weight:800;margin-bottom:20px}.hero .lead{font-family:'Heebo',sans-serif;font-size:1.25rem;max-width:700px;margin:0 auto}.resource-card{background:var(--nav-color);border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.1);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;height:100%}.resource-card:hover{transform:translateY(-10px);box-shadow:0 8px 30px rgba(0,0,0,0.15)}.resource-img img{width:100%;height:300px;transition:transform 0.3s ease}.resource-card:hover .resource-img img{transform:scale(1.05)}.resource-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.resource-content h5{font-family:'Inter',sans-serif;font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:10px}.resource-content p{font-family:'Heebo',sans-serif;font-size:1rem;color:var(--text-color);margin-bottom:15px;flex-grow:1}.resource-content .btn-primary{background:var(--primary);border:none;padding:10px 20px;border-radius:6px;font-size:1rem;transition:all 0.3s ease}.resource-content .btn-primary:hover{background:var(--secondary);transform:scale(1.05)}.guide-card{flex-direction:row;align-items:center;padding:20px}.resource-icon{margin-right:20px;color:var(--primary)}.guide-card .resource-content{padding:0}.resource-content .btn-outline-primary{font-family:'Heebo',sans-serif;font-size:0.9rem;color:var(--primary);border-color:var(--primary);background-color:var(--grey);padding:8px 20px;border-radius:6px;transition:all 0.3s ease}.resource-content .btn-outline-primary:hover{background:var(--primary);color:var(--grey);transform:scale(1.05)}.video-container{max-width:800px;margin:auto;position:relative;padding:20px;background:var(--nav-color);border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width:992px){.hero h1{font-size:2.5rem}.hero .lead{font-size:1.1rem}.resource-img img{height:180px}}@media (max-width:768px){.hero{padding:60px 15px}.hero h1{font-size:2rem}.hero .lead{font-size:1rem}.resource-card{margin-bottom:20px}.resource-img img{height:150px}.guide-card{flex-direction:column;text-align:center}.resource-icon{margin-right:0;margin-bottom:15px}.video-container{padding:15px}}@media (max-width:576px){.hero h1{font-size:1.8rem}.hero .lead{font-size:0.9rem}.resource-content h5{font-size:1.1rem}.resource-content p{font-size:0.9rem}.resource-content .btn-primary,.resource-content .btn-outline-primary{font-size:0.85rem;padding:8px 15px}}.animate__animated{animation-duration:0.8s}