.hero-section{display:flex;align-items:center;min-height:calc(100vh - 80px);padding:60px 0 40px;box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto}.hero-content{flex:1;padding:20px 2rem 20px 0;max-width:50%}.hero-title{font-family:'Poppins',sans-serif;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#1F2937}.hero-title span.highlight{color:#2563EB}.animated-text-container{display:inline-block;vertical-align:top;min-width:250px;height:70px;overflow:hidden;position:relative}.animated-text{display:block;background:linear-gradient(90deg,#2563EB 0%,#2AB7B7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.hero-description{margin:1.5rem 0;font-size:1rem;color:#6B7280;line-height:1.6;max-width:90%}.hero-button{background:#2563EB;color:white;padding:0.8rem 2rem;border-radius:30px;text-decoration:none;display:inline-block;font-weight:500;border:none;cursor:pointer;transition:all 0.3s ease;font-size:1rem}.hero-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,0.2)}.hero-images-wrapper{flex:1;position:relative;text-align:right}.hero-image-container{display:inline-block;position:relative;max-width:100%}.hero-image{max-width:100%;height:auto;border-radius:12px;position:relative;z-index:1;transition:transform 0.3s ease}.hero-image-container:hover{transform:translate(-10px,-10px)}.hero-image:hover{transform:translateY(-5px)}.tagline-gif{height:1.5em;width:auto;display:inline-block;vertical-align:middle;margin-left:15px;border-radius:4px;object-fit:contain}@media (max-width:1400px){.hero-section{padding:60px 40px 40px}}@media (max-width:1200px){.hero-title{font-size:3.25rem}.hero-content{padding-right:1.5rem}}@media (max-width:992px){.hero-section{flex-direction:column;text-align:center;padding:60px 30px 40px;min-height:auto}.hero-content{padding:0 0 2rem;max-width:100%;width:100%}.hero-description{margin:1.5rem auto;max-width:90%}.hero-image-container{margin:2rem auto 0;max-width:100%;width:100%}.hero-button{margin:0 auto}.hero-tagline{justify-content:center}}@media (max-width:768px){.hero-title{font-size:2.5rem}.animated-text-container{min-width:200px;height:60px}.hero-description{font-size:0.95rem;max-width:100%}}@media (max-width:576px){.hero-section{padding:40px 15px 30px}.hero-title{font-size:1.8rem;line-height:1.2}.animated-text-container{min-width:160px;height:45px}.hero-description{font-size:0.95rem;margin:1.25rem auto}.hero-button{width:100%;max-width:280px;padding:0.7rem 1.5rem;font-size:0.9rem}.hero-tagline h2{font-size:22px}.tagline-gif{height:1.5em;width:auto;display:inline-block;vertical-align:middle;margin-left:10px;border-radius:4px;object-fit:contain}.hero-image{max-width:100%;height:auto}}@media (max-width:400px){.hero-title{font-size:1.6rem}.hero-tagline{display:flex;align-items:center;gap:15px;margin-bottom:1.5rem;position:relative}.hero-tagline h2{font-size:20px;line-height:1.3}.tagline-gif{width:200px;height:40px;top:180px;left:50%;transform:translateX(-50%)}.hero-button{padding:0.65rem 1.25rem;font-size:0.85rem}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 0.6s ease-out forwards;opacity:0}.fade-in:nth-child(1){animation-delay:0.1s}.fade-in:nth-child(2){animation-delay:0.3s}.fade-in:nth-child(3){animation-delay:0.5s}