:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}p{line-height:1.6}button{font-family:inherit;cursor:pointer;transition:all .3s ease}button:focus,button:focus-visible{outline:2px solid #667eea;outline-offset:2px}input{font-family:inherit}input:focus{outline:2px solid #667eea;outline-offset:2px}a{color:#667eea;text-decoration:none;transition:color .3s ease}a:hover{color:#764ba2}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.landing-page{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 0 120px;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.highlight{color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:.95;line-height:1.6}.search-wrapper{margin-top:2rem;max-width:100%;width:100%;margin-left:auto;margin-right:auto;padding:0 20px}.autocomplete-wrapper{position:relative;flex:1;min-width:300px}.company-input{width:100%;min-width:100%;padding:1rem 1.5rem;font-size:1.1rem;border:none;border-radius:50px;outline:none;box-shadow:0 4px 15px #0000001a}.company-input:focus{box-shadow:0 4px 20px #0003}.cta-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;background:gold;color:#333;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ffd7004d}.cta-button:hover:not(:disabled){background:#ffed4e;transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}.cta-button:disabled{opacity:.7;cursor:not-allowed}.form-note{margin-top:1rem;font-size:.95rem;opacity:.9}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:15px;box-shadow:0 8px 25px #00000026;margin-top:.5rem;max-height:300px;overflow-y:auto;z-index:1000}.suggestion-item{padding:1rem 1.5rem;cursor:pointer;transition:background-color .2s ease;color:#333;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.25rem}.suggestion-name{font-weight:500;color:#333}.suggestion-duns{font-size:.85rem;color:#666}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background-color:#f8f9fa}.suggestion-item:first-child{border-top-left-radius:15px;border-top-right-radius:15px}.suggestion-item:last-child{border-bottom:1px solid #f0f0f0}.suggestion-create-button{padding:1rem 1.5rem;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;font-weight:600;text-align:center;border-bottom-left-radius:15px;border-bottom-right-radius:15px;margin-top:.5rem}.suggestion-create-button:hover{background:linear-gradient(135deg,#20bd5a,#0f7a6e);transform:scale(1.02)}.loading-indicator{position:absolute;top:100%;left:0;right:0;background:#fff;padding:.75rem 1.5rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;margin-top:.5rem;text-align:center;color:#667eea;font-size:.9rem;z-index:999}.create-company-button-bottom{margin-top:1.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #25d3664d}.create-company-button-bottom:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.no-results{padding:1.5rem;text-align:center}.no-results p{color:#666;font-size:.95rem;margin-bottom:1rem;padding:1rem;background:#f8f9fa;border-radius:10px}.benefits{padding:80px 0;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#333}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.benefit-card{background:#fff;padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.benefit-icon{font-size:3.5rem;margin-bottom:1.5rem}.benefit-card h3{font-size:1.5rem;margin-bottom:1rem;color:#667eea}.benefit-card p{color:#666;line-height:1.6}.how-it-works{padding:80px 0;background:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:3rem}.step{text-align:center;position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 15px #667eea4d}.step h3{font-size:1.4rem;margin-bottom:1rem;color:#333}.step p{color:#666;line-height:1.6}.about-duns{padding:80px 0;background:#f8f9fa}.about-content{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8;color:#555}.about-content p{margin-bottom:1.5rem}.duns-uses{list-style:none;margin-top:2rem}.duns-uses li{padding:.8rem 0;font-size:1.05rem;color:#444}.cta-section{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95}.cta-form-bottom{display:flex;gap:1rem;max-width:600px;margin:0 auto;flex-wrap:wrap;justify-content:center}.footer{background:#2d3748;color:#fff;padding:2rem 0;text-align:center}.footer p{opacity:.8}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.form-group,.cta-form-bottom{flex-direction:column}.company-input{min-width:100%}.cta-button{width:100%}.benefits-grid,.steps{grid-template-columns:1fr}}@media(max-width:480px){.hero{padding:60px 0 80px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.8rem}.benefit-card,.step{padding:1.5rem}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:20px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:15px;right:15px;background:transparent;border:none;font-size:2rem;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background:#f0f0f0;color:#333}.modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid #f0f0f0}.modal-header h2{font-size:1.8rem;color:#333;margin:0;font-weight:700}.modal-body{padding:2rem}.company-info{margin-bottom:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:12px;border-left:4px solid #667eea}.company-info h3{font-size:1.3rem;color:#333;margin-bottom:.5rem;font-weight:600}.existing-duns{font-size:.95rem;color:#667eea;font-weight:500;margin:0}.modal-description{font-size:1rem;color:#555;line-height:1.6;margin-bottom:1.5rem}.modal-benefits{list-style:none;padding:0;margin:0}.modal-benefits li{padding:.6rem 0;font-size:.95rem;color:#444;display:flex;align-items:center;gap:.5rem}.modal-footer{padding:1.5rem 2rem 2rem;display:flex;gap:1rem;flex-direction:column}.modal-button-primary{padding:1rem 2rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;display:flex;flex-direction:column;align-items:center;gap:.5rem}.modal-button-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.modal-button-primary:disabled{opacity:.7;cursor:not-allowed}.button-text{font-size:1.1rem;font-weight:600}.button-price{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.price-original{text-decoration:line-through;opacity:.7;font-size:.9rem}.price-promo{font-size:1.2rem;font-weight:700;color:gold;text-shadow:0 2px 4px rgba(0,0,0,.2)}.modal-button-secondary{padding:1rem 2rem;font-size:1rem;font-weight:500;background:transparent;color:#666;border:2px solid #ddd;border-radius:50px;cursor:pointer;transition:all .3s ease}.modal-button-secondary:hover{background:#f8f9fa;border-color:#999;color:#333}@media(max-width:480px){.modal-content{border-radius:15px}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header h2{font-size:1.5rem}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem 1.5rem}.company-info h3{font-size:1.1rem}}.modal-form{margin-top:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.95rem;font-weight:600;color:#333;margin-bottom:.5rem}.form-input{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:10px;outline:none;transition:all .3s ease;font-family:inherit}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input::placeholder{color:#999}.modal-form .modal-footer{margin-top:1.5rem;padding-top:0}.floating-whatsapp{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;border:none;cursor:pointer;box-shadow:0 4px 20px #25d36666;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:9999;animation:pulse 2s infinite}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36699}.floating-whatsapp:active{transform:scale(.95)}.whatsapp-icon{width:32px;height:32px;color:#fff}@keyframes pulse{0%{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d36699}to{box-shadow:0 4px 20px #25d36666}}@media(max-width:768px){.floating-whatsapp{bottom:20px;right:20px;width:56px;height:56px}.whatsapp-icon{width:28px;height:28px}}@media(max-width:480px){.floating-whatsapp{bottom:15px;right:15px;width:50px;height:50px}.whatsapp-icon{width:26px;height:26px}}.success-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem}.success-container{background:#fff;border-radius:20px;padding:3rem;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;text-align:center;animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon{width:80px;height:80px;margin:0 auto 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s ease .2s both}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-icon svg{width:50px;height:50px;color:#fff;stroke-width:3}.success-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem;animation:fadeIn .5s ease .3s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.success-message{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6;animation:fadeIn .5s ease .4s both}.success-greeting{font-size:1.2rem;color:#333;margin-bottom:2rem;animation:fadeIn .5s ease .4s both}.success-greeting strong{color:#667eea}.duns-display{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:2rem;margin-bottom:1.5rem;text-align:center;animation:fadeIn .5s ease .5s both;box-shadow:0 10px 30px #667eea4d}.duns-label{color:#ffffffe6;font-size:.95rem;font-weight:500;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px}.duns-number{color:#fff;font-size:2.5rem;font-weight:700;font-family:Courier New,monospace;letter-spacing:3px;margin-bottom:1.25rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.copy-button{background:#fff;color:#667eea;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.copy-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.copy-button.copied{background:#10b981;color:#fff}.copy-button svg{width:18px;height:18px}.warning-box{background:#fff3cd;border:2px solid #ffc107;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;display:flex;gap:1rem;align-items:flex-start;animation:fadeIn .5s ease .6s both}.warning-box svg{width:24px;height:24px;color:#ff9800;flex-shrink:0;margin-top:2px}.warning-box div{flex:1;color:#856404;font-size:.95rem;line-height:1.6;text-align:left}.warning-box strong{display:block;margin-bottom:.25rem;color:#ff9800}.company-info{background:#f8f9fa;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;animation:fadeIn .5s ease .7s both}.info-label{font-size:.85rem;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.info-value{font-size:1.1rem;color:#333;font-weight:600}.email-display{background:linear-gradient(135deg,#667eea15,#764ba215);border:2px solid #667eea;border-radius:12px;padding:1.25rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.75rem;animation:fadeIn .5s ease .5s both}.email-display svg{width:24px;height:24px;color:#667eea;flex-shrink:0}.email-display span{font-size:1.1rem;font-weight:600;color:#667eea;word-break:break-all}.success-info{text-align:left;background:#f8f9fa;border-radius:12px;padding:1.5rem;margin-bottom:2rem;animation:fadeIn .5s ease .6s both}.success-info h2{font-size:1.3rem;color:#333;margin-bottom:1rem;font-weight:600}.success-info ul{list-style:none;padding:0;margin:0}.success-info li{padding:.5rem 0;color:#555;font-size:.95rem;line-height:1.6}.success-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;animation:fadeIn .5s ease .7s both}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-block;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.success-container{padding:2rem}.success-title{font-size:2rem}.success-message,.success-greeting{font-size:1rem}.duns-number{font-size:2rem;letter-spacing:2px}.email-display{padding:1rem}.email-display span{font-size:.95rem}.warning-box{flex-direction:column;gap:.75rem}.success-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}@media(max-width:480px){.success-page{padding:1rem}.success-container{padding:1.5rem}.success-icon{width:60px;height:60px}.success-icon svg{width:35px;height:35px}.success-title{font-size:1.75rem}.duns-display{padding:1.5rem}.duns-number{font-size:1.75rem;letter-spacing:1px}.copy-button{padding:.65rem 1.25rem;font-size:.9rem}.warning-box{padding:1rem}.warning-box div{font-size:.9rem}.success-info h2{font-size:1.1rem}.success-info li{font-size:.9rem}}
