.hero-section{text-align:center;padding:100px 20px;background:linear-gradient(135deg,#397df1,#7faaff,tomato,#34a1ff);background-size:300% 300%;color:#fff;min-height:100vh;display:flex;flex-direction:column;justify-content:start;position:relative;animation:seamlessBackgroundShift 12s ease infinite}.hero-section .container{z-index:2;animation:slideUp 1.5s ease-out}.hero-section h1{font-size:42px;margin-bottom:20px}.hero-section h1,.hero-section p{color:#fff;animation:fadeIn 1.5s ease-in-out}.hero-section p{font-size:20px;margin-bottom:30px}.cta-buttons{display:flex;justify-content:center;gap:20px;margin-bottom:40px}.cta-buttons>.cta-button{padding:12px 30px;font-size:18px;text-decoration:none;border-radius:5px;border:none;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:background-color .3s ease,transform .3s ease;animation:popUp 1.8s ease-in-out}.cta-buttons>.cta-button.primary{background-color:#fff;color:#397df1}.cta-buttons>.cta-button.primary:hover{background-color:#f0f0f0;transform:translateY(-2px)}.cta-buttons>.cta-button.secondary{background-color:transparent;color:#fff;border:2px solid #fff}.cta-buttons>.cta-button.secondary:hover{background-color:hsla(0,0%,100%,.1);transform:translateY(-2px)}.trusted-section{margin-top:50px;animation:fadeIn 2.5s ease-in-out}.trusted-section p{font-size:18px;color:#fff;margin-bottom:15px}.trusted-section .logos{display:flex;justify-content:center;gap:15px}.trusted-section .logos img{height:auto;filter:brightness(0) invert(1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popUp{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes seamlessBackgroundShift{0%{background-position:0 50%;background-color:#397df1}25%{background-position:50% 50%;background-color:#7faaff}50%{background-position:100% 50%;background-color:tomato}75%{background-position:50% 50%;background-color:#34a1ff}to{background-position:0 50%;background-color:#397df1}}@media (max-width:768px){.hero-section h1{font-size:32px}.hero-section p{font-size:18px}.cta-buttons{flex-direction:column;gap:10px}.trusted-section .logos{flex-wrap:wrap}.hero-section{padding:50px 20px}.cta-buttons>.cta-button,.hero-section,.hero-section .container,.hero-section h1,.hero-section p,.trusted-section{animation:none!important}}.pricing-section{padding:60px 20px;background-color:#f9f9f9;text-align:center}.pricing-section h2{font-size:36px;color:#397df1;margin-bottom:20px}.pricing-section p{font-size:18px;margin-bottom:40px;color:#555}.pricing-cards{display:flex;justify-content:space-around;gap:20px;flex-wrap:wrap}.pricing-card{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);width:300px;transition:transform .3s ease}.pricing-card:hover{transform:translateY(-10px)}.pricing-card h3{font-size:24px;margin-bottom:10px;color:#333}.pricing-card .price{font-size:36px;margin:20px 0;color:#397df1}.pricing-card .price span{font-size:20px}.pricing-card ul{list-style:none;padding:0;margin-bottom:20px}.pricing-card ul li{font-size:16px;margin:10px 0;color:#555}.pricing-card.featured{background-color:#f0f5ff;border:2px solid #397df1}@media (max-width:768px){.pricing-cards{flex-direction:column;align-items:center}.pricing-card{width:100%;max-width:400px}}