.main-title a{background:linear-gradient(90deg,rgb(255 255 255) 46%,#f8aa03 57%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#fff0;font-size:2.5rem!important;font-weight:600!important;font-family:'Arial Black','Helvetica Neue',Arial,sans-serif!important;text-decoration:none!important;display:inline-block;transition:all 0.3s ease}.main-title a:hover{transform:scale(1.05);filter:drop-shadow(0 4px 8px rgb(0 0 0 / .2))}@media (max-width:768px){.main-title a{font-size:2rem!important}}@media (max-width:480px){.main-title a{font-size:1.8rem!important}}.main-title a.font-modern{font-family:'Montserrat','Arial Black',sans-serif!important;font-weight:600!important}.main-title a.red-orange{background:linear-gradient(45deg,#ff4757,#ff6b35)!important;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.main-title a.with-border{border:2px solid #ddd;padding:10px 20px;border-radius:10px;background:#fff;box-shadow:0 4px 8px rgb(0 0 0 / .1)}.main-title a.animated{animation:colorChange 3s infinite}@keyframes colorChange{0%{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);background-clip:text;-webkit-background-clip:text}50%{background:linear-gradient(45deg,#4ecdc4,#45b7d1);background-clip:text;-webkit-background-clip:text}100%{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);background-clip:text;-webkit-background-clip:text}}