.rpx-landing{--primary:#036;--primary-light:#004d99;--primary-dark:#024;--accent:#f60;--accent-light:#ff8533;--accent-dark:#e55c00;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-600:#475569;--gray-800:#1e293b;--gradient-primary:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);--gradient-accent:linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}.rpx-landing,.rpx-landing *{box-sizing:border-box;margin:0;padding:0}.rpx-landing{font-family:var(--font-jakarta), sans-serif;color:var(--gray-800);background:var(--white);line-height:1.6;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.rpx-landing .animate-in{opacity:0;animation:.8s ease-out forwards fadeInUp}.rpx-landing .delay-1{animation-delay:.1s}.rpx-landing .delay-2{animation-delay:.2s}.rpx-landing .delay-3{animation-delay:.3s}.rpx-landing .delay-4{animation-delay:.4s}.rpx-landing .delay-5{animation-delay:.5s}.rpx-landing .navbar{z-index:1000;backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);background:#fffffff2;padding:1rem 2rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.rpx-landing .navbar-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.rpx-landing .logo{height:40px;transition:transform .3s}.rpx-landing .logo:hover{transform:scale(1.05)}.rpx-landing .nav-cta{background:var(--gradient-accent);color:var(--white);box-shadow:var(--shadow-md);border-radius:50px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.rpx-landing .nav-cta:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.rpx-landing .hero{background:linear-gradient(135deg, var(--gray-50) 0%, var(--white) 50%, var(--gray-100) 100%);align-items:center;min-height:100vh;padding:120px 2rem 80px;display:flex;position:relative;overflow:hidden}.rpx-landing .hero:before{content:"";pointer-events:none;background:radial-gradient(#00336608 0%,#0000 70%);width:80%;height:150%;position:absolute;top:-50%;right:-20%}.rpx-landing .hero:after{content:"";background:linear-gradient(90deg, transparent, var(--gray-200), transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.rpx-landing .hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.rpx-landing .hero-text{z-index:2;position:relative}.rpx-landing .hero-badge{background:var(--white);border:1px solid var(--gray-200);color:var(--primary);box-shadow:var(--shadow-sm);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.rpx-landing .hero-badge span{background:var(--gradient-accent);color:var(--white);border-radius:20px;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.rpx-landing .hero h1{font-family:var(--font-grotesk), sans-serif;color:var(--primary-dark);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1}.rpx-landing .hero h1 .highlight{background:var(--gradient-accent);-webkit-text-fill-color:transparent;background-clip:text}.rpx-landing .hero-description{color:var(--gray-600);max-width:500px;margin-bottom:2rem;font-size:1.15rem}.rpx-landing .hero-cta-group{flex-wrap:wrap;gap:1rem;display:flex}.rpx-landing .btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.rpx-landing .btn-primary{background:var(--gradient-primary);color:var(--white);box-shadow:var(--shadow-lg), 0 0 0 0 #0033664d}.rpx-landing .btn-primary:hover{box-shadow:var(--shadow-xl), 0 0 0 4px #0033661a;transform:translateY(-3px)}.rpx-landing .btn-secondary{background:var(--white);color:var(--primary);border:2px solid var(--gray-200)}.rpx-landing .btn-secondary:hover{border-color:var(--primary);background:var(--gray-50)}.rpx-landing .btn-whatsapp{color:var(--white);box-shadow:var(--shadow-lg);background:#25d366}.rpx-landing .btn-whatsapp:hover{background:#20bd5a;transform:translateY(-3px)}.rpx-landing .hero-visual{position:relative}.rpx-landing .hero-card{background:var(--white);box-shadow:var(--shadow-xl);border:1px solid var(--gray-200);border-radius:20px;padding:2rem;position:relative;overflow:hidden}.rpx-landing .hero-card:before{content:"";background:var(--gradient-accent);height:4px;position:absolute;top:0;left:0;right:0}.rpx-landing .card-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.rpx-landing .card-icon{background:var(--gradient-primary);width:48px;height:48px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.rpx-landing .card-title{color:var(--primary-dark);font-weight:700}.rpx-landing .card-subtitle{color:var(--gray-600);font-size:.85rem}.rpx-landing .comparison{gap:1rem;display:grid}.rpx-landing .comparison-item{background:var(--gray-50);border-radius:12px;padding:1rem}.rpx-landing .comparison-item.before{border-left:3px solid var(--gray-600)}.rpx-landing .comparison-item.after{border-left:3px solid var(--accent);background:linear-gradient(135deg,#ff66000d,#0000)}.rpx-landing .comparison-label{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.rpx-landing .comparison-item.before .comparison-label{color:var(--gray-600)}.rpx-landing .comparison-item.after .comparison-label{color:var(--accent)}.rpx-landing .comparison-text{color:var(--gray-800);font-size:.9rem}.rpx-landing .product-preview{background:var(--gray-50);border-radius:12px;overflow:hidden}.rpx-landing .product-preview-header{background:var(--white);border-bottom:1px solid var(--gray-200);gap:1rem;padding:1rem;display:flex}.rpx-landing .product-image-placeholder{background:var(--white);width:70px;height:70px;color:var(--gray-600);border:1px solid var(--gray-200);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.rpx-landing .product-thumb-img{object-fit:contain;width:100%;height:100%}.rpx-landing .product-info{flex:1}.rpx-landing .product-name{color:var(--primary-dark);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.rpx-landing .product-sku{color:var(--gray-600);margin-bottom:.5rem;font-size:.75rem}.rpx-landing .product-price{color:var(--accent);font-size:1.1rem;font-weight:700}.rpx-landing .description-comparison{grid-template-columns:1fr 1fr;display:grid}.rpx-landing .description-panel{padding:1rem}.rpx-landing .description-panel.before{border-right:1px solid var(--gray-200);background:#6464640d}.rpx-landing .description-panel.after{background:linear-gradient(135deg,#ff66000d,#ff853308)}.rpx-landing .panel-label{text-transform:uppercase;letter-spacing:.05em;border-bottom:1px dashed var(--gray-200);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.7rem;font-weight:700;display:flex}.rpx-landing .description-panel.before .panel-label{color:var(--gray-600)}.rpx-landing .description-panel.after .panel-label{color:var(--accent)}.rpx-landing .label-icon{font-size:.9rem}.rpx-landing .panel-content{color:var(--gray-800);font-size:.8rem;line-height:1.5}.rpx-landing .panel-content p{margin-bottom:.5rem}.rpx-landing .panel-content ul{margin:.5rem 0 0;padding:0;list-style:none}.rpx-landing .panel-content li{margin-bottom:.35rem;padding-left:1rem;font-size:.75rem;position:relative}.rpx-landing .panel-content li:before{content:"•";color:var(--accent);font-weight:700;position:absolute;left:0}.rpx-landing .panel-content li strong{color:var(--primary)}@media (width<=600px){.rpx-landing .description-comparison{grid-template-columns:1fr}.rpx-landing .description-panel.before{border-right:none;border-bottom:1px solid var(--gray-200)}}.rpx-landing .floating-badge{background:var(--white);box-shadow:var(--shadow-lg);border-radius:12px;padding:.75rem 1rem;font-size:.85rem;font-weight:600;animation:3s ease-in-out infinite float;position:absolute}.rpx-landing .floating-badge.top-right{color:var(--accent);top:-20px;right:-20px}.rpx-landing .floating-badge.bottom-left{color:var(--primary);animation-delay:1.5s;bottom:-20px;left:-20px}.rpx-landing section{padding:100px 2rem}.rpx-landing .section-container{max-width:1200px;margin:0 auto}.rpx-landing .section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.rpx-landing .section-label{color:var(--primary);background:linear-gradient(135deg,#0033661a,#004d991a);border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.rpx-landing .section-title{font-family:var(--font-grotesk), sans-serif;color:var(--primary-dark);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700}.rpx-landing .section-description{color:var(--gray-600);font-size:1.1rem}.rpx-landing .why-section{background:var(--white)}.rpx-landing .why-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.rpx-landing .why-card{background:var(--gray-50);border:1px solid #0000;border-radius:20px;padding:2rem;transition:all .3s}.rpx-landing .why-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gray-200);background:var(--white);transform:translateY(-5px)}.rpx-landing .why-icon{background:var(--gradient-primary);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.rpx-landing .why-card h3{color:var(--primary-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.rpx-landing .why-card p{color:var(--gray-600);font-size:.95rem}.rpx-landing .features-section{background:linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%)}.rpx-landing .features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.rpx-landing .feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:1.75rem;transition:all .3s;position:relative;overflow:hidden}.rpx-landing .feature-card:before{content:"";background:var(--gradient-accent);opacity:0;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.rpx-landing .feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-3px)}.rpx-landing .feature-card:hover:before{opacity:.03}.rpx-landing .feature-icon{margin-bottom:1rem;font-size:1.75rem}.rpx-landing .feature-card h3{color:var(--primary-dark);margin-bottom:.5rem;font-size:1rem;font-weight:700}.rpx-landing .feature-card p{color:var(--gray-600);font-size:.9rem}.rpx-landing .screenshot-section{background:linear-gradient(180deg, var(--white) 0%, var(--gray-50) 100%)}.rpx-landing .screenshot-wrapper{max-width:1000px;margin:0 auto}.rpx-landing .screenshot-mockup{position:relative}.rpx-landing .mockup-browser{background:var(--white);box-shadow:var(--shadow-xl), 0 25px 50px -12px #00000026;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden}.rpx-landing .browser-header{background:var(--gray-100);border-bottom:1px solid var(--gray-200);align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.rpx-landing .browser-dots{gap:6px;display:flex}.rpx-landing .browser-dots span{background:var(--gray-300);border-radius:50%;width:12px;height:12px}.rpx-landing .browser-dots span:first-child{background:#ff5f57}.rpx-landing .browser-dots span:nth-child(2){background:#ffbd2e}.rpx-landing .browser-dots span:last-child{background:#28ca42}.rpx-landing .browser-url{background:var(--white);color:var(--gray-600);border-radius:6px;flex:1;padding:.5rem 1rem;font-family:monospace;font-size:.8rem}.rpx-landing .browser-content{position:relative}.rpx-landing .screenshot-image{width:100%;height:auto;display:block}.rpx-landing .benefits-section{background:var(--primary-dark);color:var(--white);position:relative;overflow:hidden}.rpx-landing .benefits-section:before{content:"";opacity:.5;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.rpx-landing .benefits-section .section-label{color:var(--white);background:#ffffff1a}.rpx-landing .benefits-section .section-title{color:var(--white)}.rpx-landing .benefits-section .section-description{color:#fffc}.rpx-landing .benefits-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid;position:relative}.rpx-landing .benefit-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:all .3s}.rpx-landing .benefit-card:hover{background:#ffffff1a;transform:translateY(-5px)}.rpx-landing .benefit-icon{margin-bottom:1rem;font-size:2.5rem}.rpx-landing .benefit-card h3{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.rpx-landing .benefit-card p{color:#ffffffb3;font-size:.9rem}.rpx-landing .pricing-section{background:var(--white)}.rpx-landing .pricing-card{background:var(--white);max-width:600px;box-shadow:var(--shadow-xl);border:2px solid var(--gray-200);border-radius:24px;margin:0 auto;padding:3rem;position:relative;overflow:hidden}.rpx-landing .pricing-card:before{content:"";background:var(--gradient-accent);height:6px;position:absolute;top:0;left:0;right:0}.rpx-landing .pricing-badge{background:var(--gradient-accent);color:var(--white);border-radius:50px;padding:.5rem 1rem;font-size:.8rem;font-weight:700;position:absolute;top:2rem;right:2rem}.rpx-landing .pricing-header{text-align:center;border-bottom:1px solid var(--gray-200);margin-bottom:2rem;padding-bottom:2rem}.rpx-landing .pricing-title{font-family:var(--font-grotesk), sans-serif;color:var(--primary-dark);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.rpx-landing .pricing-amount{justify-content:center;align-items:baseline;gap:.25rem;display:flex}.rpx-landing .currency{color:var(--primary);font-size:1.5rem;font-weight:600}.rpx-landing .price{font-family:var(--font-grotesk), sans-serif;color:var(--primary-dark);font-size:4rem;font-weight:700;line-height:1}.rpx-landing .pricing-note{color:var(--gray-600);margin-top:.5rem;font-size:.9rem}.rpx-landing .pricing-features{margin-bottom:2rem}.rpx-landing .pricing-feature{border-bottom:1px solid var(--gray-100);align-items:flex-start;gap:.75rem;padding:.75rem 0;display:flex}.rpx-landing .pricing-feature:last-child{border-bottom:none}.rpx-landing .check-icon{width:24px;height:24px;color:var(--primary);background:linear-gradient(135deg,#0033661a,#004d991a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;display:flex}.rpx-landing .pricing-feature span{color:var(--gray-800);font-size:.95rem}.rpx-landing .pricing-feature strong{color:var(--primary-dark)}.rpx-landing .pricing-cta{text-align:center}.rpx-landing .pricing-cta .btn{justify-content:center;width:100%;padding:1.25rem 2rem;font-size:1.1rem}.rpx-landing .cta-section{background:linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 100%);text-align:center}.rpx-landing .cta-content{max-width:600px;margin:0 auto}.rpx-landing .cta-title{font-family:var(--font-grotesk), sans-serif;color:var(--primary-dark);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.rpx-landing .cta-description{color:var(--gray-600);margin-bottom:2rem;font-size:1.1rem}.rpx-landing .cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.rpx-landing footer{background:var(--primary-dark);color:var(--white);text-align:center;padding:3rem 2rem}.rpx-landing .footer-logo{opacity:.9;height:36px;margin-bottom:1.5rem}.rpx-landing .footer-text{color:#ffffffb3;margin-bottom:.5rem;font-size:.9rem}.rpx-landing .footer-link{color:var(--accent);text-decoration:none;transition:color .3s}.rpx-landing .footer-link:hover{color:var(--accent-light)}@media (width<=968px){.rpx-landing .hero-content{text-align:center;grid-template-columns:1fr}.rpx-landing .hero-text{order:1}.rpx-landing .hero-visual{order:2}.rpx-landing .hero-description{margin-left:auto;margin-right:auto}.rpx-landing .hero-cta-group{justify-content:center}.rpx-landing .floating-badge{display:none}}@media (width<=640px){.rpx-landing .navbar{padding:1rem}.rpx-landing .nav-cta{padding:.5rem 1rem;font-size:.8rem}.rpx-landing section{padding:60px 1.5rem}.rpx-landing .pricing-card{padding:2rem 1.5rem}.rpx-landing .pricing-badge{margin-bottom:1rem;display:inline-block;position:static}.rpx-landing .btn{justify-content:center;width:100%}}
