@keyframes gradientShift{0{background-position:0 50%}100%{background-position:100% 50%}}@keyframes fadeSlideUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes scalePulse{0,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes floatAnim{0,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes dashFill{from{stroke-dashoffset:251.2}to{stroke-dashoffset:188.4}}@keyframes glowPulse{0{box-shadow:0 0 0 0 rgba(79,70,229,.4)}70%{box-shadow:0 0 0 15px rgba(79,70,229,0)}100%{box-shadow:0 0 0 0 rgba(79,70,229,0)}}@keyframes heroGradientMove{0{background-position:0 0}50%{background-position:100% 50%}100%{background-position:0 100%}}#section-creator{position:relative;background:linear-gradient(135deg,#fef9ff 0,#f3efff 100%);overflow:hidden}#section-creator .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 25% 35%,rgba(139,92,246,.18) 0,transparent 25%),radial-gradient(circle at 30% 30%,rgba(99,102,241,.13) 0,transparent 18%),radial-gradient(circle at 75% 65%,rgba(236,72,153,.12) 0,transparent 15%),radial-gradient(circle at 78% 60%,rgba(139,92,246,.08) 0,transparent 12%);filter:blur(60px);pointer-events:none;z-index:0;background-size:200% 200%;animation:heroGradientMove 15s ease-in-out infinite alternate}#section-creator .container-special-width{position:relative;z-index:2}#section-creator .align-center{display:flex;align-items:center;flex-wrap:wrap}#section-creator .hero-content{animation:fadeSlideUp .8s ease-out}#section-creator .creator-pill{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #e9d5ff;border-radius:100px;padding:8px 24px;font-size:14px;font-weight:600;color:#6d28d9;margin-bottom:30px;transition:all .4s;box-shadow:0 2px 10px rgba(0,0,0,.02)}#section-creator .creator-pill:hover{transform:translateY(-3px);border-color:#8b5cf6;box-shadow:0 8px 20px rgba(139,92,246,.15)}#section-creator h1{margin-bottom:25px}#section-creator .gradient-text{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% auto;animation:gradientShift 3s ease infinite}#section-creator .hero-stats{display:flex;flex-wrap:wrap;gap:25px;margin:30px 0 25px}#section-creator .hero-stats .stat{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.6);backdrop-filter:blur(4px);padding:8px 18px;border-radius:50px;border:1px solid #f0eaff;transition:all .3s}#section-creator .hero-stats .stat:hover{transform:translateY(-3px);background:#fff;border-color:#d8b4fe}#section-creator .hero-stats .stat i{font-size:24px;color:#8b5cf6}#section-creator .hero-stats .stat strong{font-size:20px;font-weight:800;color:#1f2937}#section-creator .hero-stats .stat span{font-size:13px;color:#6b7280}#section-creator .lead{margin:25px 0 35px}#section-creator .cta-group{display:flex;flex-wrap:wrap;gap:16px}#section-creator .btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:60px;font-weight:600;transition:all .4s cubic-bezier(.2,.9,.4,1.2);text-decoration:none}#section-creator .btn-primary-creator{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 8px 20px rgba(139,92,246,.25)}#section-creator .btn-primary-creator:hover{transform:translateY(-4px);box-shadow:0 15px 30px rgba(139,92,246,.4)}#section-creator .btn-primary-creator i{transition:transform .3s}#section-creator .btn-primary-creator:hover i{transform:rotate(15deg) scale(1.1)}#section-creator .btn-secondary-creator{background:#fff;border:1px solid #e5e7eb;color:#374151}#section-creator .btn-secondary-creator:hover{transform:translateY(-4px);border-color:#8b5cf6;color:#6d28d9;box-shadow:0 8px 20px rgba(139,92,246,.15)}#section-creator .btn-secondary-creator i{transition:transform .3s}#section-creator .btn-secondary-creator:hover i{transform:translateX(5px)}#section-creator .speed-dashboard{background:#fff;border-radius:48px;padding:40px 30px;box-shadow:0 25px 50px -12px rgba(0,0,0,.1);border:1px solid #f0eaff;animation:fadeSlideUp .8s ease-out .2s backwards;transition:transform .4s}#section-creator .speed-dashboard:hover{transform:translateY(-5px)}#section-creator .speedometer{text-align:center;margin-bottom:30px}#section-creator .speed-svg{width:180px;height:auto}#section-creator .speed-fill{stroke-dasharray:251.2;stroke-dashoffset:188.4;animation:dashFill 1.5s ease-out forwards}#section-creator .speed-text{font-size:28px;font-weight:800;fill:#1f2937;dominant-baseline:middle}#section-creator .speed-unit{font-size:12px;fill:#6b7280}#section-creator .progress-steps-modern{display:flex;justify-content:space-between;margin:40px 0 35px;flex-wrap:wrap;gap:10px}#section-creator .step-m{flex:1;text-align:center;min-width:70px}#section-creator .step-circle{width:48px;height:48px;margin:0 auto 8px;border-radius:60px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:20px;color:#9ca3af;transition:all .4s}#section-creator .step-m.active .step-circle{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 8px 16px rgba(139,92,246,.3);animation:scalePulse 1s ease}#section-creator .step-m span{font-size:13px;font-weight:500;color:#6b7280}#section-creator .step-m.active span{color:#6d28d9;font-weight:600}#section-creator .step-m:not(.active):hover .step-circle{transform:translateY(-5px);background:#e9e9ff;color:#8b5cf6}#section-creator .comparison-modern{display:flex;gap:12px;justify-content:center}#section-creator .comp-card{flex:1;background:#f9fafb;border-radius:20px;padding:16px 12px;text-align:center;transition:all .4s;border:1px solid transparent}#section-creator .comp-card strong{font-size:22px;font-weight:800;display:block;color:#374151}#section-creator .comp-card span{font-size:13px;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:4px}#section-creator .comp-card.active{background:linear-gradient(135deg,#4f46e5,#9333ea);border-color:#8b5cf6;animation:glowPulse 2s infinite}#section-creator .comp-card.active strong,#section-creator .comp-card.active span{color:#fff}#section-creator .comp-card:not(.active):hover{transform:translateY(-6px);background:#fff;border-color:#ddd6fe;box-shadow:0 12px 24px rgba(0,0,0,.05)}#section-creator .floating-elements{position:absolute;bottom:10%;right:5%;width:100%;pointer-events:none;z-index:1}#section-creator .float-1,#section-creator .float-2,#section-creator .float-3{position:absolute;background:rgba(255,255,255,.7);backdrop-filter:blur(8px);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#8b5cf6;box-shadow:0 8px 20px rgba(0,0,0,.05);animation:floatAnim 6s ease-in-out infinite}#section-creator .float-1{top:-60px;right:10%;animation-delay:0s}#section-creator .float-2{top:20%;right:-30px;animation-delay:1s;width:40px;height:40px;font-size:18px}#section-creator .float-3{bottom:-40px;right:20%;animation-delay:2s;width:60px;height:60px;font-size:28px}@media (max-width:991px){#section-creator .align-center{flex-direction:column}#section-creator .hero-content{text-align:center;margin-bottom:50px}#section-creator .hero-stats{justify-content:center}#section-creator .cta-group{justify-content:center}#section-creator .speed-dashboard{margin-top:20px}}@media (max-width:767px){#section-creator .hero-stats{gap:15px}#section-creator .hero-stats .stat{padding:6px 14px}#section-creator .hero-stats .stat i{font-size:18px}#section-creator .hero-stats .stat strong{font-size:16px}#section-creator .speed-dashboard{padding:25px 20px}#section-creator .step-circle{width:40px;height:40px;font-size:16px}#section-creator .comp-card strong{font-size:18px}}@keyframes fadeInScale{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes iconFloat{0,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes glowPulse{0,100%{box-shadow:0 10px 25px -5px rgba(0,0,0,.05),0 8px 10px -6px rgba(0,0,0,.05)}50%{box-shadow:0 20px 35px -8px rgba(99,102,241,.2),0 10px 15px -6px rgba(0,0,0,.05)}}#section-fast-features{background-color:#f9f8ff;overflow:hidden}#section-fast-features .section-title{margin-bottom:20px}#section-fast-features .gradient-text{background:linear-gradient(90deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#section-fast-features .section-subtitle{margin-left:auto;margin-right:auto;line-height:1.6;margin-bottom:60px}#section-fast-features .features-row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}#section-fast-features .features-row>[class*="col-"]{display:flex;flex-direction:column;padding-left:10px;padding-right:10px;margin-bottom:20px}#section-fast-features .feature-card{background:#fff;padding:30px;border-radius:20px;box-shadow:0 10px 25px -5px rgba(0,0,0,.05),0 8px 10px -6px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.2,.9,.4,1.2);width:100%;height:100%;text-align:center;animation:fadeInScale .6s ease-out backwards}#section-fast-features .features-row .col-md-3:first-child .feature-card{animation-delay:.05s}#section-fast-features .features-row .col-md-3:nth-child(2) .feature-card{animation-delay:.1s}#section-fast-features .features-row .col-md-3:nth-child(3) .feature-card{animation-delay:.15s}#section-fast-features .features-row .col-md-3:nth-child(4) .feature-card{animation-delay:.2s}#section-fast-features .feature-card:hover{transform:translateY(-10px);box-shadow:0 25px 35px -12px rgba(99,102,241,.25),0 10px 15px -8px rgba(0,0,0,.05)}#section-fast-features .feature-icon-wrapper{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;margin:0 auto 25px;transition:all .4s}#section-fast-features .feature-card:hover .feature-icon-wrapper{transform:scale(1.08) rotate(3deg)}#section-fast-features .bg-inventory{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 8px 20px rgba(99,102,241,.3)}#section-fast-features .bg-global{background:linear-gradient(135deg,#22c55e,#4ade80);box-shadow:0 8px 20px rgba(34,197,94,.25)}#section-fast-features .bg-dropshipping{background:linear-gradient(135deg,#f97316,#ef4444);box-shadow:0 8px 20px rgba(249,115,22,.25)}#section-fast-features .bg-mobile{background:linear-gradient(135deg,#ec4899,#d946ef);box-shadow:0 8px 20px rgba(236,72,153,.25)}#section-fast-features .feature-icon-wrapper i{transition:transform .3s}#section-fast-features .feature-card:hover .feature-icon-wrapper i{animation:iconFloat .6s ease infinite}#section-fast-features .feature-title{margin-top:0;margin-bottom:15px}#section-fast-features .feature-description{line-height:1.6}@media (min-width:992px){#section-fast-features .features-row .col-md-3{flex:0 0 25%;width:25%;margin-bottom:0}}@media (min-width:768px) and (max-width:991px){#section-fast-features .features-row .col-md-3{flex:0 0 25%;width:25%;margin-bottom:0}#section-fast-features .feature-card{padding:25px}#section-fast-features .feature-icon-wrapper{width:56px;height:56px;font-size:24px}}@media (min-width:481px) and (max-width:767px){#section-fast-features .features-row .col-md-3{flex:0 0 50%;width:50%;margin-bottom:20px}#section-fast-features .features-row .col-md-3:nth-child(3),#section-fast-features .features-row .col-md-3:nth-child(4){margin-bottom:0}#section-fast-features .feature-card{padding:20px}#section-fast-features .feature-icon-wrapper{width:56px;height:56px;font-size:24px}}@media (max-width:480px){#section-fast-features .features-row .col-md-3{flex:0 0 100%;width:100%;margin-bottom:15px}#section-fast-features .features-row .col-md-3:last-child{margin-bottom:0}#section-fast-features .feature-card{padding:18px}#section-fast-features .feature-icon-wrapper{width:50px;height:50px;font-size:22px}}#section-power-levels{background-image:linear-gradient(to bottom,#f6f4ff,#fff)}#section-power-levels .section-title{margin-bottom:20px}#section-power-levels .section-title .gradient-text{background:linear-gradient(90deg,#8b5cf6,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}#section-power-levels .section-subtitle{color:#6b7280;max-width:550px;margin-left:auto;margin-right:auto;line-height:1.6;margin-bottom:60px}#section-power-levels .power-cards-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}#section-power-levels .power-cards-row>[class*=col-]{display:flex;margin-bottom:30px}#section-power-levels .power-card{background-color:#fff;padding:30px;border-radius:24px;box-shadow:0 25px 50px -12px rgba(0,0,0,.08);transition:.4s;width:100%;text-align:left;display:flex;flex-direction:column}#section-power-levels .power-card:hover{transform:scale(1.03);box-shadow:0 25px 50px -12px rgba(0,0,0,.15)}#section-power-levels .power-icon-wrapper{width:56px;height:56px;border-radius:16px;margin-bottom:25px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px}#section-power-levels .icon-core{background:linear-gradient(135deg,#3b82f6,#60a5fa)}#section-power-levels .icon-advanced{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}#section-power-levels .icon-elite,#section-power-levels .tag-elite{background:#10b981}#section-power-levels .power-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:700;color:#111827;margin-top:0;margin-bottom:15px}#section-power-levels .power-description{font-family:Poppins,sans-serif;font-size:15px;color:#4b5563;line-height:1.6;flex-grow:1;margin-bottom:25px}#section-power-levels .power-tag{display:inline-block;padding:8px 18px;border-radius:50px;font-size:13px;font-weight:600;color:#fff;margin-top:auto;align-self:flex-start}#section-power-levels .tag-core{background:linear-gradient(to right,#6366f1,#8b5cf6)}#section-power-levels .tag-advanced{background:linear-gradient(to right,#d946ef,#ec4899)}#section-power-levels.text-right .power-card{text-align:right}#section-power-levels.text-right .power-icon-wrapper{margin-left:auto;margin-right:0}#section-power-levels.text-right .power-tag{align-self:flex-end}@media (min-width:1200px){#section-power-levels .power-card{padding:35px}#section-power-levels .power-icon-wrapper{width:60px;height:60px;margin-bottom:30px}#section-power-levels .power-title{font-size:22px;margin-bottom:18px}#section-power-levels .power-description{font-size:16px;margin-bottom:30px}}@media (min-width:992px) and (max-width:1199.98px){#section-power-levels .power-cards-row>[class*=col-]{margin-bottom:25px}}@media (min-width:768px) and (max-width:991.98px){#section-power-levels .section-subtitle{margin-bottom:50px}#section-power-levels .power-cards-row>.col-sm-12{max-width:50%;margin:0 auto 30px}#section-power-levels .power-card{padding:25px}#section-power-levels .power-title{font-size:18px}#section-power-levels .power-description{font-size:14px}}@media (max-width:767.98px){#section-power-levels{padding-top:50px;padding-bottom:50px}#section-power-levels .section-subtitle{margin-bottom:40px;font-size:14px}#section-power-levels .power-cards-row{margin-left:-10px;margin-right:-10px}#section-power-levels .power-cards-row>[class*=col-]{padding-left:10px;padding-right:10px;margin-bottom:20px}#section-power-levels .power-cards-row>[class*=col-]:last-child{margin-bottom:0}#section-power-levels .power-card{padding:20px;border-radius:20px;text-align:center}#section-power-levels .power-icon-wrapper{width:48px;height:48px;margin:0 auto 20px;font-size:20px}#section-power-levels .power-title{font-size:18px;margin-bottom:12px}#section-power-levels .power-description{font-size:14px;margin-bottom:20px}#section-power-levels .power-tag{align-self:center;font-size:12px;padding:6px 14px}}@media (max-width:575.98px){#section-power-levels .power-card{padding:18px;border-radius:16px}#section-power-levels .power-icon-wrapper{width:44px;height:44px;margin-bottom:18px;font-size:18px;border-radius:12px}#section-power-levels .power-title{font-size:16px;margin-bottom:10px}#section-power-levels .power-description{font-size:13px;margin-bottom:18px;line-height:1.5}#section-power-levels .power-tag{font-size:11px;padding:5px 12px}}@media (max-width:479.98px){#section-power-levels .section-title{font-size:24px;margin-bottom:15px}#section-power-levels .section-subtitle{font-size:13px;margin-bottom:35px}#section-power-levels .power-cards-row{margin-left:-5px;margin-right:-5px}#section-power-levels .power-cards-row>[class*=col-]{padding-left:5px;padding-right:5px}}@keyframes fadeInScale{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes floatCard{0,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulseRing{0{transform:scale(.8);opacity:.6}100%{transform:scale(1.2);opacity:0}}@keyframes shine{0{transform:translateX(-100%)}100%{transform:translateX(100%)}}@keyframes counterPulse{0,100%{text-shadow:0 0 0 rgba(16,185,129,0)}50%{text-shadow:0 0 12px rgba(16,185,129,.6)}}@keyframes gridFloat{0,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}#section-real-results{position:relative;background:linear-gradient(180deg,#fdfcff 0,#f9f6ff 100%);overflow:hidden}#section-real-results .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 15% 40%,rgba(139,92,246,.08) 0,transparent 50%),radial-gradient(circle at 85% 70%,rgba(236,72,153,.05) 0,transparent 45%);filter:blur(55px);pointer-events:none;z-index:0}#section-real-results .section-title{margin-bottom:20px}#section-real-results .gradient-text{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#section-real-results .section-subtitle{margin:0 auto 60px;max-width:550px}#section-real-results .results-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;position:relative;z-index:2}#section-real-results .results-row>[class*=col-]{display:flex;padding-left:15px;padding-right:15px;margin-bottom:30px}#section-real-results .result-card{background:#fff;border-radius:28px;padding:28px 24px;box-shadow:0 15px 35px -12px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.2,.9,.4,1.2);width:100%;display:flex;flex-direction:column;position:relative;overflow:hidden;animation:fadeInScale .6s ease-out backwards;border:1px solid rgba(139,92,246,.08)}#section-real-results .results-row .col-md-3:first-child .result-card{animation-delay:.05s}#section-real-results .results-row .col-md-3:nth-child(2) .result-card{animation-delay:.1s}#section-real-results .results-row .col-md-3:nth-child(3) .result-card{animation-delay:.15s}#section-real-results .results-row .col-md-3:nth-child(4) .result-card{animation-delay:.2s}#section-real-results .result-card:hover{transform:translateY(-12px) scale(1.02);border-color:#d8b4fe;box-shadow:0 25px 45px -15px rgba(139,92,246,.25)}#section-real-results .card-dropship{background:linear-gradient(145deg,#fff,#faf5ff)}#section-real-results .card-badge{display:inline-flex;align-items:center;gap:8px;background:#f3e8ff;border-radius:60px;padding:4px 14px;font-size:12px;font-weight:600;color:#6d28d9;margin-bottom:18px;width:fit-content}#section-real-results .card-badge i{font-size:12px;color:#fbbf24}#section-real-results .card-user{font-weight:700;margin-bottom:12px}#section-real-results .card-quote{color:#4b5563;margin-bottom:25px;flex-grow:1}#section-real-results .store-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}#section-real-results .grid-icon{width:calc(25% - 6px);background:linear-gradient(135deg,#e9d5ff,#f3e8ff);border-radius:12px;padding:10px 0;text-align:center;font-size:18px;color:#7c3aed;transition:all .3s}#section-real-results .result-card:hover .grid-icon{animation:gridFloat .4s ease infinite;background:#8b5cf6;color:#fff}#section-real-results .floating-shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transform:skewX(-20deg);pointer-events:none}#section-real-results .result-card:hover .floating-shine{animation:shine .8s ease}#section-real-results .card-revenue{background:linear-gradient(145deg,#ecfdf5,#d1fae5);position:relative}#section-real-results .pulse-ring{position:absolute;top:20%;right:10%;width:50px;height:50px;background:#10b981;border-radius:50%;opacity:0;animation:pulseRing 1.5s infinite;pointer-events:none}#section-real-results .revenue-icon{font-size:38px;color:#10b981;margin-bottom:15px}#section-real-results .revenue-amount{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:8px}#section-real-results .revenue-amount .counter{font-size:48px;font-weight:800;color:#059669;animation:counterPulse 2s infinite}#section-real-results .revenue-amount .currency{font-size:16px;font-weight:600;color:#10b981}#section-real-results .card-description{color:#374151;margin-bottom:20px;flex-grow:1}#section-real-results .card-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;margin-top:15px;width:fit-content}#section-real-results .card-link i{transition:transform .3s}#section-real-results .card-link:hover{transform:translateX(5px)}#section-real-results .card-link:hover i{transform:translateX(3px)}#section-real-results .revenue-link{color:#059669}#section-real-results .card-tech-mom{background:linear-gradient(145deg,#eff6ff,#dbeafe)}#section-real-results .card-tech-mom .card-icon-top{font-size:40px;color:#3b82f6;margin-bottom:20px}#section-real-results .card-tech-mom .card-link{color:#2563eb}#section-real-results .card-recommended{background:linear-gradient(145deg,#faf5ff,#f3e8ff)}#section-real-results .card-recommended .icon-recommended{font-size:42px;color:#9333ea;margin-bottom:15px}#section-real-results .partner-pills{display:flex;flex-direction:column;gap:12px;margin-top:20px}#section-real-results .partner-pill{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e9d5ff;border-radius:60px;padding:12px 18px;font-size:14px;font-weight:500;color:#4c1d95;transition:all .3s}#section-real-results .partner-pill i{font-size:16px;color:#8b5cf6}#section-real-results .partner-pill:hover{transform:translateX(5px) scale(1.02);border-color:#c084fc;background:#faf5ff;box-shadow:0 5px 15px rgba(139,92,246,.15)}@media (max-width:991px){#section-real-results .results-row .col-md-3{margin-bottom:25px}}@media (max-width:767px){#section-real-results .section-subtitle{margin-bottom:45px}#section-real-results .results-row .col-md-3{margin-bottom:20px}#section-real-results .result-card{padding:22px 18px}#section-real-results .revenue-amount .counter{font-size:40px}#section-real-results .grid-icon{padding:8px 0;font-size:16px}}#section-cta-build{background-image:linear-gradient(to bottom,#f5f3ff,#fef9f9);overflow:hidden}#section-cta-build .section-title{line-height:1.3;margin-top:0;margin-bottom:25px}#section-cta-build .section-title .gradient-text{background:linear-gradient(90deg,#8b5cf6,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}#section-cta-build .guarantee-text{color:#6b7280;margin-bottom:35px}#section-cta-build .guarantee-text strong{color:#8b5cf6;font-weight:700}#section-cta-build .btn-cta-build{font-family:Poppins,sans-serif;font-size:18px;font-weight:600;color:#fff;background:linear-gradient(to right,#6d28d9,#a78bfa);padding:18px 40px;border-radius:14px;border:none;text-decoration:none;transition:.4s;box-shadow:0 10px 20px -5px rgba(122,92,255,.4);display:inline-block}#section-cta-build .btn-cta-build i{margin-right:10px;animation:2.5s ease-in-out infinite bolt-shake}@keyframes bolt-shake{0,100%,50%{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}}#section-cta-build .btn-cta-build:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 25px -5px rgba(122,92,255,.5)}#section-cta-build .info-cards-row{margin-top:50px}#section-cta-build .info-card{background-color:#fff;padding:15px 25px;border-radius:12px;box-shadow:0 8px 30px -5px rgba(0,0,0,.07);text-align:left;font-size:14px;font-weight:500;color:#374151;display:flex;align-items:center;transition:.4s}#section-cta-build .info-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px -5px rgba(0,0,0,.1)}#section-cta-build .info-card i{color:#34d399;font-size:18px;margin-right:12px}@media (max-width:767px){.pt-100{padding-top:75px}.pb-100{padding-bottom:75px}#section-cta-build .section-title{line-height:1.4}#section-cta-build .info-cards-row .col-sm-12{margin-bottom:15px}#section-cta-build .info-cards-row .col-sm-12:last-child{margin-bottom:0}#section-cta-build .info-card{padding:12px 20px}}#ai-updates-signup{background-color:#161e2d;border-bottom:1px solid rgba(255,255,255,.1)}#ai-updates-signup .updates-tag{display:inline-flex;align-items:center;gap:5px;padding:8px 18px;background-color:#472af229;border:1px solid #472af2;border-radius:50px;font-size:14px;color:#472af2;margin-bottom:25px}#ai-updates-signup .updates-tag .fa{margin-right:6px}#ai-updates-signup .updates-title{margin-top:0;margin-bottom:15px}#ai-updates-signup .updates-subtitle{max-width:550px;margin:0 auto 40px;line-height:1.6}#ai-updates-signup .updates-form{display:flex;justify-content:center;align-items:center;gap:15px}#ai-updates-signup .updates-form .form-group{margin-bottom:0}#ai-updates-signup .updates-form .form-control{background-color:#2a2f3c;border:1px solid #444;border-radius:50px;color:#fff;height:52px;padding:6px 25px;min-width:300px;box-shadow:none;-webkit-box-shadow:none;transition:border-color .15s ease-in-out}#ai-updates-signup .updates-form .form-control:focus{border-color:#6742f5;box-shadow:none;-webkit-box-shadow:none}#ai-updates-signup .updates-form .form-control::-webkit-input-placeholder{color:#8892b0}#ai-updates-signup .updates-form .form-control:-moz-placeholder{color:#8892b0;opacity:1}#ai-updates-signup .updates-form .form-control::-moz-placeholder{color:#8892b0;opacity:1}#ai-updates-signup .updates-form .form-control:-ms-input-placeholder{color:#8892b0}#ai-updates-signup .updates-form .btn{background-color:#472af2;border:1px solid #6742f5;color:#fff;border-radius:50px;height:52px;padding:10px 35px;transition:background-color .3s,border-color .3s}#ai-updates-signup .updates-form .btn:focus,#ai-updates-signup .updates-form .btn:hover{background-color:#5837d0;border-color:#5837d0;color:#fff}@media (max-width:767px){#ai-updates-signup .updates-form{flex-direction:column;align-items:stretch;gap:15px}#ai-updates-signup .updates-form .form-control{min-width:100%;text-align:center}}