@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes shootLine1{0%{opacity:0;transform:translate(-100vw)translateY(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translate(100vw)translateY(-20px)}}@keyframes shootLine2{0%{opacity:0;transform:translate(-100vw)translateY(0)}15%{opacity:.8}85%{opacity:.8}to{opacity:0;transform:translate(100vw)translateY(15px)}}@keyframes shootLine3{0%{opacity:0;transform:translate(-100vw)translateY(0)}20%{opacity:.6}80%{opacity:.6}to{opacity:0;transform:translate(100vw)translateY(-10px)}}@keyframes subtleGradient{0%,to{background-position:0%}50%{background-position:100%}}.floating-text{animation:4s ease-in-out infinite gentleFloat}.animated-background{background-size:400% 400%;animation:12s infinite subtleGradient}.gradient-text-light{background:linear-gradient(135deg,#1f2937 0%,#374151 50%,#1f2937 100%);-webkit-text-fill-color:transparent;color:#1f2937;-webkit-background-clip:text;background-clip:text}.gradient-text-dark{background:linear-gradient(135deg,#f9fafb 0%,#e5e7eb 50%,#f9fafb 100%);-webkit-text-fill-color:transparent;color:#f9fafb;-webkit-background-clip:text;background-clip:text}.shooting-line{z-index:0;background:linear-gradient(90deg,#0000 0%,#9ca3afcc 50%,#0000 100%);width:200px;height:1px;position:absolute}.shooting-line:first-child{animation:8s linear infinite shootLine1;top:20%}.shooting-line:nth-child(2){animation:10s linear -7s infinite shootLine2;top:40%}.shooting-line:nth-child(3){animation:12s linear -4s infinite shootLine3;top:60%}.shooting-line:nth-child(4){animation:9s linear -2s infinite shootLine1;top:80%}.shooting-line:nth-child(5){animation:11s linear -9s infinite shootLine2;top:30%}.shooting-line:nth-child(6){animation:13s linear -5s infinite shootLine3;top:70%}@media (max-width:480px){.responsive-title{font-size:2rem!important}}@media (min-width:481px) and (max-width:768px){.responsive-title{font-size:2.5rem!important}}@media (min-width:769px){.responsive-title{font-size:4rem!important}}
