.hero{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.bg-shapes{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.shape{opacity:.1;animation:20s ease-in-out infinite float;position:absolute}.shape-1{background:linear-gradient(135deg,#e0e722,#00d9ff);border-radius:50%;width:300px;height:300px;animation-delay:0s;top:10%;left:10%}.shape-4{background:linear-gradient(135deg,#e0e722,#00d9ff);border-radius:50%;width:400px;height:420px;animation-delay:0s;top:20%;right:10%}.shape-2{background:linear-gradient(135deg,#00d9ff,#ffb800);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:200px;height:200px;animation-delay:3s;top:60%;right:15%}.shape-3{background:linear-gradient(135deg,#ffb800,#e0e722);border-radius:50%;width:150px;height:150px;animation-delay:6s;bottom:20%;left:20%}@keyframes float{0%,to{transform:translate(0)rotate(0)scale(1)}33%{transform:translate(30px,-30px)rotate(120deg)scale(1.1)}66%{transform:translate(-20px,20px)rotate(240deg)scale(.9)}}.hero-content{z-index:1;text-align:center;width:100%;max-width:1200px;margin-top:40px;position:relative}.logo{justify-content:center;display:flex}.tagline{background:linear-gradient(135deg,#e0e722,#00d9ff,#ffb800);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.description{color:#ccc;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.demo-container{background:#2d2d2d;border:1px solid rgba(224,231,34,.2);border-radius:20px;margin-bottom:3rem;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.5)}.url-demo{flex-direction:column;align-items:center;gap:2rem;display:flex}.url-input{color:#ccc;background:#1a1a1a;border:2px solid #4d4d4d;border-radius:12px;width:100%;max-width:600px;padding:1.5rem;font-size:1rem;transition:all .3s}.url-input:focus{border-color:#e0e722;outline:none;box-shadow:0 0 0 3px rgba(224,231,34,.1)}.arrow{color:#00d9ff;font-size:3rem;animation:2s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.shortened-url{color:#e0e722;text-align:center;background:linear-gradient(135deg,rgba(224,231,34,.1),rgba(0,217,255,.1));border:2px solid #e0e722;border-radius:12px;width:100%;max-width:400px;padding:1.5rem;font-size:1.5rem;font-weight:700;position:relative;overflow:hidden}.shortened-url:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);width:100%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.feature{text-align:center;background:#2d2d2d;border:1px solid transparent;border-radius:16px;padding:2rem;transition:all .3s}.feature:hover{border-color:#e0e722;transform:translateY(-5px);box-shadow:0 10px 30px rgba(224,231,34,.2)}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-title{color:#e0e722;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.feature-desc{color:#b3b3b3;font-size:.95rem}.cta-button{color:#1a1a1a;cursor:pointer;background:#e0e722;border:none;border-radius:12px;padding:1.25rem 3rem;font-size:1.25rem;font-weight:700;transition:all .3s;box-shadow:0 10px 30px rgba(224,231,34,.3)}.cta-button:hover{background:#c4ca0a;transform:translateY(-2px);box-shadow:0 15px 40px rgba(224,231,34,.4)}.cta-button:active{transform:translateY(0)}@media (max-width:768px){.tagline{font-size:2.5rem}.description{font-size:1rem}.demo-container{padding:2rem}.features{grid-template-columns:1fr}.logo{font-size:2rem}}
