.page-hero-section{padding:6rem 1rem;background:linear-gradient(180deg,#f8fafc,#faf5ff,#f0fdfa);background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative}.page-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:1}.page-hero-section .container{max-width:1280px;margin:0 auto;padding:0 1rem;position:relative;z-index:2}.page-hero-section .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.page-hero-section .breadcrumb-link{color:rgba(255,255,255,.9);text-decoration:none;font-size:15px;font-weight:800;transition:color .2s ease}.page-hero-section .breadcrumb-link:hover{color:#ffffff;text-decoration:underline}.page-hero-section .breadcrumb-current{color:#ffffff;font-size:.875rem;font-weight:500}.page-hero-section .breadcrumb-separator{color:rgba(255,255,255,.6);font-size:.875rem}.page-hero-section .content-wrapper{max-width:64rem;margin:0 auto;text-align:center}.page-hero-section .badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.8);backdrop-filter:blur(4px);border-radius:9999px;padding:.5rem 1rem;margin-bottom:1.5rem;border:1px solid rgba(147,51,234,.1)}.page-hero-section .badge-icon{height:1rem;width:1rem;color:#024fee}.page-hero-section .badge-text{font-size:.875rem;font-weight:500;color:#024fee}.page-hero-section .title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:white}@media (min-width:1024px){.page-hero-section .title{font-size:3.75rem}}.page-hero-section .title-line{display:block}.page-hero-section .title-line-1{background:linear-gradient(90deg,#ffffff,#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-hero-section .description{font-size:1.25rem;color:rgba(255,255,255,.9);line-height:1.75;max-width:48rem;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-hero-section .content-wrapper{animation:fadeInUp .8s ease-out forwards}