.floating-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.floating-element{position:absolute;width:4px;height:4px;background:rgba(139,69,255,.4);border-radius:50%;animation:float-random 15s linear infinite}@keyframes float-random{0%{transform:translateY(100vh) rotate(0deg);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) rotate(1turn);opacity:0}}.floating-element:first-child{left:10%;animation-delay:0s}.floating-element:nth-child(2){left:20%;animation-delay:2s}.floating-element:nth-child(3){left:30%;animation-delay:4s}.floating-element:nth-child(4){left:40%;animation-delay:6s}.floating-element:nth-child(5){left:50%;animation-delay:8s}.floating-element:nth-child(6){left:60%;animation-delay:10s}.floating-element:nth-child(7){left:70%;animation-delay:12s}.floating-element:nth-child(8){left:80%;animation-delay:14s}.floating-element:nth-child(9){left:90%;animation-delay:16s}.floating-element:nth-child(10){left:15%;animation-delay:1s}.floating-element:nth-child(11){left:25%;animation-delay:3s}.floating-element:nth-child(12){left:35%;animation-delay:5s}.floating-element:nth-child(13){left:45%;animation-delay:7s}.floating-element:nth-child(14){left:65%;animation-delay:9s}.floating-element:nth-child(15){left:85%;animation-delay:11s}.container{max-width:1200px;margin:0 auto;padding:0 20px}.pricing-hero{padding:100px 0 40px;position:relative;text-align:center}.pricing-hero-content{position:relative;z-index:2}.pricing-hero h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e0e0e0 50%,#8b45ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;animation:slideInUp 1s ease-out}.pricing-hero p{font-size:1.25rem;color:#b0b0b0;max-width:600px;margin:0 auto 2rem;animation:slideInUp 1s ease-out .2s both}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.ai-powered{display:inline-flex;align-items:center;gap:.5rem;background:rgba(139,69,255,.15);border:1px solid rgba(139,69,255,.4);border-radius:25px;padding:.5rem 1rem;font-size:.9rem;color:#8b45ff;margin-bottom:2rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.ai-icon{width:20px;height:20px;background:linear-gradient(135deg,#8b45ff,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700}.pricing-cards{padding:40px 0 120px;position:relative}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:900px;margin:0 auto}.pricing-card{background:linear-gradient(145deg,rgba(30,41,59,.8),rgba(15,23,42,.9));border:1px solid rgba(139,69,255,.2);border-radius:24px;padding:2.5rem;position:relative;backdrop-filter:blur(20px);transition:all .4s ease;box-shadow:0 8px 32px rgba(0,0,0,.2);animation:slideInUp 1s ease-out .4s both;display:flex;flex-direction:column;height:100%}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(145deg,rgba(139,69,255,.1),rgba(37,99,235,.1));border-radius:24px;opacity:0;transition:opacity .4s ease;z-index:1}.pricing-card:hover:before{opacity:1}.pricing-card:hover{background:linear-gradient(145deg,rgba(30,41,59,.95),rgba(15,23,42,.95));border-color:rgba(139,69,255,.5);transform:translateY(-8px);box-shadow:0 20px 40px rgba(139,69,255,.25),0 0 0 1px rgba(139,69,255,.1)}.pricing-card>*{position:relative;z-index:2}.pricing-card.featured{border:2px solid rgba(139,69,255,.5);box-shadow:0 8px 32px rgba(139,69,255,.3)}.featured-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#8b45ff,#2563eb);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 4px 15px rgba(139,69,255,.4)}.pricing-card-header{text-align:center;margin-bottom:2rem}.pricing-card h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#8b45ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:1rem}.currency{font-size:1.5rem;color:#8b45ff;font-weight:600}.amount{font-size:4rem;font-weight:800;color:#fff;margin:0 .25rem}.period{font-size:1.2rem;color:#b0b0b0;font-weight:500}.pricing-features{margin-bottom:2.5rem;flex-grow:1}.pricing-feature{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(139,69,255,.1)}.pricing-feature:last-child{border-bottom:none}.feature-icon{width:20px;height:20px;background:linear-gradient(135deg,#8b45ff,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:12px;height:12px;color:#fff}.pricing-feature span{color:#e0e0e0;font-size:1rem;line-height:1.5}.pricing-cta{display:block;width:100%;padding:18px 40px;background:rgba(139,69,255,.1);color:#8b45ff;text-decoration:none;border-radius:25px;font-weight:600;font-size:1.1rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;border:2px solid rgba(139,69,255,.3)}.pricing-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);transition:left .5s ease}.pricing-cta:hover:before{left:100%}.pricing-cta:hover{background:rgba(139,69,255,.2);border-color:rgba(139,69,255,.5);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(139,69,255,.3)}.pricing-cta.featured{background:linear-gradient(135deg,#8b45ff,#2563eb);color:#fff;border:2px solid rgba(139,69,255,.5);box-shadow:0 4px 15px rgba(139,69,255,.3)}.pricing-cta.featured:hover{background:linear-gradient(135deg,#9d52ff,#2970f0);box-shadow:0 8px 25px rgba(139,69,255,.4)}.pricing-footer{margin-top:4rem;text-align:center}.guarantee{display:inline-flex;align-items:center;gap:1rem;background:rgba(139,69,255,.05);border:1px solid rgba(139,69,255,.2);border-radius:20px;padding:1.5rem 2rem;max-width:500px}.guarantee-icon{font-size:2rem;flex-shrink:0}.guarantee-text h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.guarantee-text p{color:#b0b0b0;font-size:.9rem;line-height:1.5}@media (max-width:768px){.pricing-hero{padding:80px 0 60px}.pricing-hero h1{font-size:2.5rem}.pricing-grid{grid-template-columns:1fr;gap:1.5rem;max-width:400px}.pricing-card{padding:2rem}.amount{font-size:3rem}.guarantee{flex-direction:column;text-align:center;gap:1rem}.container{padding:0 15px}}