.hero-section{position:relative;width:100%;height:100vh}.hero-title{position:absolute;top:4rem;left:2rem;font-size:2rem;color:#194948;margin:0;line-height:1.2}@media (max-width:768px){.hero-title{font-size:1.8rem;top:5rem;left:1rem}}@keyframes bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}.hero-bg-text{position:absolute;top:10rem;right:2rem;padding:0;z-index:0;pointer-events:none;opacity:.18;font-size:.85rem;line-height:1.6;color:#194948;max-width:320px;text-align:right}.hero-bg-amber{color:#f7a928;font-weight:700}@media (max-width:768px){.hero-bg-text{font-size:.72rem;top:4.5rem;right:1rem;left:1rem;max-width:100%;text-align:left}}.scroll-arrow{animation:bounce 2s infinite;transition:opacity .3s ease;transform-origin:center}.scroll-arrow:hover{opacity:.7}@font-face{font-family:NewRomeTrial-Light;src:url(/fonts/NewRomeTrial-Light.ttf) format("truetype");font-weight:300;font-style:normal}.loading-placeholder{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.center-drop{position:absolute;width:300px;height:300px;display:flex;align-items:center;justify-content:center;animation:pulse 2s ease-in-out infinite}.center-drop img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.tags-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.tag-item{position:absolute;padding:10px 16px;background:transparent;border-radius:4px;font-size:24px;font-weight:700;font-family:NewRomeTrial-Light,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#236362;text-align:center;line-height:1.2;transition:all .3s ease;cursor:pointer;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.1)}.tag-item:hover{background:hsla(0,0%,100%,.15);color:#194948;transform:scale(1.1);text-shadow:0 2px 4px rgba(0,0,0,.2)}.tag-item>div{margin:2px 0}@media (max-width:768px){.loading-placeholder{height:400px}.center-drop{width:180px;height:180px}.tag-item{font-size:18px;padding:8px 12px}}