*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#333;font-display:swap;}:root{--brand-purple:#48297C;--brand-magenta:#9b2671;--brand-green:#10B981;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}.header{background:white;box-shadow:0 1px 3px rgba(0,0,0,.1);position:sticky;top:0;z-index:50;}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;}.logo-img{height:32px;width:auto;}.nav{display:none;gap:2rem;}.nav-link{text-decoration:none;color:var(--gray-700);font-weight:500;transition:color .3s ease;}.nav-link:hover{color:var(--brand-purple);}.header-actions{display:flex;align-items:center;gap:1rem;}.mobile-menu-btn{display:flex;flex-direction:column;gap:3px;background:none;border:none;cursor:pointer;padding:5px;}.mobile-menu-btn span{width:20px;height:2px;background:var(--gray-700);transition:all .3s ease;}.mobile-menu{display:none;flex-direction:column;gap:1rem;padding:1rem 0;border-top:1px solid var(--gray-200);}.mobile-nav-link{text-decoration:none;color:var(--gray-700);padding:.5rem 0;}@media (min-width:768px){.nav{display:flex}.mobile-menu-btn{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;font-size:14px;}.btn-primary{background:var(--brand-magenta);color:white;}.btn-primary:hover{background:#8a2360;}.btn-secondary{background:white;color:var(--brand-purple);border:1px solid var(--brand-purple);}.btn-secondary:hover{background:var(--gray-50);}.btn-outline{background:transparent;color:white;border:1px solid white;}.btn-outline:hover{background:white;color:var(--brand-purple);}.btn-full{width:100%;}.hero{background:linear-gradient(135deg,var(--brand-purple),var(--brand-magenta));color:white;padding:5rem 0;}.hero-content{display:grid;gap:3rem;align-items:center;}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:rgba(255,255,255,.9);}.hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;}.hero-trust{font-size:.9rem;color:rgba(255,255,255,.8);}.hero-form{justify-self:center;}@media (min-width:1024px){.hero-content{grid-template-columns:1fr 1fr}.hero-buttons{flex-direction:row}.hero-title{font-size:3rem}}.form-card{background:white;padding:2rem;border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);max-width:400px;}.form-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1.5rem;}.form-group{margin-bottom:1rem;}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--gray-700);}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:8px;font-size:14px;transition:border-color .3s ease;}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--brand-purple);box-shadow:0 0 0 3px rgba(72,41,124,.1);}.form-privacy{text-align:center;font-size:.75rem;color:var(--gray-500);margin-top:1rem;}.stats{padding:4rem 0;background:var(--gray-50);}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;}.stat-card{background:white;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.1);}.stat-number{font-size:2rem;font-weight:700;color:var(--brand-purple);margin-bottom:.5rem;}.stat-label{color:var(--gray-600);}.section-header{text-align:center;margin-bottom:4rem;}.section-title{font-size:2.5rem;font-weight:700;color:var(--gray-100);margin-bottom:1rem;}.section-subtitle{font-size:1.25rem;color:var(--gray-200);max-width:600px;margin:0 auto;}.section-cta{text-align:center;margin-top:3rem;}.benefits{padding:5rem 0;background:white;}.benefits .section-title{color:var(--gray-800);}.benefits .section-subtitle{color:var(--gray-600);}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;}.benefit-card{text-align:center;padding:2rem;background:var(--gray-50);border-radius:12px;transition:box-shadow .3s ease;}.benefit-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);}.benefit-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2rem;color:white;}.benefit-icon-purple{background:var(--brand-purple);}.benefit-icon-magenta{background:var(--brand-magenta);}.benefit-icon-green{background:var(--brand-green);}.benefit-title{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin-bottom:1rem;}.benefit-description{color:var(--gray-600);}.platform-showcase{padding:5rem 0;background:linear-gradient(135deg,var(--gray-50),var(--gray-100));}.platform-showcase .section-title{color:var(--gray-800);}.platform-showcase .section-subtitle{color:var(--gray-600);}.showcase-row{display:grid;gap:3rem;align-items:center;margin-bottom:5rem;}.showcase-row:last-child{margin-bottom:0;}.showcase-reverse{background:white;padding:3rem 0;border-radius:16px;}.showcase-title{font-size:2rem;font-weight:700;color:var(--gray-800);margin-bottom:2rem;}.showcase-features{margin-bottom:2rem;}.feature-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;}.feature-icon{color:var(--brand-green);font-weight:bold;margin-top:.25rem;}.feature-text strong{display:block;font-weight:600;color:var(--gray-800);margin-bottom:.25rem;}.feature-text span{color:var(--gray-600);}.showcase-image{background:white;padding:1rem;border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);}.dashboard-img{width:100%;height:auto;border-radius:12px;}@media (min-width:1024px){.showcase-row{grid-template-columns:1fr 1fr}.showcase-reverse{grid-template-columns:1fr 1fr}.showcase-reverse .showcase-content{order:2}.showcase-reverse .showcase-image{order:1}}.acquirers{padding:5rem 0;background:var(--gray-50);}.acquirers .section-title{color:var(--gray-800);}.acquirers .section-subtitle{color:var(--gray-600);}.acquirers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-bottom:3rem;}.acquirer-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;height:80px;}.acquirer-card img{max-height:32px;width:auto;opacity:.7;transition:opacity .3s ease;}.acquirer-card:hover img{opacity:1;}.video-section{padding:5rem 0;background:white;}.video-section .section-title{color:var(--gray-800);}.video-section .section-subtitle{color:var(--gray-600);}.video-container{max-width:800px;margin:0 auto;}.video-placeholder{background:var(--gray-900);border-radius:16px;padding:4rem 2rem;text-align:center;color:white;}.video-play-btn{width:80px;height:80px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;}.play-icon{font-size:2rem;color:var(--brand-purple);margin-left:4px;}.video-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;}.video-description{color:var(--gray-300);margin-bottom:2rem;}.testimonials{padding:5rem 0;background:var(--gray-50);}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;}.testimonial-card{background:white;padding:2rem;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.1);}.testimonial-stars{margin-bottom:1rem;}.testimonial-text{color:var(--gray-700);margin-bottom:1.5rem;font-style:italic;}.testimonial-author{display:flex;align-items:center;gap:1rem;}.author-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;}.author-avatar-purple{background:var(--brand-purple);}.author-avatar-magenta{background:var(--brand-magenta);}.author-avatar-green{background:var(--brand-green);}.author-name{font-weight:600;color:var(--gray-800);}.author-role{color:var(--gray-600);font-size:.9rem;}.cta-section{padding:5rem 0;background:linear-gradient(135deg,var(--brand-purple),var(--brand-magenta));color:white;}.cta-content{display:grid;gap:3rem;align-items:center;}.cta-features{display:flex;flex-direction:column;gap:2rem;}.cta-feature{display:flex;align-items:center;gap:1rem;}.cta-feature-icon{width:48px;height:48px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;}.cta-feature-text h3{font-size:1.25rem;font-weight:600;margin-bottom:.25rem;}.cta-feature-text p{color:rgba(255,255,255,.9);}.cta-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;}.cta-form .form-card{background:white;color:var(--gray-800);}@media (min-width:1024px){.cta-content{grid-template-columns:1fr 1fr}.cta-buttons{flex-direction:row}}.footer{background:var(--gray-800);color:white;padding:3rem 0 1rem;}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;}.footer-logo{height:32px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1);}.footer-description{color:var(--gray-400);margin-bottom:1rem;}.footer-social{display:flex;gap:1rem;}.social-link{color:var(--gray-400);text-decoration:none;transition:color .3s ease;}.social-link:hover{color:white;}.footer-title{font-weight:600;margin-bottom:1rem;}.footer-links{list-style:none;}.footer-links li{margin-bottom:.5rem;}.footer-links a{color:var(--gray-400);text-decoration:none;transition:color .3s ease;}.footer-links a:hover{color:white;}.footer-contact{list-style:none;}.footer-contact li{color:var(--gray-400);margin-bottom:.5rem;}.footer-bottom{border-top:1px solid var(--gray-700);padding-top:2rem;text-align:center;color:var(--gray-400);}.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:50;background:#25D366;color:white;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);text-decoration:none;font-size:1.5rem;transition:background-color .3s ease;}.whatsapp-float:hover{background:#128C7E;}@media (max-width:768px){.container{padding:0 16px}.hero-title{font-size:2rem}.section-title{font-size:2rem}.showcase-title{font-size:1.5rem}.btn{font-size:14px;padding:1rem 1.5rem}.mobile-menu.active{display:flex}}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease,opacity .3s ease;}input:focus,select:focus,button:focus,a:focus{outline:2px solid var(--brand-purple);outline-offset:2px;}