.news-bg{position:absolute;top:0;left:0;width:100%;height:100vh;background:linear-gradient(to bottom,#002845,var(--background-color));z-index:-1}section{margin-top:5vh;height:95vh;text-align:center;display:flex;align-items:center;justify-content:center}section h1{font-size:4rem;margin-bottom:1rem}section h2{font-size:1.5rem;margin-top:0;margin-bottom:2rem}.container{display:flex;justify-content:center;gap:3rem;max-width:1200px;margin:0 auto;text-align:left}.left{max-width:600px;display:flex;justify-content:space-around;flex-direction:column}.left p{font-size:1.3rem;line-height:1.6;font-family:'Cinzel',serif}.right img{max-width:100%;height:450px;border-radius:10px}.btn{display:inline-block;margin-top:1.5rem;padding:0.5rem 2rem;color:var(--text-color);font-size:1.3rem;text-align:center;border:none;border-radius:12px;cursor:pointer;text-decoration:none;transition:background-position 0.5s ease,filter 0.3s ease;background-size:200% 100%;background-position:left;width:90%;background-color:#206476}.btn:hover{background-position:right;filter:brightness(1.5)}.btn-mobile{display:none}@media(max-width:1095px){.container{text-align:center;gap:1rem;flex-direction:column;align-items:center;max-height:70vh}.btn{display:none}.btn-mobile{display:inline-block;margin-bottom:2rem}section h1{font-size:3rem}section h2{font-size:1.5rem;margin-bottom:1rem}.left p{padding:0 1rem;font-size:1.1rem}.right{width:100%;height:50vh;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden}.right img{max-height:70%;flex:1;width:auto;height:auto;object-fit:contain}}@media(max-width:505px){section h1{font-size:2.5rem;margin-top:8rem}section h2{font-size:1.3rem;margin-bottom:0.5rem}.left p{font-size:1rem}}.section h1{position:relative;display:inline-block;cursor:default}.hero-title-sparkle-container{position:absolute;width:0;height:100%;pointer-events:none}.sparkle{position:absolute;width:6px;height:6px;background:var(--text-color);border-radius:50%;opacity:1;animation:sparkleFly 1.5s ease-out forwards}@keyframes sparkleFly{0%{transform:translate(0,0) scale(1);opacity:1}100%{transform:translate(30px,20px) scale(0.2);opacity:0}}