@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap);:root{--neon-yellow:#DFFF00;--neon-yellow-light:#F0FF4F;--neon-yellow-rgb:223,255,0;--electric-blue:#0066FF;--electric-blue-rgb:0,102,255;--dark-bg:#0A0E1A;--dark-900:#0A0E1A;--dark-800:#0F1629;--dark-700:#151D35;--dark-600:#1C2541;--gray-300:#D1D5DB;--gray-400:#9CA3AF;--gray-500:#6B7280;--red-400:#F87171;--red-950:rgba(69, 10, 10, 0.2)}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background-color:var(--dark-bg);color:#fff;overflow-x:hidden;line-height:1.5}::selection{background-color:rgba(223,255,0,.3);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f1629}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--neon-yellow),var(--electric-blue));border-radius:4px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:0 0}.neon-glow{box-shadow:0 0 10px rgba(var(--neon-yellow-rgb),.3),0 0 20px rgba(var(--neon-yellow-rgb),.2),0 0 40px rgba(var(--neon-yellow-rgb),.1)}.neon-glow-strong{box-shadow:0 0 10px rgba(var(--neon-yellow-rgb),.5),0 0 30px rgba(var(--neon-yellow-rgb),.4),0 0 60px rgba(var(--neon-yellow-rgb),.2)}.blue-glow{box-shadow:0 0 10px rgba(var(--electric-blue-rgb),.3),0 0 20px rgba(var(--electric-blue-rgb),.2),0 0 40px rgba(var(--electric-blue-rgb),.1)}.text-glow{text-shadow:0 0 10px rgba(var(--neon-yellow-rgb),.5),0 0 20px rgba(var(--neon-yellow-rgb),.3)}.text-glow-blue{text-shadow:0 0 10px rgba(var(--electric-blue-rgb),.5),0 0 20px rgba(var(--electric-blue-rgb),.3)}.bg-grid{background-image:linear-gradient(rgba(0,102,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,102,255,.05) 1px,transparent 1px);background-size:50px 50px}.mesh-gradient{background:radial-gradient(at 20% 80%,rgba(0,102,255,.15) 0,transparent 50%),radial-gradient(at 80% 20%,rgba(223,255,0,.1) 0,transparent 50%),radial-gradient(at 50% 50%,rgba(0,102,255,.05) 0,transparent 70%)}.hero-gradient{background:radial-gradient(ellipse at top right,rgba(223,255,0,.15) 0,transparent 50%),radial-gradient(ellipse at bottom left,rgba(0,102,255,.2) 0,transparent 50%),linear-gradient(180deg,#0a0e1a 0,#0f1629 100%)}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translateX(30px)}100%{opacity:1;transform:translateX(0)}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes bounce{0%,100%{transform:translateY(-25%) translateX(-50%);animation-timing-function:cubic-bezier(0.8,0,1,1)}50%{transform:translateY(0) translateX(-50%);animation-timing-function:cubic-bezier(0,0,0.2,1)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-slide-up{animation:slide-up .6s ease-out}.animate-slide-in-right{animation:slide-in-right .6s ease-out}.animate-fade-in{animation:fade-in .8s ease-out}.animate-bounce{animation:bounce 1s infinite}.btn-neon{position:relative;overflow:hidden;font-family:Rajdhani,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:1rem 2rem;border-radius:.5rem;background-color:var(--neon-yellow);color:var(--dark-900);transition:all .3s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-neon:hover{background-color:var(--neon-yellow-light);box-shadow:0 0 20px rgba(var(--neon-yellow-rgb),.5),0 0 40px rgba(var(--neon-yellow-rgb),.3);transform:translateY(-2px)}.btn-outline{position:relative;font-family:Rajdhani,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:1rem 2rem;border-radius:.5rem;border:2px solid var(--electric-blue);color:var(--electric-blue);background:0 0;transition:all .3s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-outline:hover{background-color:var(--electric-blue);color:#fff;box-shadow:0 0 20px rgba(var(--electric-blue-rgb),.4),0 0 40px rgba(var(--electric-blue-rgb),.2)}.card-glass{border-radius:1rem;padding:1.5rem;background:rgba(15,22,41,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,102,255,.2);transition:all .3s}.card-glass:hover{border-color:rgba(223,255,0,.4)}.gradient-border{position:relative;background:linear-gradient(135deg,#0f1629,#151d35);border-radius:1rem}.gradient-border::before{content:'';position:absolute;inset:0;border-radius:1rem;padding:2px;background:linear-gradient(135deg,var(--neon-yellow),var(--electric-blue));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.feature-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,rgba(0,102,255,.2),rgba(223,255,0,.1));border:1px solid rgba(0,102,255,.3);transition:all .3s}.feature-icon svg{width:2rem;height:2rem;color:var(--neon-yellow);stroke:var(--neon-yellow)}.section-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(0,102,255,.5),rgba(223,255,0,.5),rgba(0,102,255,.5),transparent)}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background-color:rgba(10,14,26,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,102,255,.2)}.navbar-container{max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}.navbar-content{display:flex;align-items:center;justify-content:space-between;height:5rem}.navbar-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.navbar-logo-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:linear-gradient(to bottom right,var(--neon-yellow),var(--electric-blue));display:flex;align-items:center;justify-content:center;flex-shrink:0}.navbar-logo-icon svg{width:1.5rem;height:1.5rem;color:var(--dark-900)}.navbar-logo-text{font-family:Rajdhani,sans-serif;font-weight:700;font-size:1.25rem;white-space:nowrap}.navbar-links{display:none;align-items:center;gap:2rem}.navbar-link{color:var(--gray-300);transition:color .3s;text-decoration:none}.navbar-link:hover{color:var(--neon-yellow)}.navbar-cta{font-size:.875rem;padding:.75rem 1.5rem!important}.navbar-cta svg{width:1rem;height:1rem}.navbar-mobile-btn{display:block;background:0 0;border:none;color:#fff;padding:.5rem;cursor:pointer}.navbar-mobile-btn svg{width:1.5rem;height:1.5rem}.navbar-mobile-menu{display:none;padding:1rem;border-top:1px solid rgba(0,102,255,.2)}.navbar-mobile-menu.active{display:block}.navbar-mobile-links{display:flex;flex-direction:column;gap:.5rem}.navbar-mobile-link{color:var(--gray-300);padding:.75rem 0;text-decoration:none;display:block}.navbar-mobile-link:hover{color:var(--neon-yellow)}@media (min-width:768px){.navbar-container{padding-left:1.5rem;padding-right:1.5rem}.navbar-links{display:flex}.navbar-mobile-btn{display:none}.navbar-mobile-menu{display:none!important}}@media (min-width:1024px){.navbar-container{padding-left:2rem;padding-right:2rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:5rem;overflow:hidden}.hero .bg-grid{position:absolute;inset:0;opacity:.5}.hero-glow-yellow{position:absolute;top:5rem;right:0;width:18rem;height:18rem;background-color:rgba(223,255,0,.1);border-radius:9999px;filter:blur(64px)}.hero-glow-blue{position:absolute;bottom:0;left:0;width:18rem;height:18rem;background-color:rgba(0,102,255,.2);border-radius:9999px;filter:blur(64px)}.hero-float-square{position:absolute;top:25%;left:2.5rem;width:5rem;height:5rem;border:1px solid rgba(0,102,255,.3);transform:rotate(45deg);animation:float 6s ease-in-out infinite;display:none}.hero-float-circle{position:absolute;bottom:25%;right:5rem;width:8rem;height:8rem;border:1px solid rgba(223,255,0,.2);border-radius:9999px;animation:float 6s ease-in-out infinite;animation-delay:2s;display:none}.hero-container{position:relative;max-width:80rem;margin:0 auto;padding:3rem 1rem;width:100%}.hero-grid{display:grid;gap:3rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:rgba(0,102,255,.2);border:1px solid rgba(0,102,255,.4);border-radius:9999px;padding:.5rem 1rem;margin-bottom:1.5rem}.hero-badge svg{width:1rem;height:1rem;color:var(--neon-yellow)}.hero-badge span{font-size:.875rem;color:var(--gray-300)}.hero-title{font-family:Rajdhani,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;margin-bottom:1.5rem}.hero-description{font-size:1.125rem;color:var(--gray-300);margin-bottom:2rem;line-height:1.625;max-width:36rem}.hero-description strong{color:var(--neon-yellow)}.hero-features{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.hero-feature{display:flex;align-items:center;gap:.5rem;background-color:rgba(21,29,53,.5);border-radius:9999px;padding:.5rem 1rem;border:1px solid rgba(0,102,255,.2)}.hero-feature svg{width:1.25rem;height:1.25rem;color:var(--neon-yellow)}.hero-feature span{font-size:.875rem;line-height:1.25rem}.hero-buttons{display:flex;flex-direction:column;gap:1rem}.hero-buttons .btn-neon svg,.hero-buttons .btn-outline svg{width:1.25rem;height:1.25rem}.hero-image-wrap{position:relative}.hero-image-container{position:relative;max-width:32rem;margin:0 auto}.hero-image-glow{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(223,255,0,.2),rgba(0,102,255,.2));border-radius:9999px;filter:blur(64px);transform:scale(.75)}.hero-image{position:relative;width:100%;height:auto;filter:drop-shadow(0 25px 25px rgb(0 0 0 / .15))}.hero-badge-plug{position:absolute;top:1rem;right:-1rem;background-color:var(--neon-yellow);color:var(--dark-900);padding:.5rem 1rem;border-radius:9999px;font-family:Rajdhani,sans-serif;font-weight:700;font-size:.875rem}.hero-badge-install{position:absolute;bottom:5rem;left:-1rem;background-color:var(--electric-blue);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-family:Rajdhani,sans-serif;font-weight:700;font-size:.875rem}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:none}.hero-scroll svg{width:2rem;height:2rem;color:rgba(223,255,0,.5)}@media (min-width:640px){.hero-title{font-size:3rem;line-height:1}.hero-desc{font-size:1.25rem;line-height:1.75rem}.hero-buttons{flex-direction:row}}@media (min-width:768px){.hero-glow-1,.hero-glow-2{width:24rem;height:24rem}.hero-scroll{display:block}}@media (min-width:1024px){.hero-container{padding:5rem 2rem}.hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-title{font-size:3.75rem}.hero-float-1,.hero-float-2{display:block}}@media (min-width:1280px){.hero-title{font-size:4.5rem}}.section{padding-top:5rem;padding-bottom:5rem;position:relative;overflow:hidden}.section-container{position:relative;max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-family:Rajdhani,sans-serif;font-size:1.875rem;line-height:2.25rem;font-weight:700;margin-bottom:1.5rem}.section-subtitle{font-size:1.125rem;line-height:1.75rem;color:var(--gray-400);max-width:42rem;margin:0 auto}@media (min-width:640px){.section-container{padding-left:1.5rem;padding-right:1.5rem}.section-title{font-size:2.25rem;line-height:2.5rem}.section-subtitle{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1024px){.section{padding-top:7rem;padding-bottom:7rem}.section-container{padding-left:2rem;padding-right:2rem}.section-title{font-size:3rem;line-height:1}}.product-grid{display:grid;gap:2rem;align-items:center}.product-left{display:flex;flex-direction:column;gap:1.5rem}.product-image-box{position:relative;aspect-ratio:4/3;border-radius:1rem;overflow:hidden;background:linear-gradient(to bottom right,var(--dark-700),var(--dark-800));border:1px solid rgba(0,102,255,.2);display:flex;align-items:center;justify-content:center}.product-image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(223,255,0,.1),rgba(0,102,255,.1))}.product-image{position:relative;width:75%;height:auto;filter:drop-shadow(0 25px 25px rgb(0 0 0 / .15))}.product-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.product-stat{text-align:center;padding:1rem}.product-stat svg{width:1.5rem;height:1.5rem;color:var(--neon-yellow);margin:0 auto .5rem}.product-stat-value{font-family:Rajdhani,sans-serif;font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#fff}.product-stat-label{font-size:.75rem;line-height:1rem;color:var(--gray-400)}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.product-tag{background-color:var(--dark-700);border:1px solid rgba(0,102,255,.3);padding:.5rem .75rem;border-radius:9999px;font-size:.75rem;line-height:1rem}@media (min-width:640px){.product-stats{gap:1rem}.product-stat svg{width:2rem;height:2rem}.product-stat-value{font-size:1.5rem;line-height:2rem}.product-stat-label{font-size:.875rem;line-height:1.25rem}.product-tag{padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}}.pricing-card{padding:1.5rem}.pricing-card>div{display:flex;flex-direction:column;gap:1.5rem}.pricing-header{text-align:center}.pricing-title{font-family:Rajdhani,sans-serif;font-size:1.5rem;line-height:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.pricing-subtitle{color:var(--gray-400)}.pricing-boxes{display:flex;flex-direction:column;gap:1rem}.pricing-box{background-color:rgba(21,29,53,.5);border-radius:.75rem;padding:1.25rem;border:1px solid rgba(0,102,255,.2)}.pricing-box.highlight{background-color:rgba(223,255,0,.1);border:1px solid rgba(223,255,0,.3)}.pricing-box-content{display:flex;align-items:center;gap:.75rem}.pricing-box-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.pricing-box-icon svg{width:1.5rem;height:1.5rem;color:var(--neon-yellow);stroke:var(--neon-yellow)}.pricing-box-icon.blue{background-color:rgba(0,102,255,.2)}.pricing-box-icon.blue svg{width:1.5rem;height:1.5rem;color:var(--electric-blue)}.pricing-box-icon.yellow{background-color:rgba(223,255,0,.2)}.pricing-box-icon.yellow svg{width:1.5rem;height:1.5rem;color:var(--neon-yellow)}.pricing-box-title{font-family:Rajdhani,sans-serif;font-weight:700;color:#fff}.pricing-box-desc{font-size:.875rem;line-height:1.25rem;color:var(--gray-400)}.pricing-features{display:flex;flex-direction:column;gap:.75rem}.pricing-feature{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.25rem}.pricing-feature svg{width:1.25rem;height:1.25rem;color:var(--neon-yellow);flex-shrink:0}.pricing-feature span{color:var(--gray-300)}.pricing-cta{width:100%;text-align:center}.pricing-note{text-align:center;font-size:.75rem;line-height:1rem;color:var(--gray-500)}.pricing-footer{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:.5rem}.pricing-secure{display:flex;align-items:center;gap:1rem}.pricing-secure-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;color:var(--gray-500)}.pricing-secure-item svg{width:1rem;height:1rem}.pricing-klarna{display:flex;align-items:center;gap:.5rem;background-color:rgba(21,29,53,.5);border-radius:.5rem;padding:.5rem 1rem;border:1px solid #4b5563}.pricing-klarna img{height:1.25rem}.pricing-klarna span{font-size:.75rem;line-height:1rem;color:var(--gray-400)}@media (min-width:640px){.pricing-card{padding:2rem}.pricing-title{font-size:1.875rem;line-height:2.25rem}}.steps-grid{display:grid;gap:1.5rem}.step{position:relative}.step-line{display:none;position:absolute;top:4rem;left:50%;width:100%;height:2px;background:linear-gradient(to right,var(--electric-blue),var(--neon-yellow));opacity:.3}.step-card{text-align:center;position:relative;z-index:10}.step:hover .step-card{transform:translateY(-.5rem);border-color:rgba(223,255,0,.4)}.step-number{position:absolute;top:-1rem;left:50%;transform:translateX(-50%);background-color:var(--dark-900);padding:.25rem 1rem;border-radius:9999px;border:1px solid rgba(0,102,255,.5);z-index:20;font-family:Rajdhani,sans-serif;font-weight:700;color:var(--electric-blue)}.step-icon{margin:1rem auto 1.5rem}.step:hover .step-icon{box-shadow:0 0 10px rgba(var(--neon-yellow-rgb),.3),0 0 20px rgba(var(--neon-yellow-rgb),.2)}.step-icon svg{width:2rem;height:2rem;color:var(--neon-yellow);stroke:var(--neon-yellow)}.step-title{font-family:Rajdhani,sans-serif;font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#fff;margin-bottom:.75rem}.step-desc{color:var(--gray-400)}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.step-line{display:block}.step:last-child .step-line{display:none}}.comparison-grid{display:grid;gap:1.5rem}.comparison-bad{background-color:rgba(69,10,10,.2);border:1px solid rgba(239,68,68,.3);border-radius:1rem;padding:1.5rem}.comparison-good{background-color:rgba(223,255,0,.05);border:1px solid rgba(223,255,0,.3);border-radius:1rem;padding:1.5rem}.comparison-title{font-family:Rajdhani,sans-serif;font-size:1.25rem;line-height:1.75rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.comparison-title svg{width:1.75rem;height:1.75rem}.comparison-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.comparison-item{display:flex;align-items:flex-start;gap:.75rem}.comparison-item svg{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem}.comparison-bad .comparison-item svg{color:var(--red-400)}.comparison-good .comparison-item svg{color:var(--neon-yellow)}.comparison-item span{color:var(--gray-300)}@media (min-width:640px){.comparison-bad,.comparison-good{padding:2rem}.comparison-title{font-size:1.5rem;line-height:2rem}}@media (min-width:768px){.comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}.benefits-grid{display:grid;gap:1.5rem}.benefit-card{transition:all .3s}.benefit-card:hover{border-color:rgba(223,255,0,.4);transform:translateY(-.25rem)}.benefit-content{display:flex;gap:1rem}.benefit-card:hover .feature-icon{box-shadow:0 0 10px rgba(var(--neon-yellow-rgb),.3),0 0 20px rgba(var(--neon-yellow-rgb),.2)}.benefit-icon{flex-shrink:0}.benefit-icon svg{width:1.5rem;height:1.5rem;color:var(--neon-yellow);stroke:var(--neon-yellow)}.benefit-title{font-family:Rajdhani,sans-serif;font-size:1.125rem;line-height:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.benefit-desc{color:var(--gray-400);margin-bottom:.75rem;font-size:.875rem;line-height:1.25rem}.benefit-tags{display:flex;flex-wrap:wrap;gap:.5rem}.benefit-tag{background-color:rgba(223,255,0,.1);color:var(--neon-yellow);font-size:.75rem;line-height:1rem;padding:.25rem .75rem;border-radius:9999px;border:1px solid rgba(223,255,0,.3)}@media (min-width:640px){.benefit-content{gap:1.25rem}.benefit-icon svg{width:1.75rem;height:1.75rem}.benefit-title{font-size:1.25rem}.benefit-desc{font-size:1rem;line-height:1.5rem}.benefit-tag{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}.business-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,102,255,.1),transparent)}.business-grid{display:grid;gap:1.5rem}.business-card{text-align:center;transition:all .3s}.business-card:hover{border-color:rgba(0,102,255,.5);transform:translateY(-.25rem)}.business-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,rgba(0,102,255,.2),rgba(0,102,255,.1));border:1px solid rgba(0,102,255,.3);margin:0 auto 1rem;transition:all .3s}.business-card:hover .business-icon{box-shadow:0 0 10px rgba(var(--electric-blue-rgb),.3),0 0 20px rgba(var(--electric-blue-rgb),.2)}.business-icon svg{width:1.75rem;height:1.75rem;color:var(--electric-blue)}.business-title{font-family:Rajdhani,sans-serif;font-size:1.125rem;line-height:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.business-desc{color:var(--gray-400);font-size:.875rem;line-height:1.25rem}@media (min-width:640px){.business-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.business-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.guarantees-grid{display:grid;gap:1.5rem}.guarantee-item{text-align:center}.guarantee-icon{width:4rem;height:4rem;background-color:rgba(223,255,0,.1);border:1px solid rgba(223,255,0,.3);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:all .3s}.guarantee-item:hover .guarantee-icon{box-shadow:0 0 10px rgba(var(--neon-yellow-rgb),.3),0 0 20px rgba(var(--neon-yellow-rgb),.2)}.guarantee-icon svg{width:1.75rem;height:1.75rem;color:var(--neon-yellow)}.guarantee-title{font-family:Rajdhani,sans-serif;font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-align:center}.guarantee-desc{color:var(--gray-400);font-size:.875rem;text-align:center}@media (min-width:640px){.guarantees-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guarantee-icon{width:5rem;height:5rem;margin-bottom:1.5rem}.guarantee-icon svg{width:2.25rem;height:2.25rem}.guarantee-title{font-size:1.25rem}.guarantee-desc{font-size:1rem}}@media (min-width:1024px){.guarantees-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.faq-container{max-width:48rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{overflow:hidden}.faq-question{width:100%;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#fff}.faq-question span{font-family:Rajdhani,sans-serif;font-weight:600;font-size:.875rem;line-height:1.25rem;padding-right:1rem}.faq-question svg{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--gray-400);transition:transform .3s ease,color .3s ease}.faq-item.active .faq-question svg{color:var(--neon-yellow);transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.25rem 1rem}.faq-item.active .faq-answer{display:block;animation:fade-in .3s ease-out}.faq-answer p{color:var(--gray-400);font-size:.875rem;line-height:1.625}@media (min-width:640px){.faq-list{gap:1rem}.faq-question{padding:1.25rem 1.5rem}.faq-question span{font-size:1rem;line-height:1.5rem}.faq-answer{padding:0 1.5rem 1.25rem}.faq-answer p{font-size:1rem}}.cta-section{padding-top:5rem;padding-bottom:5rem;background:linear-gradient(to right,rgba(0,102,255,.2),rgba(223,255,0,.1));position:relative;overflow:hidden}.cta-section .bg-grid{position:absolute;inset:0;opacity:.2}.cta-glow-yellow{position:absolute;top:0;left:25%;width:16rem;height:16rem;background-color:rgba(223,255,0,.1);border-radius:9999px;filter:blur(64px)}.cta-glow-blue{position:absolute;bottom:0;right:25%;width:16rem;height:16rem;background-color:rgba(0,102,255,.1);border-radius:9999px;filter:blur(64px)}.cta-container{position:relative;max-width:56rem;margin:0 auto;padding:0 1rem;text-align:center}.cta-box{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background-color:rgba(15,22,41,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:1rem;padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(0,102,255,.2)}.cta-includes{text-align:center}.cta-includes-label{color:var(--gray-400);margin-bottom:.5rem}.cta-includes-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.cta-includes-tag{background-color:rgba(223,255,0,.1);color:var(--neon-yellow);font-size:.75rem;line-height:1rem;padding:.25rem .75rem;border-radius:9999px}.cta-includes-note{font-size:.75rem;line-height:1rem;color:var(--gray-500);margin-top:.5rem}.cta-btn{font-size:1.125rem;padding:1.25rem 2.5rem}.cta-btn svg{width:1.5rem;height:1.5rem}.cta-footer{margin-top:1.5rem;font-size:.875rem;line-height:1.25rem;color:var(--gray-500)}@media (min-width:640px){.cta-box{padding:2rem}}@media (min-width:1024px){.cta-section{padding-top:7rem;padding-bottom:7rem}}.footer{background-color:var(--dark-900);border-top:1px solid rgba(0,102,255,.2);padding-top:3rem;padding-bottom:3rem}.footer-container{max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}.footer-brand .navbar-logo{margin-bottom:1rem}.footer-brand p{color:var(--gray-400);font-size:.875rem;line-height:1.25rem}.footer-title{font-family:Rajdhani,sans-serif;font-weight:700;color:#fff;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:var(--gray-400);font-size:.875rem;line-height:1.25rem;transition:color .3s}.footer-links a:hover{color:var(--neon-yellow)}.footer-contact{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-contact li{display:flex;align-items:center;gap:.5rem;color:var(--gray-400);font-size:.875rem;line-height:1.25rem}.footer-contact svg{width:1rem;height:1rem;color:var(--electric-blue)}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-copyright{color:var(--gray-500);font-size:.875rem;line-height:1.25rem}.footer-legal{display:flex;align-items:center;gap:1rem}.footer-legal a{color:var(--gray-500);font-size:.875rem;line-height:1.25rem;transition:color .3s}.footer-legal a:hover{color:var(--neon-yellow)}@media (min-width:640px){.footer-container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem}.footer-bottom{flex-direction:row;justify-content:space-between}}@media (min-width:1024px){.footer{padding-top:4rem;padding-bottom:4rem}.footer-container{padding-left:2rem;padding-right:2rem}.footer-grid{margin-bottom:3rem}}.bg-dark-800{background-color:var(--dark-800)}.text-white{color:#fff}.text-neon-yellow{color:var(--neon-yellow)}.text-electric-blue{color:var(--electric-blue)}.text-red-400{color:var(--red-400)}.text-gray-400{color:#9ca3af}.pain-point-icon{width:4rem;height:4rem;background-color:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.pain-point-icon svg{width:2rem;height:2rem;color:#f87171;stroke:#f87171}.testimonial-icon{width:5rem;height:5rem;background-color:rgba(223,255,0,.2);border:1px solid rgba(223,255,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.testimonial-icon svg{width:2.5rem;height:2.5rem;color:var(--neon-yellow);stroke:var(--neon-yellow)}.business-types-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}@media (max-width:1024px){.business-types-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.business-types-grid{grid-template-columns:repeat(2,1fr)}}.battery-circle{width:10rem;height:10rem;background:rgba(0,102,255,.2);border:4px solid rgba(0,102,255,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.peace-icon{width:4rem;height:4rem;background:rgba(223,255,0,.2);border:1px solid rgba(223,255,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.peace-icon svg{width:2rem;height:2rem;color:var(--neon-yellow)}.simple-step-number{width:5rem;height:5rem;background:rgba(223,255,0,.2);border:1px solid rgba(223,255,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2.25rem;font-weight:700;color:var(--neon-yellow);font-family:var(--font-display)}.simple-step-circle{width:5rem;height:5rem;background:rgba(223,255,0,.2);border:1px solid rgba(223,255,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.simple-battery-circle{width:8rem;height:8rem;background:rgba(223,255,0,.2);border:4px solid rgba(223,255,0,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.no-more-icon{width:4rem;height:4rem;background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative}.no-more-icon svg{width:2rem;height:2rem;color:#f87171;stroke:#f87171}.no-more-x{position:absolute;top:-.25rem;right:-.25rem;width:1.5rem;height:1.5rem;background:var(--neon-yellow);border-radius:50%;display:flex;align-items:center;justify-content:center}.no-more-x svg{width:1rem;height:1rem;color:var(--dark-900)}.text-red-400{color:#f87171}.simple-step-number{width:5rem;height:5rem;background:rgba(223,255,0,.2);border:1px solid rgba(223,255,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.simple-battery-circle{width:8rem;height:8rem;background:rgba(223,255,0,.2);border:4px solid rgba(223,255,0,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}@media (max-width:768px){.benefits-grid[style*="grid-template-columns: repeat(3"],.benefits-grid[style*="grid-template-columns: repeat(4"]{grid-template-columns:1fr!important}.benefits-grid[style*="grid-template-columns: repeat(2"]{grid-template-columns:1fr!important}}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:640px){.container{padding-left:2rem;padding-right:2rem}}div svg,span svg{color:inherit}div[style*=color] svg,span[style*=color] svg{color:inherit}svg{stroke:currentColor}.benefit-icon svg,.feature-icon svg,.no-more-icon svg,.pain-point-icon svg,.pricing-box-icon svg,.step-icon svg,.testimonial-icon svg{stroke:currentColor}.legal-content{padding:2.5rem}.legal-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.legal-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.legal-title{display:flex;align-items:center;gap:.75rem;font-family:Rajdhani,sans-serif;font-size:1.25rem;font-weight:700;color:var(--neon-yellow);margin-bottom:1rem}.legal-title svg{width:1.5rem;height:1.5rem;color:var(--electric-blue)}.legal-content p{color:var(--gray-300);line-height:1.8;margin-bottom:1rem}.legal-content p:last-child{margin-bottom:0}.legal-content strong{color:#fff}.legal-list{list-style:none;padding:0;margin:1rem 0}.legal-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--gray-300);line-height:1.7}.legal-list li::before{content:'';position:absolute;left:0;top:.6rem;width:6px;height:6px;background:var(--neon-yellow);border-radius:50%}.legal-highlight{background:rgba(223,255,0,.1);border-left:3px solid var(--neon-yellow);padding:1.25rem 1.5rem;margin:1.5rem 0;border-radius:0 .75rem .75rem 0}.legal-highlight p{margin:0;color:var(--gray-200)}.legal-actions{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.legal-content a{color:var(--neon-yellow);text-decoration:none;transition:color .3s ease}.legal-content a:hover{color:var(--electric-blue)}@media (max-width:640px){.legal-content{padding:1.5rem}.legal-title{font-size:1.125rem}.legal-section{margin-bottom:2rem;padding-bottom:1.5rem}}