.landing-root{color:#1f1e1d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f4ed;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}.landing-root *{box-sizing:border-box}.landing-root nav{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:1000;background:#f5f4edc7;border-bottom:1px solid #0000;width:100%;transition:all .3s;position:fixed;top:0}.landing-root nav.scrolled{border-bottom-color:#e5e4dd;box-shadow:0 1px 2px #1f1e1d0a}.landing-root .nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:18px 32px;display:flex}.landing-root .logo{color:#1f1e1d;letter-spacing:-.5px;align-items:center;gap:4px;font-size:1.5em;font-weight:700;text-decoration:none;display:flex}.landing-root .logo span{color:#c96442;font-style:italic;font-weight:700}.landing-root .nav-links{align-items:center;gap:36px;display:flex}.landing-root .nav-links a{color:#5c5b57;font-size:.92em;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.landing-root .nav-links a:not(.btn-primary):not(.btn-login):hover{color:#1f1e1d}.landing-root .nav-links a:not(.btn-primary):not(.btn-login):after{content:"";background:#c96442;width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.landing-root .nav-links a:not(.btn-primary):not(.btn-login):hover:after{width:100%}.landing-root .btn-primary{cursor:pointer;background:#c96442;border:none;border-radius:10px;padding:11px 22px;font-size:.92em;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 1px 2px #c9644233,inset 0 1px #ffffff26;color:#fff!important}.landing-root .btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.landing-root .btn-primary:hover{background:#b5573a;transform:translateY(-1px);box-shadow:0 4px 12px #c964424d,inset 0 1px #ffffff26}.landing-root .btn-primary:hover:before{left:100%}.landing-root .btn-secondary{color:#1f1e1d;background:0 0;border:1.5px solid #d4d2c8;border-radius:10px;padding:11px 22px;font-size:.92em;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block}.landing-root .btn-secondary:hover{color:#f5f4ed;background:#1f1e1d;border-color:#1f1e1d;transform:translateY(-1px)}.landing-root .btn-login{border-radius:8px;align-items:center;gap:6px;padding:9px 16px;font-size:.92em;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;color:#5c5b57!important}.landing-root .btn-login:hover{background:#faf9f5;color:#1f1e1d!important}.landing-root .btn-login:after{display:none!important}.landing-root .btn-large{padding:14px 28px;font-size:.98em}.landing-root .hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;padding:8px;display:none}.landing-root .hamburger span{background:#1f1e1d;width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.landing-root .hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.landing-root .hamburger.active span:nth-child(2){opacity:0}.landing-root .hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.landing-root .mobile-nav{z-index:999;background:#f5f4ed;width:80%;max-width:320px;height:100vh;padding:100px 32px 32px;transition:right .3s;display:none;position:fixed;top:0;right:-100%;box-shadow:-8px 0 24px #00000014}.landing-root .mobile-nav.active{right:0}.landing-root .mobile-nav a{color:#1f1e1d;border-bottom:1px solid #e5e4dd;padding:14px 0;font-size:1.1em;font-weight:500;text-decoration:none;display:block}.landing-root .mobile-nav a.btn-primary{text-align:center;border:none;margin-top:16px;color:#fff!important}.landing-root .hero{text-align:center;z-index:2;max-width:1200px;margin:0 auto;padding:160px 32px 80px;position:relative}.landing-root .hero:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(#c964421f 0%,#0000 60%);width:800px;height:600px;position:absolute;top:100px;left:50%;transform:translate(-50%)}.landing-root .hero-badge{color:#1f1e1d;background:#fff;border:1px solid #e5e4dd;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-size:.82em;font-weight:500;animation:.6s fadeInDown;display:inline-flex;box-shadow:0 1px 2px #1f1e1d0a}.landing-root .hero-badge .pulse{background:#5a7d5a;border-radius:50%;width:8px;height:8px;position:relative}.landing-root .hero-badge .pulse:after{content:"";opacity:.3;background:#5a7d5a;border-radius:50%;animation:2s ease-in-out infinite pulse-ring;position:absolute;inset:-4px}@keyframes pulse-ring{0%,to{opacity:.3;transform:scale(1)}50%{opacity:0;transform:scale(1.5)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-root .hero h1{letter-spacing:-2.5px;color:#1f1e1d;margin-bottom:28px;font-size:4.5em;font-weight:700;line-height:1.02;animation:.7s .1s both fadeInUp}.landing-root .hero h1 .accent{color:#c96442;letter-spacing:-1.5px;font-style:italic;font-weight:700}.landing-root .hero-subtitle{color:#5c5b57;max-width:640px;margin:0 auto 40px;font-size:1.2em;line-height:1.55;animation:.7s .2s both fadeInUp}.landing-root .hero-cta{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:48px;animation:.7s .3s both fadeInUp;display:flex}.landing-root .hero-trust{color:#6f6e68;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;margin-bottom:80px;font-size:.85em;animation:.7s .4s both fadeInUp;display:flex}.landing-root .hero-trust span{align-items:center;gap:6px;display:flex}.landing-root .hero-trust svg{color:#5a7d5a;flex-shrink:0}.landing-root .hero-mockup{max-width:980px;margin:0 auto;animation:.8s .5s both fadeInUp;position:relative}.landing-root .hero-mockup-frame{background:#fff;border:1px solid #e5e4dd;border-radius:16px;overflow:hidden;box-shadow:0 24px 48px #1f1e1d1a,0 8px 16px #1f1e1d0a}.landing-root .mockup-header{background:#faf9f5;border-bottom:1px solid #e5e4dd;align-items:center;gap:8px;padding:12px 16px;display:flex}.landing-root .mockup-dot{background:#d4d2c8;border-radius:50%;width:11px;height:11px}.landing-root .mockup-dot:first-child{background:#ed6a5e}.landing-root .mockup-dot:nth-child(2){background:#f4be4f}.landing-root .mockup-dot:nth-child(3){background:#61c554}.landing-root .mockup-url{color:#6f6e68;background:#fff;border:1px solid #e5e4dd;border-radius:6px;margin-left:12px;padding:4px 12px;font-size:.8em}.landing-root .mockup-body{background:linear-gradient(#faf9f5 0%,#fff 100%);min-height:400px;padding:28px}.landing-root .mockup-stats-row{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}.landing-root .mockup-stat{text-align:left;background:#fff;border:1px solid #e5e4dd;border-radius:10px;padding:14px}.landing-root .mockup-stat-label{color:#6f6e68;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:.72em}.landing-root .mockup-stat-value{color:#1f1e1d;letter-spacing:-.5px;font-size:1.4em;font-weight:700}.landing-root .mockup-stat-value .small{color:#6f6e68;font-size:.6em;font-weight:500}.landing-root .mockup-table{background:#fff;border:1px solid #e5e4dd;border-radius:10px;overflow:hidden}.landing-root .mockup-row{border-bottom:1px solid #e5e4dd;grid-template-columns:36px 1fr 100px 80px 90px;align-items:center;gap:12px;padding:12px 16px;font-size:.85em;display:grid}.landing-root .mockup-row:last-child{border-bottom:none}.landing-root .mockup-row.header{color:#6f6e68;text-transform:uppercase;letter-spacing:.5px;background:#faf9f5;font-size:.72em;font-weight:600}.landing-root .mockup-icon{color:#c96442;background:#e8dcc8;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.landing-root .mockup-supplier{color:#1f1e1d;font-weight:500}.landing-root .mockup-supplier .meta{color:#6f6e68;margin-top:2px;font-size:.85em;font-weight:400;display:block}.landing-root .mockup-amount{text-align:right;color:#1f1e1d;font-weight:600}.landing-root .mockup-status{text-align:center}.landing-root .status-pill{border-radius:100px;padding:3px 8px;font-size:.78em;font-weight:600;display:inline-block}.landing-root .status-validated{color:#5a7d5a;background:#5a7d5a26}.landing-root .status-pending{color:#c96442;background:#e8dcc8}.landing-root .trust-bar{z-index:2;background:#fff;border-top:1px solid #e5e4dd;border-bottom:1px solid #e5e4dd;padding:32px;position:relative}.landing-root .trust-container{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.landing-root .trust-item{color:#5c5b57;align-items:center;gap:12px;font-size:.9em;font-weight:500;display:flex}.landing-root .trust-icon{color:#c96442;background:#f5f4ed;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.landing-root section{z-index:2;padding:100px 32px;position:relative}.landing-root .section-container{max-width:1200px;margin:0 auto}.landing-root .section-header{text-align:center;max-width:760px;margin:0 auto 64px}.landing-root .section-label{color:#c96442;text-transform:uppercase;letter-spacing:1.5px;background:#e8dcc8;border-radius:100px;margin-bottom:14px;padding:4px 12px;font-size:.78em;font-weight:600;display:inline-block}.landing-root .section-title{letter-spacing:-1.5px;color:#1f1e1d;margin-bottom:18px;font-size:2.8em;font-weight:700;line-height:1.1}.landing-root .section-title em{color:#c96442;letter-spacing:-.5px;font-style:italic;font-weight:700}.landing-root .section-subtitle{color:#5c5b57;font-size:1.1em;line-height:1.6}.landing-root .problem-section{background:#faf9f5;position:relative}.landing-root .problem-section:before{content:"";background:linear-gradient(90deg,#0000,#e5e4dd,#0000);height:1px;position:absolute;top:0;left:0;right:0}.landing-root .problem-cards{grid-template-columns:1fr 1fr;align-items:stretch;gap:24px;display:grid;position:relative}.landing-root .problem-cards:before{content:"→";color:#fff;z-index:5;background:#c96442;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5em;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #1f1e1d0f,0 2px 4px #1f1e1d0a}.landing-root .card-problem,.landing-root .card-solution{background:#fff;border:1px solid #e5e4dd;border-radius:20px;padding:40px;transition:all .3s}.landing-root .card-problem{background:linear-gradient(#fff 0%,#faf6f4 100%)}.landing-root .card-solution{background:linear-gradient(#fff 0%,#f6f8f5 100%);border-color:#e8dcc8;box-shadow:0 4px 12px #1f1e1d0f,0 2px 4px #1f1e1d0a}.landing-root .card-label{text-transform:uppercase;letter-spacing:1.5px;border-radius:100px;margin-bottom:24px;padding:6px 14px;font-size:.75em;font-weight:700;display:inline-block}.landing-root .card-problem .card-label{color:#c84a3a;background:#c84a3a1a}.landing-root .card-solution .card-label{color:#5a7d5a;background:#5a7d5a26}.landing-root .card-items{flex-direction:column;gap:14px;display:flex}.landing-root .card-item{color:#5c5b57;align-items:flex-start;gap:14px;padding:8px 0;font-size:.96em;line-height:1.5;display:flex}.landing-root .card-item .card-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:.85em;font-weight:700;display:flex}.landing-root .card-icon.error{color:#c84a3a;background:#c84a3a1f}.landing-root .card-icon.success{color:#5a7d5a;background:#5a7d5a2e}.landing-root .features-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing-root .feature-card{background:#fff;border:1px solid #e5e4dd;border-radius:16px;padding:32px;transition:all .3s;position:relative;overflow:hidden}.landing-root .feature-card:before{content:"";background:linear-gradient(90deg,#0000,#c96442,#0000);width:100%;height:2px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.landing-root .feature-card:hover{border-color:#e8dcc8;transform:translateY(-4px);box-shadow:0 12px 32px #1f1e1d14,0 4px 12px #1f1e1d0a}.landing-root .feature-card:hover:before{transform:scaleX(1)}.landing-root .feature-icon{color:#c96442;background:#e8dcc8;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:20px;display:flex}.landing-root .feature-card h3{letter-spacing:-.3px;color:#1f1e1d;margin-bottom:10px;font-size:1.18em;font-weight:600}.landing-root .feature-card p{color:#5c5b57;font-size:.94em;line-height:1.6}.landing-root .workflow-section{background:#faf9f5;position:relative}.landing-root .workflow-section:before,.landing-root .workflow-section:after{content:"";background:linear-gradient(90deg,#0000,#e5e4dd,#0000);height:1px;position:absolute;left:0;right:0}.landing-root .workflow-section:before{top:0}.landing-root .workflow-section:after{bottom:0}.landing-root .workflow{grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.landing-root .workflow:before{content:"";z-index:0;background:repeating-linear-gradient(90deg,#e8dcc8 0 6px,#0000 6px 12px);height:2px;position:absolute;top:28px;left:12.5%;right:12.5%}.landing-root .workflow-step{text-align:center;z-index:1;position:relative}.landing-root .workflow-number{color:#c96442;background:#fff;border:2px solid #c96442;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:1.3em;font-weight:700;transition:all .3s;display:flex;box-shadow:0 0 0 6px #faf9f5}.landing-root .workflow-step:hover .workflow-number{color:#fff;background:#c96442;transform:scale(1.05)}.landing-root .workflow-step h4{color:#1f1e1d;margin-bottom:8px;font-size:1.1em;font-weight:600}.landing-root .workflow-step p{color:#5c5b57;font-size:.9em;line-height:1.5}.landing-root .pricing-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;display:grid}.landing-root .price-card{background:#fff;border:1px solid #e5e4dd;border-radius:20px;padding:40px 32px;transition:all .3s;position:relative}.landing-root .price-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #1f1e1d14,0 4px 12px #1f1e1d0a}.landing-root .price-card.featured{background:linear-gradient(#fff 0%,#fffcf9 100%);border-width:2px;border-color:#c96442;transform:scale(1.03);box-shadow:0 12px 32px #1f1e1d14,0 4px 12px #1f1e1d0a}.landing-root .price-card.featured:hover{transform:scale(1.03)translateY(-2px);box-shadow:0 24px 48px #1f1e1d1a,0 8px 16px #1f1e1d0a}.landing-root .price-card.featured:before{content:"MÁS ELEGIDO";color:#fff;letter-spacing:1.2px;background:#c96442;border-radius:100px;padding:5px 16px;font-size:.72em;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #c964424d}.landing-root .price-card h3{letter-spacing:-.5px;margin-bottom:6px;font-size:1.5em;font-weight:700}.landing-root .price-description{color:#6f6e68;min-height:20px;margin-bottom:28px;font-size:.92em}.landing-root .price{color:#1f1e1d;letter-spacing:-2.5px;font-size:3.2em;font-weight:700;line-height:1}.landing-root .price-period{color:#6f6e68;letter-spacing:0;margin-left:4px;font-size:.32em;font-weight:500}.landing-root .price-features{margin-top:28px;margin-bottom:32px;padding:0;list-style:none}.landing-root .price-features li{color:#5c5b57;align-items:flex-start;gap:10px;padding:9px 0;font-size:.93em;line-height:1.5;display:flex}.landing-root .price-features li svg{color:#5a7d5a;flex-shrink:0;margin-top:2px}.landing-root .price-card .btn-primary{text-align:center;width:100%;padding:13px;font-size:.95em}.landing-root .faq-list{max-width:760px;margin:0 auto}.landing-root .faq-item{background:#fff;border:1px solid #e5e4dd;border-radius:12px;margin-bottom:12px;transition:all .3s;overflow:hidden}.landing-root .faq-item:hover{border-color:#e8dcc8}.landing-root .faq-item.active{border-color:#e8dcc8;box-shadow:0 4px 12px #1f1e1d0f,0 2px 4px #1f1e1d0a}.landing-root .faq-question{cursor:pointer;color:#1f1e1d;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 24px;font-size:1.02em;font-weight:600;transition:background .2s;display:flex}.landing-root .faq-question:hover{background:#faf9f5}.landing-root .faq-icon{color:#c96442;flex-shrink:0;font-size:1.6em;font-weight:300;line-height:1;transition:transform .3s}.landing-root .faq-item.active .faq-icon{transform:rotate(45deg)}.landing-root .faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.landing-root .faq-item.active .faq-answer{max-height:400px}.landing-root .faq-answer p{color:#5c5b57;padding:0 24px 24px;line-height:1.7}.landing-root .cta-section{color:#f5f4ed;text-align:center;background:#1f1e1d;position:relative;overflow:hidden}.landing-root .cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9644226 0%,#0000 60%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.landing-root .cta-section .section-container{z-index:1;position:relative}.landing-root .cta-section .section-label{color:#c96442;background:#c9644233;border:1px solid #c964424d}.landing-root .cta-section .section-title{color:#fff;font-size:3em}.landing-root .cta-section .section-subtitle{color:#ffffffb3}.landing-root .cta-section .btn-primary{margin-top:32px;padding:16px 40px;font-size:1.05em;box-shadow:0 8px 24px #c9644266}.landing-root .cta-section .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #c9644280}.landing-root footer{color:#ffffffd9;z-index:2;background:#1f1e1d;padding:80px 32px 32px;position:relative}.landing-root .footer-container{max-width:1200px;margin:0 auto}.landing-root .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.landing-root .footer-brand h3{color:#fff;letter-spacing:-.5px;margin-bottom:16px;font-size:1.6em;font-weight:700}.landing-root .footer-brand h3 span{color:#c96442;font-style:italic}.landing-root .footer-brand p{color:#ffffffa6;max-width:320px;margin-bottom:24px;font-size:.95em;line-height:1.6}.landing-root .contact-info{flex-direction:column;gap:8px;display:flex}.landing-root .contact-info a{color:#ffffffd9;align-items:center;gap:8px;font-size:.92em;text-decoration:none;transition:color .2s;display:flex}.landing-root .contact-info a:hover{color:#c96442}.landing-root .footer-col h4{color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:18px;font-size:.78em;font-weight:600}.landing-root .footer-col a{color:#ffffffb3;padding:7px 0;font-size:.92em;text-decoration:none;transition:color .2s,transform .2s;display:block}.landing-root .footer-col a:hover{color:#c96442;transform:translate(4px)}.landing-root .footer-col span{color:#ffffffa6;padding:7px 0;font-size:.92em;display:block}.landing-root .footer-bottom{color:#ffffff8c;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:32px;font-size:.88em;display:flex}@media (max-width:968px){.landing-root .nav-links a:not(.btn-primary):not(.btn-secondary):not(.btn-login),.landing-root .btn-login{display:none}.landing-root .hamburger,.landing-root .mobile-nav{display:block}.landing-root .hero h1{letter-spacing:-1.5px;font-size:3em}.landing-root .hero-subtitle{font-size:1.05em}.landing-root .section-title{font-size:2.1em}.landing-root .cta-section .section-title{font-size:2.2em}.landing-root .features-grid,.landing-root .pricing-grid{grid-template-columns:1fr!important}.landing-root .footer-grid{gap:32px;grid-template-columns:1fr 1fr!important}.landing-root .workflow{grid-template-columns:repeat(2,1fr);gap:32px 16px}.landing-root .workflow:before{display:none}.landing-root .problem-cards{grid-template-columns:1fr;gap:16px}.landing-root .problem-cards:before{margin:8px auto;position:relative;top:auto;left:auto;transform:rotate(90deg)}.landing-root .price-card.featured{transform:none}.landing-root .price-card.featured:hover{transform:translateY(-2px)}.landing-root .trust-container{grid-template-columns:1fr 1fr;gap:16px}.landing-root .hero-mockup{display:none}.landing-root .mockup-stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hide-mobile{display:none!important}.landing-root .hero{padding:130px 20px 60px}.landing-root .hero h1{font-size:2.4em}.landing-root .hero-subtitle{font-size:1em}.landing-root .hero-trust{gap:14px;font-size:.8em}.landing-root section{padding:70px 20px}.landing-root .nav-container{padding:14px 20px}.landing-root footer{padding:60px 20px 24px}.landing-root .price{font-size:2.6em}.landing-root .section-title{font-size:1.8em}.landing-root .cta-section .section-title{font-size:1.9em}.landing-root .card-problem,.landing-root .card-solution,.landing-root .feature-card{padding:28px 24px}.landing-root .price-card{padding:32px 24px}.landing-root .trust-container{grid-template-columns:1fr}.landing-root .footer-bottom{text-align:center;flex-direction:column}}
