@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&family=Poppins:wght@400;500;600;700;800&display=swap);:root{--brand-red:#e63946;--white:#fff;--dark-text:#1a1a1a;--light-gray:#f8f9fa;--medium-gray:#e9ecef;--dark-gray:#343a40}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;background-color:var(--light-gray);color:#1a1a1a;color:var(--dark-text);font-family:Poppins,Montserrat,sans-serif;line-height:1.6;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:600;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{color:#666;margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:all .3s ease}a:hover{color:#e63946;color:var(--brand-red)}.container{margin:0 auto;max-width:1200px;padding:0 1rem}section{padding:5rem 0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.bg-white{background-color:#fff;background-color:var(--white)}.bg-light{background-color:#f8f9fa;background-color:var(--light-gray)}.bg-dark{background-color:#343a40;background-color:var(--dark-gray)}.bg-primary{background-color:#e63946;background-color:var(--brand-red)}.text-primary{color:#e63946;color:var(--brand-red)}.text-dark{color:#1a1a1a;color:var(--dark-text)}.text-white{color:#fff;color:var(--white)}.text-gray{color:#666}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.sm\:flex-row{flex-direction:row}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.md\:flex-row{flex-direction:row}.md\:w-1\/2{width:50%}h1{font-size:3.5rem}h2{font-size:2.5rem}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg\:grid-cols-5{grid-template-columns:repeat(5,1fr)}h1{font-size:4.5rem}}@media print{*{background:#0000!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}.no-print{display:none!important}}.header{background-color:var(--white);box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo{color:var(--dark-text);font-size:1.5rem;font-weight:700}.logo .accent{color:var(--brand-red)}.nav-menu{display:none;gap:2rem;list-style:none}.nav-link{font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--brand-red)}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:block;font-size:1.5rem}@media (min-width:768px){.nav-menu{display:flex}.mobile-menu-toggle{display:none}}.btn{align-items:center;border:2px solid #0000;border-radius:.5rem;cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;min-height:48px;padding:0 1.25rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:var(--brand-red);border-color:var(--brand-red);color:var(--white)}.btn-primary:hover{background-color:#d12a37;box-shadow:0 5px 15px #e639464d;opacity:.9;transform:translateY(-2px)}.btn-outline{background-color:initial;border-color:var(--white);color:var(--white)}.btn-outline:hover{background-color:var(--white);color:var(--brand-red);opacity:.9}.btn:active{opacity:.85;transform:translateY(0)}.btn-secondary{background-color:var(--medium-gray);color:var(--dark-text)}.btn-secondary:hover{background-color:var(--dark-gray);color:var(--white)}.card{background-color:var(--white);border:1px solid var(--medium-gray);border-radius:1rem;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.card-header{margin-bottom:1rem}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.card-content{color:#666}.card-icon{color:var(--brand-red);height:3rem;margin:0 auto 1rem;width:3rem}.hero-section{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--white);display:flex;height:100vh;justify-content:center;position:relative;text-align:center}.hero-section:before{background:#00000080;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-content{max-width:800px;padding:0 1rem;position:relative;z-index:2}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}@media (min-width:768px){.hero-title{font-size:4.5rem}}.section-title{color:var(--dark-text);font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-align:center}.section-subtitle{color:#666;font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.solutions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.solution-card{padding:2.5rem 1.5rem;text-align:center}.solution-icon{color:var(--brand-red);height:4rem;margin:0 auto 1.5rem;width:4rem}.ai-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ai-card{background:var(--white);border-radius:.75rem;box-shadow:0 2px 8px #0000001a;padding:1.5rem;text-align:center;transition:transform .3s ease}.ai-card:hover{transform:translateY(-3px)}.tech-icon{color:var(--brand-red);height:2.5rem;margin:0 auto 1rem;width:2.5rem}.app-section{grid-gap:3rem;align-items:center;display:grid;gap:3rem}.app-mockup{text-align:center}.app-mockup img{border-radius:1.5rem;box-shadow:0 10px 30px #0000004d;height:auto;max-width:300px}.app-features{display:flex;flex-direction:column;gap:2rem}.feature-list{list-style:none}.feature-item{align-items:center;display:flex;margin-bottom:1rem}.feature-bullet{background-color:var(--brand-red);border-radius:9999px;box-shadow:0 0 0 2px #e6394633;height:.6rem;width:.6rem}.feature-bullet,.feature-icon{flex-shrink:0;margin-right:.75rem}.feature-icon{color:var(--brand-red);height:1.25rem;width:1.25rem}@media (min-width:768px){.app-section{grid-template-columns:1fr 1fr}}.coming-soon-bg{background-color:var(--dark-gray);color:var(--white)}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;padding:2rem;text-align:center}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-label{color:var(--dark-text);font-weight:500;margin-bottom:.5rem}.form-input,.form-textarea{border:2px solid var(--medium-gray);border-radius:.5rem;font-family:inherit;padding:.75rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{border-color:var(--brand-red);outline:none}.form-textarea{min-height:120px;resize:vertical}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:center;display:flex;gap:1rem}.contact-icon{color:var(--brand-red);flex-shrink:0;height:1.5rem;width:1.5rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background-color:var(--medium-gray);border-radius:50%;color:#666;display:flex;height:2.5rem;justify-content:center;transition:all .3s ease;width:2.5rem}.social-link:hover{background-color:var(--brand-red);color:var(--white);transform:translateY(-2px)}.footer{background-color:var(--dark-gray);color:var(--white);padding:2rem 0}.footer-content{grid-gap:1.25rem;align-items:start;display:grid;gap:1.25rem;margin-bottom:1.5rem}.footer-section h4{color:var(--white);line-height:1.2;margin-bottom:.5rem}.footer-link{color:#ccc;display:block;font-size:1rem;margin-bottom:.25rem;transition:color .3s ease}.footer-link:hover{color:var(--white)}button.footer-link{font:inherit}.footer-bottom{border-top:1px solid #555;color:#ccc;font-size:.9rem;padding-top:1.25rem;text-align:center}@media (min-width:768px){.footer-content{gap:2rem;grid-template-columns:repeat(5,1fr);margin-bottom:2rem}}.whatsapp-float{align-items:center;background-color:#25d366;border-radius:50%;bottom:2rem;box-shadow:0 4px 12px #25d3664d;display:flex;height:4rem;justify-content:center;position:fixed;right:2rem;transition:all .3s ease;width:4rem;z-index:1000}.whatsapp-float:hover{background-color:#22c55e;box-shadow:0 6px 20px #25d36666;transform:scale(1.1)}.whatsapp-float svg{color:var(--white);height:2rem;width:2rem}.button-link{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left;width:100%}
/*# sourceMappingURL=main.3992a722.css.map*/