@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Poppins:wght@400;500;600;700&display=swap";:root{--color-bg: #FFFFFF;--color-primary: #BFA68A;--color-secondary: #E0DDCF;--color-text-main: #2C2C2C;--color-text-light: #666666;--color-success: #4CAF50;--font-heading: "Poppins", sans-serif;--font-body: "Inter", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 8rem;--transition-fast: .2s ease;--transition-smooth: .4s cubic-bezier(.25, .46, .45, .94)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text-main);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;letter-spacing:-.02em}a{text-decoration:none;color:inherit}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-sm)}.section{padding:var(--spacing-xl) 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:50px;font-weight:600;transition:all var(--transition-smooth);font-size:1rem;letter-spacing:.5px;line-height:1.2;white-space:normal;text-align:center;max-width:100%}.btn-primary{background:linear-gradient(135deg,var(--color-primary) 0%,#a38b6f 100%);color:#fff;box-shadow:0 8px 16px #bfa68a4d;border:1px solid rgba(255,255,255,.1)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 20px #bfa68a66;background:linear-gradient(135deg,#cbb59d,#b59b7f)}.navbar{position:sticky;top:0;left:0;width:100%;z-index:1000;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.05);padding:15px 0;box-shadow:0 2px 10px #00000005}.navbar-content{display:flex;justify-content:space-between;align-items:center}.navbar-logo-group{display:flex;align-items:center;gap:12px;cursor:pointer}.navbar-logo-img{height:48px;width:auto}.navbar-brand-name{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:var(--color-text-main);letter-spacing:-.02em}.navbar-links-center{display:flex;gap:40px}.navbar-links-center a{font-weight:500;font-size:.95rem;color:var(--color-text-light);transition:color .2s}.navbar-links-center a:hover{color:var(--color-primary)}.navbar-cta-right{display:flex;align-items:center}.btn-pill{background:linear-gradient(135deg,#b8860b,#cba278);color:#fff;border-radius:50px;padding:10px 24px;font-weight:600;border:none;transition:transform .2s,box-shadow .2s;font-family:inherit;cursor:pointer;white-space:nowrap}.btn-pill:hover{transform:translateY(-1px);box-shadow:0 4px 12px #b8860b4d}.full-width{width:100%}.navbar-hamburger{display:none;cursor:pointer;color:#333;padding:5px}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1001;opacity:0;visibility:hidden;transition:opacity .3s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-drawer{position:fixed;top:0;right:-280px;width:280px;height:100%;background-color:#fff;z-index:1002;box-shadow:-2px 0 15px #0000001a;transition:right .3s cubic-bezier(.4,0,.2,1);padding:20px;display:flex;flex-direction:column}.mobile-menu-drawer.open{right:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.mobile-menu-title{font-size:1.2rem;font-weight:700;color:#111}.mobile-close-btn{cursor:pointer;color:#666;padding:5px}.mobile-menu-links{display:flex;flex-direction:column;gap:1.5rem}.mobile-menu-links a{font-size:1.1rem;font-weight:500;color:#333;text-decoration:none}.mobile-highlight-link{color:#d4af37!important;font-weight:700!important}.mobile-menu-action{margin-top:2rem}@media(max-width:768px){.navbar-links-center,.navbar-cta-right{display:none}.navbar-hamburger{display:block}}.hero-nova-centered{padding:80px 0 60px;background-color:#fff;overflow:hidden;color:#2e1f18}.hero-nova-content{display:flex;flex-direction:column-reverse;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;gap:40px}@media(min-width:992px){.hero-nova-content{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.hero-nova-text{max-width:100%;z-index:10}@media(min-width:992px){.hero-nova-text{max-width:50%;margin-bottom:0}}.hero-title{font-family:Montserrat,sans-serif;font-size:3.8rem;line-height:1.1;font-weight:800;margin-bottom:24px;color:#2e1f18;letter-spacing:-1px}.highlight-text{color:#cba278;background:-webkit-linear-gradient(45deg,#B8860B,#CBA278);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-family:Inter,sans-serif;font-size:1.25rem;color:#5d4037;margin-bottom:40px;line-height:1.6;max-width:600px;opacity:.9}.hero-nova-actions{display:flex;gap:16px}@media(min-width:992px){.hero-nova-actions{justify-content:flex-start}}.hero-nova-image-container{width:100%;display:flex;justify-content:center;position:relative}@media(min-width:992px){.hero-nova-image-container{width:45%;justify-content:flex-end}}.hero-main-image{width:100%;max-width:1000px;height:auto;display:block;animation:floatHero 6s ease-in-out infinite}@keyframes floatHero{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.1rem}.hero-main-image{max-width:100%}}.hero-trust-badges{display:flex;gap:24px;margin-top:32px;flex-wrap:wrap;font-size:.95rem;color:#5d4037;font-weight:500}@media(min-width:992px){.hero-trust-badges{justify-content:flex-start}}.hero-trust-badges span{display:flex;align-items:center;gap:8px}.hero-trust-badges span:before{content:"✓";color:#b8860b;font-weight:700;font-size:1.1rem}.problem-solution{background-color:#fafafa}.ps-header{text-align:center;margin-bottom:var(--spacing-lg)}.ps-header h2{font-size:2.5rem;margin-bottom:var(--spacing-sm);color:var(--color-text-main)}.ps-header p{color:var(--color-text-light);font-size:1.1rem}.ps-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-md);max-width:1000px;margin:0 auto}.ps-card{padding:var(--spacing-md);border-radius:12px;background:#fff;box-shadow:0 4px 12px #0000000d;transition:transform var(--transition-fast)}.ps-card:hover{transform:translateY(-5px)}.ps-card h3{font-size:1.5rem;margin:var(--spacing-sm) 0}.ps-icon{font-size:2rem}.problem{border-left:4px solid #FF5252}.solution{border-left:4px solid var(--color-success);background-color:#fdfdfd}.solution-highlight{font-style:italic;color:var(--color-primary);font-weight:500;margin-bottom:var(--spacing-sm)}.ps-card ul{list-style:none;padding-left:0}.ps-card ul li{padding:8px 0;border-bottom:1px solid #eee}.ps-card ul li:last-child{border-bottom:none}@media(max-width:768px){.ps-grid{grid-template-columns:1fr}}.how-it-works-premium{padding:8rem 2rem;background-color:#f9f9f9;overflow:hidden}.hiw-header{text-align:center;max-width:800px;margin:0 auto 5rem}.hiw-header .section-title{font-size:2.75rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a;line-height:1.2}.hiw-header .section-subtitle{font-size:1.2rem;color:#555;line-height:1.6}.text-gold{color:#b8860b;font-weight:600}.hiw-split-layout{display:flex;align-items:center;justify-content:center;gap:5rem;max-width:1200px;margin:0 auto}.hiw-video-col{flex:1.2;max-width:650px}.video-frame{position:relative;border-radius:32px;overflow:hidden;background:#000;border:1px solid rgba(184,134,11,.15);box-shadow:0 30px 60px -10px #0000001f;aspect-ratio:16 / 10}.hiw-main-video{width:100%;height:100%;object-fit:cover;display:block}.video-overlay-glow{position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 40px #0000000d;border-radius:32px}.hiw-cards-col{flex:1;display:flex;flex-direction:column;gap:1.5rem;max-width:500px}.hiw-step-card{background:#fff;padding:2rem;border-radius:20px;border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 20px #00000008;transition:all .3s ease;display:flex;align-items:flex-start;gap:1.25rem;cursor:default}.hiw-step-card:hover{transform:translate(10px);border-color:#b8860b66;box-shadow:0 10px 40px #b8860b1a}.step-icon{flex-shrink:0;color:#b8860b;background:#b8860b14;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center}.step-icon svg{width:28px;height:28px}.step-content h3{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.step-content p{font-size:.95rem;color:#666;line-height:1.5;margin:0}@media(max-width:1024px){.hiw-split-layout{flex-direction:column;gap:4rem}.hiw-video-col,.hiw-cards-col{flex:auto;width:100%;max-width:100%}.hiw-step-card:hover{transform:translateY(-5px)}}@media(max-width:768px){.hiw-header .section-title{font-size:2.25rem}.hiw-step-card{padding:1.5rem}}.advantages-premium{background-color:#f9f9f9;padding:6rem 1rem;overflow:hidden}.features-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.features-header .section-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background-color:#fff;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px -5px #0000000f;border:1px solid rgba(0,0,0,.03)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px -5px #0000001a}.feature-icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#b8860b}.feature-icon svg{width:48px;height:48px;stroke-width:1.5px}.feature-title{color:#222;font-size:1.25rem;font-weight:700;margin-bottom:1rem;font-family:Inter,sans-serif}.feature-desc{color:#555;font-size:1rem;line-height:1.6;font-family:Inter,sans-serif}@media(max-width:1024px){.features-grid{gap:1.5rem;padding:0 1rem}}@media(max-width:768px){.features-grid{grid-template-columns:1fr;max-width:500px}.features-header .section-title{font-size:2rem}}.testimonials{background-color:#f3f4f6;text-align:center;padding:6rem 0}.testimonial-card{max-width:800px;margin:0 auto;background:#fff;padding:4rem 3rem;border-radius:20px;box-shadow:0 10px 40px #0000000f;position:relative;overflow:hidden}.testimonial-card:before{content:"“";position:absolute;top:-20px;left:20px;font-size:10rem;line-height:1;color:#000;opacity:.05;font-family:serif;pointer-events:none}.testimonial-text{font-size:1.5rem;font-style:italic;margin-bottom:2.5rem;color:#222;font-weight:300;position:relative;z-index:1;line-height:1.6}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;z-index:1}.author-avatar{width:60px;height:60px;background-color:#f9f9f9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;border:2px solid #B8860B}.author-info{text-align:left}.author-info h4{font-size:1.1rem;font-weight:700;margin-bottom:4px;color:#1a1a1a}.author-info p{font-size:.9rem;color:#666}.cta-section{background-color:#fdfdfd;padding:6rem 0;text-align:center;border-top:1px solid #f0f0f0}.center-content{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:800px;margin:0 auto}.cta-badge{width:140px;height:140px;background:linear-gradient(135deg,gold,#d4af37,#b8860b);border-radius:50%;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #d4af3766,inset 0 2px 5px #ffffff80;position:relative;border:4px solid #fff;outline:2px solid #D4AF37}.cta-badge-content{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;line-height:1.1;text-shadow:0 1px 2px rgba(0,0,0,.2)}.cta-badge-content span:first-child{font-size:1.5rem;font-weight:800;display:block}.cta-badge-small{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.cta-header{margin-bottom:2.5rem}.cta-header h2{font-size:3rem;font-weight:700;color:#111827;line-height:1.1;letter-spacing:-.02em}.cta-action-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.btn-premium-gold{background:linear-gradient(135deg,#d4af37,#b49020);color:#fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border:none;border-radius:9999px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #d4af374d}.btn-premium-gold:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}.trust-badges-row{display:flex;gap:2rem;justify-content:center;margin-top:1rem}.trust-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem;font-weight:500}.trust-item svg{color:#d4af37}.footer-saas-premium{background-color:#0a0a0a;padding:4rem 0 2rem;color:#9ca3af;font-size:.9rem}.footer-center-content{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;align-items:center;gap:0}.footer-brand-icon{width:120px;height:120px;background-image:url(/assets/footer_logo_gold-C4IvqMfL.png);background-size:contain;background-repeat:no-repeat;background-position:center;margin-bottom:0}.footer-brand h3{color:#fff;line-height:1;font-size:1.5rem;font-weight:700;margin:0}.footer-brand p{color:#d4af37;line-height:1.2;font-size:1.1rem;margin:0;font-weight:500}.footer-nav-links{display:flex;gap:1.5rem;align-items:center;margin-top:1rem}.footer-nav-links a{color:#e5e7eb;text-decoration:none;font-weight:500;transition:color .2s}.footer-nav-links a:hover{color:#d4af37}.footer-separator{color:#4b5563;font-size:.8rem}.footer-divider-line{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);width:100%;margin-bottom:2rem}.footer-bottom-bar{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-signature{font-family:var(--font-heading, "Inter", sans-serif);font-size:.95rem;letter-spacing:.02em;color:#6b7280}.text-white{color:#e5e7eb;font-weight:500}.footer-socials{display:flex;gap:1.5rem}.social-icon{color:#9ca3af;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.social-icon:hover{color:#d4af37;transform:translateY(-2px)}@media(min-width:1024px){.footer-bottom-bar{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}.footer-copyright{flex:1;text-align:left}.footer-signature{flex:1;text-align:center}.footer-socials{flex:1;justify-content:flex-end}}.footer-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:99999;padding:1rem}.footer-modal-content{background-color:#111827;color:#e5e7eb;width:100%;max-width:600px;max-height:90vh;border-radius:16px;position:relative;padding:2.5rem;box-shadow:0 25px 50px -12px #00000080;overflow-y:auto;border:1px solid rgba(255,255,255,.1)}.footer-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;transition:all .2s ease}.footer-modal-close:hover{background:#fff3;color:#fff}.footer-modal-body.text-content{text-align:left}.footer-modal-body.text-content h2{color:#fff;font-size:1.75rem;margin-bottom:.5rem;margin-top:0}.footer-modal-body.text-content p{font-size:.95rem;line-height:1.6;color:#d1d5db;margin-bottom:1.25rem}.footer-modal-body.text-content h3{color:#d4af37;font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.footer-modal-body.text-content strong{color:#fff}.contact-header{text-align:center;margin-bottom:2rem}.contact-header h2{color:#fff;margin-bottom:.5rem;margin-top:0;font-size:1.75rem}.contact-header p{color:#9ca3af;margin:0}.footer-contact-form{display:flex;flex-direction:column;gap:1.25rem}.footer-input-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.footer-input-group label{font-size:.9rem;color:#d1d5db;font-weight:500}.footer-input-group input,.footer-input-group textarea{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.875rem 1rem;color:#fff;font-family:inherit;font-size:1rem;transition:all .2s ease}.footer-input-group input:focus,.footer-input-group textarea:focus{outline:none;border-color:#d4af37;background-color:#ffffff14}.footer-input-group input::placeholder,.footer-input-group textarea::placeholder{color:#6b7280}.footer-btn-primary{background:linear-gradient(135deg,#d4af37,#b38b22);color:#111827;font-weight:600;border:none;border-radius:8px;padding:1rem;font-size:1.05rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:.5rem;width:100%}.footer-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #d4af3733}.footer-btn-primary:disabled{opacity:.7;cursor:not-allowed}.contact-success-message{text-align:center;padding:2rem 0}.success-icon-small{width:50px;height:50px;background-color:#10b9811a;color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.contact-success-message h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.contact-success-message p{color:#9ca3af}.form-error-msg{color:#ef4444;background-color:#ef44441a;padding:.75rem;border-radius:8px;text-align:center;font-size:.9rem}.footer-modal-content::-webkit-scrollbar{width:8px}.footer-modal-content::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}.footer-modal-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.footer-modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.demo-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.demo-modal-overlay.open{opacity:1;visibility:visible}.demo-modal-content{background:#fff;background:linear-gradient(145deg,#fff,#f8f9fa);width:90%;max-width:500px;border-radius:20px;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px #00000040;transform:translateY(20px) scale(.95);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.demo-modal-overlay.open .demo-modal-content{transform:translateY(0) scale(1)}.demo-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;color:#64748b;transition:color .2s;padding:.25rem;display:flex;align-items:center;justify-content:center}.demo-modal-close:hover{color:#0f172a;background-color:#f1f5f9;border-radius:50%}.demo-modal-header{text-align:center;margin-bottom:2rem}.demo-modal-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;line-height:1.2}.demo-modal-subtitle{font-size:1rem;color:#64748b}.demo-form-group{margin-bottom:1.25rem}.demo-form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#334155;font-size:.9rem}.demo-form-input{width:100%;padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;color:#0f172a;transition:all .2s ease;background-color:#f8fafc}.demo-form-input:focus{outline:none;border-color:#f59e0b;background-color:#fff;box-shadow:0 0 0 4px #f59e0b1a}.demo-form-submit{width:100%;padding:1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-weight:600;border:none;border-radius:10px;font-size:1.1rem;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.demo-form-submit:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #f59e0b66}.demo-form-submit:active{transform:translateY(0)}.demo-success-message{text-align:center;padding:2rem 0}.success-icon{width:64px;height:64px;background-color:#d1fae5;color:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.success-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.success-text{color:#64748b;margin-bottom:2rem;line-height:1.6}.btn-whatsapp{width:100%;padding:1rem;background-color:#25d366;color:#fff;font-weight:600;border:none;border-radius:10px;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;transition:background-color .2s}.btn-whatsapp:hover{background-color:#128c7e}@media(max-width:640px){.demo-modal-content{padding:1.5rem;width:95%}.demo-modal-title{font-size:1.5rem}}.app{display:flex;flex-direction:column;min-height:100vh}
