@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;src:url("/static/upskill/assets/font-awesome/webfonts/fa-regular-400.632445dad1d2.woff2") format("woff2");font-display:swap}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;src:url("/static/upskill/assets/font-awesome/webfonts/fa-solid-900.750fbaeb93c1.woff2") format("woff2");font-display:swap}@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;src:url("/static/upskill/assets/font-awesome/webfonts/fa-brands-400.174b41f65f82.woff2") format("woff2");font-display:swap}.hero-section{--brand-primary:#0b7269;--brand-primary-light:#10a090;--brand-primary-rgb:11,114,105;--brand-secondary:#0a4772;--brand-secondary-light:#1e3a5f;--brand-secondary-rgb:23,39,77;--brand-gradient:linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-light) 100%);--brand-gradient-secondary:linear-gradient(145deg, var(--brand-secondary-light) 0%, var(--brand-secondary) 100%);--hero-text-primary:#ffffff;--hero-text-secondary:rgba(255, 255, 255, 0.85);--hero-text-muted:rgba(255, 255, 255, 0.85);--hero-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--hero-radius-sm:8px;--hero-radius:12px;--hero-radius-lg:16px;--hero-radius-xl:24px;--hero-radius-full:9999px}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--brand-secondary)}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:1}.hero-fallback{position:absolute;inset:0;background:url("/static/media/default/conference.bb6e4cabc06c.webp") center/cover no-repeat;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a4772 0,#0b7269 100%);opacity:.85;z-index:2;pointer-events:none}.hero-video-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(23,39,77,.88) 0,rgba(11,114,105,.72) 100%);z-index:2;pointer-events:none}.hero-content{position:relative;z-index:3;text-align:center;max-width:900px;margin:0 auto;padding:2rem 1.5rem}.hero-title{font-size:clamp(2.5rem, 6vw, 4rem);font-weight:800;line-height:1.1;color:var(--hero-text-primary);margin-bottom:1.5rem;animation:fadeInUp .6s ease-out .1s both}.hero-title .highlight{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:clamp(1rem, 2vw, 1.2rem);line-height:1.7;color:var(--hero-text-secondary);max-width:850px;margin:0 auto 2rem;animation:fadeInUp .6s ease-out .2s both}.hero-approach{background:rgba(255,255,255,.08);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:var(--hero-radius-lg);padding:1.25rem 2rem;margin-bottom:2rem;display:inline-block;animation:fadeInUp .6s ease-out .3s both}.hero-approach-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--brand-primary-light);margin-bottom:.75rem}.hero-approach-steps{display:flex;gap:1.5rem;justify-content:center}.approach-step{display:flex;align-items:center;gap:.5rem}.approach-step-number{width:28px;height:28px;background:var(--brand-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#fff;box-shadow:0 4px 15px rgba(var(--brand-primary-rgb),.4)}.approach-step-text{font-size:.9rem;font-weight:600;color:var(--hero-text-primary)}.hero-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem;animation:fadeInUp .6s ease-out .4s both}.hero-btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;border-radius:var(--hero-radius);font-size:.95rem;font-weight:600;text-decoration:none;transition:var(--hero-transition)}.hero-btn-primary{background:var(--brand-gradient);color:#fff;border:none;box-shadow:0 8px 30px rgba(var(--brand-primary-rgb),.4)}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(var(--brand-primary-rgb),.5);color:#fff;background:var(--brand-gradient)}.hero-btn-primary i{transition:transform .3s ease}.hero-btn-primary:hover i{transform:translateX(4px)}.hero-btn-secondary{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff}.hero-btn-secondary:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:translateY(-3px);color:#fff}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:4;animation:fadeInUp .6s ease-out .6s both}.hero-scroll-indicator a{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--hero-text-muted);text-decoration:none;transition:var(--hero-transition)}.hero-scroll-indicator a:hover{color:var(--brand-primary-light)}.hero-scroll-indicator span{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em}.hero-scroll-indicator i{font-size:1rem;animation:bounce 2s ease-in-out infinite}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(4px)}}@media (max-width:768px){.hero-section{min-height:100svh}.hero-content{padding:1.5rem 1rem;max-width:100%}.hero-title{font-size:clamp(1.875rem, 8vw, 2.5rem);margin-bottom:1.25rem}.hero-approach{padding:1rem 1.25rem;margin-bottom:1.5rem;width:100%;max-width:320px}.hero-approach-steps{flex-direction:row;gap:1rem;justify-content:space-between}.approach-step{flex-direction:column;gap:.35rem;text-align:center}.hero-description{font-size:.9rem;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.hero-cta-group{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:2rem;padding:0 .5rem}.hero-btn{width:100%;justify-content:center;padding:.9rem 1.5rem;font-size:.9rem;border-radius:10px}.hero-scroll-indicator{bottom:1.5rem}.hero-scroll-indicator span{font-size:.65rem}.hero-scroll-indicator i{font-size:.9rem}}@media (max-width:480px){.hero-section{min-height:calc(100svh - 60px)}.hero-content{padding:1rem .75rem}.hero-title{font-size:clamp(1.625rem, 7vw, 2rem);margin-bottom:1rem}.hero-title br{display:none}.hero-approach{padding:.875rem 1rem;margin-bottom:1.25rem;border-radius:12px}.hero-approach-title{font-size:.65rem;margin-bottom:.5rem}.hero-approach-steps{gap:.75rem}.approach-step-number{width:24px;height:24px;font-size:.7rem}.approach-step-text{font-size:.75rem}.hero-description{font-size:.85rem;-webkit-line-clamp:3;margin-bottom:1.25rem}.hero-cta-group{gap:.625rem;margin-bottom:1.5rem;padding:0}.hero-btn{padding:.8rem 1.25rem;font-size:.85rem}.hero-btn i{font-size:.8rem}.hero-scroll-indicator{bottom:1rem}}@media (max-width:375px){.hero-title{font-size:1.5rem}.hero-approach{padding:.75rem .875rem}.approach-step-number{width:22px;height:22px;font-size:.65rem}.approach-step-text{font-size:.7rem}.hero-description{font-size:.8rem;-webkit-line-clamp:2}.hero-btn{padding:.75rem 1rem;font-size:.8rem;gap:.4rem}}@media (max-height:500px) and (orientation:landscape){.hero-section{min-height:auto;padding:4rem 0}.hero-content{padding:1rem}.hero-title{font-size:1.75rem;margin-bottom:.75rem}.hero-approach{margin-bottom:1rem}.hero-description{display:none}.hero-cta-group{flex-direction:row;margin-bottom:0}.hero-btn{width:auto;padding:.75rem 1.25rem}.hero-scroll-indicator{display:none}}@supports (padding:max(0px)){.hero-content{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.hero-scroll-indicator{bottom:max(1.5rem,env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.hero-approach,.hero-cta-group,.hero-description,.hero-scroll-indicator,.hero-title{animation:none!important}.hero-scroll-indicator i{animation:none!important}.hero-btn-primary,.hero-btn-secondary{transition:none!important}}