#cursor{font-weight: bold; color: var(--color-accent); animation: blink-caret .75s step-end infinite;}@keyframes blink-caret{from, to{opacity: 1;}50%{opacity: 0;}} @keyframes typing{from{width: 0}to{width: 100%}} @keyframes blink-caret{from, to{border-right-color: transparent}50%{border-right-color: var(--color-accent);}} h1, h2, .section-title{position: relative; color: #000;}h1::before, h2::before, .section-title::before{content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}h1, h2, .section-title{background: linear-gradient(to right, #ffffff 20%, var(--color-accent) 40%, var(--color-accent) 60%, #ffffff 80%); background-size: 200% auto; color: #000; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: shineText 5s linear infinite;}@keyframes shineText{to{background-position: 200% center;}} .hero-content h1, .project-hero-content h1{animation: slideDown 1s ease-out forwards, shineText 5s linear infinite; opacity: 0; transform: translateY(-50px);}.hero-content h1 span, .project-hero-content h1 span{color: inherit !important; background: none !important; -webkit-text-fill-color: transparent !important;}.hero-content p, .project-hero-content p{animation: fadeIn 1.5s ease-out 0.5s forwards; opacity: 0;}.hero-buttons{animation: slideUp 1s ease-out 1s forwards; opacity: 0; transform: translateY(50px);}@keyframes slideDown{to{opacity: 1; transform: translateY(0);}} @keyframes slideUp{to{opacity: 1; transform: translateY(0);}} @keyframes fadeIn{to{opacity: 1;}} .service-card, .project-card, .process-step{transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; background: rgba(255, 255, 255, 0.03) !important; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1);}.service-card:hover, .project-card:hover, .process-step:hover{transform: translateY(-15px) scale(1.03) !important; box-shadow: 0 20px 40px rgba(0, 210, 148, 0.2) !important; border-color: var(--color-accent);}.service-card:hover i, .process-step:hover .process-icon{transform: rotateY(360deg); transition: transform 0.6s ease; color: var(--color-accent);}.btn-primary{position: relative; z-index: 1; overflow: hidden;}.btn-primary::before{content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--color-accent); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; z-index: -1;}.btn-primary:hover::before{transform: scaleX(1);}.btn-primary:hover{color: var(--color-primary) !important; box-shadow: 0 0 20px var(--color-accent);}img{transition: filter 0.5s ease;}img:hover{filter: brightness(1.1) contrast(1.1); }