.logo-grid{display:flex;gap:26px;max-width:474px;padding:15px 0 35px}.logo-grid img{height:50px;object-fit:contain!important;width:87px}.logo-grid a:last-child img:last-child{width:170px!important}@media (max-width:768px){.logo-grid{display:flex;gap:15px;padding:15px 0 30px}.logo-grid img{height:40px;object-fit:contain!important;width:67px}.logo-grid a:last-child img{width:115px!important}}.dynamic-header-container{align-items:flex-start;display:flex;height:120px;position:relative}.dynamic-header{display:block;height:100%;line-height:1.3;opacity:1;width:100%}.typing-text{display:block;min-height:120px;width:100%}.typing-cursor{animation:blink 1s infinite;color:#e5474a;display:inline;display:none;font-weight:400;margin-left:2px;vertical-align:baseline}.highlight-word{background:linear-gradient(120deg,#e5474a,#d63384);background-clip:text;-webkit-background-clip:text;position:relative;-webkit-text-fill-color:transparent;animation:highlightPulse 2s ease-in-out;color:#e5474a;font-weight:700}.underline-word{display:inline-block;position:relative}.underline-word:after{animation:underlineExpand 1.5s ease-out forwards;animation-delay:.3s;background:linear-gradient(90deg,#e5474a,#d63384);border-radius:2px;bottom:-2px;content:"";height:3px;left:0;position:absolute;width:0}.typing-text.deleting{border-right:none}.underline-word+.typing-cursor{animation-delay:1.8s}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes highlightPulse{0%{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.3);transform:scale(1.05)}to{filter:brightness(1);transform:scale(1)}}@keyframes underlineExpand{0%{opacity:0;width:0}20%{opacity:1}to{opacity:1;width:100%}}@media (max-width:768px){.dynamic-header-container{height:100px}.typing-text{min-height:100px}.underline-word:after{height:2px}}