@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap";:root{--deep-navy:#0b1f3a;--electric-blue:#2563eb;--light-gray:#f8fafc;--slate-gray:#64748b;--white:#fff;--border-light:#e2e8f0;--font-heading:"Poppins", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--light-gray);color:var(--deep-navy);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--deep-navy);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-electric{color:var(--electric-blue)}.text-slate{color:var(--slate-gray)}.text-white{color:var(--white)}.btn{font-family:var(--font-body);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--electric-blue);color:var(--white);box-shadow:0 4px 14px #2563eb4d}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.btn-secondary{color:var(--deep-navy);border:1px solid var(--border-light);background-color:#0000}.btn-secondary:hover{background-color:var(--border-light)}section{padding:5rem 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.grid{gap:2rem;display:grid}.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)}@media (width<=992px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}section{padding:3rem 0}}.navbar{z-index:1000;background-color:#0000;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;padding:.5rem 0;box-shadow:0 4px 20px #0000000d}.navbar-container{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;text-decoration:none;display:flex}.navbar-logo-img{mix-blend-mode:multiply;width:auto;height:80px}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-links a{color:var(--slate-gray);font-size:.95rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--electric-blue)}.nav-links a.nav-btn{color:var(--white);padding:.6rem 1.25rem;font-size:.9rem}.nav-links a.nav-btn:hover{color:var(--white)}.mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.mobile-toggle .bar{background-color:var(--deep-navy);width:25px;height:2px;transition:all .3s}@media (width<=768px){.mobile-toggle{display:flex}.nav-links{background-color:var(--white);clip-path:polygon(0 0,100% 0,100% 0,0 0);flex-direction:column;width:100%;padding:2rem;transition:clip-path .3s ease-in-out;position:absolute;top:100%;left:0;box-shadow:0 10px 20px #0000000d}.nav-links.active{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}.hero{background-color:var(--white);background-image:linear-gradient(#2563eb08 1px,#0000 1px),linear-gradient(90deg,#2563eb08 1px,#0000 1px);background-size:50px 50px;align-items:center;min-height:100vh;padding:10rem 0 3rem;display:flex;position:relative;overflow:hidden}.hero:after{content:"";filter:blur(80px);z-index:0;background:radial-gradient(circle,#2563eb14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-10%;right:-5%}.hero-container{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid;position:relative}.badge{color:var(--deep-navy);border:1px solid var(--border-light);font-size:.875rem;font-weight:600;font-family:var(--font-body);background:#f1f5f9;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;display:inline-flex}.badge-dot{background-color:var(--electric-blue);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.hero-title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.hero-subtitle{color:var(--slate-gray);max-width:540px;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.hero-ctas{gap:1.25rem;margin-bottom:4rem;display:flex}.cta-primary,.cta-secondary{padding:1rem 2rem;font-size:1.1rem}.hero-trust-indicators{flex-wrap:wrap;gap:1rem;margin-top:3.5rem;display:flex}.trust-pill{color:var(--slate-gray);background:#f8fafccc;border:1px solid #e2e8f0cc;border-radius:100px;align-items:center;gap:.75rem;padding:.6rem 1.25rem;font-size:.9rem;transition:all .3s;display:flex}.trust-pill:hover{background:var(--white);border-color:var(--electric-blue);transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb1a}.trust-pill strong{color:var(--deep-navy);font-weight:700}.text-purple{color:#8b5cf6}.text-green{color:#10b981}.text-blue{color:#2563eb}@media (width<=768px){.hero-trust-indicators{justify-content:center;gap:.75rem}}.hero-visual{perspective:1000px;position:relative}.dashboard-wrapper{background:var(--white);border:1px solid #e2e8f0cc;border-radius:16px;transition:transform .5s;overflow:hidden;transform:rotateY(-5deg)rotateX(2deg);box-shadow:0 25px 50px -12px #0b1f3a26}.dashboard-wrapper:hover{transform:rotateY(0)rotateX(0)}.dashboard-head.hero-visual{perspective:1000px;flex:1.2;position:relative}.products-collage{width:100%;transition:transform .5s;position:relative;transform:rotateY(-10deg)rotateX(5deg)}.products-collage:hover{transform:rotateY(-5deg)rotateX(2deg)}.collage-img{border-radius:20px;width:100%;height:auto;box-shadow:0 50px 100px -20px #0b1f3a4d,0 30px 60px -30px #0000004d}.floating-badge{background:var(--white);color:var(--deep-navy);z-index:2;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;animation:6s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 10px 30px #0000001a}.badge-dot{border-radius:50%;width:8px;height:8px}.badge-campus{animation-delay:0s;top:15%;right:-5%}.badge-campus .badge-dot{background:#8b5cf6}.badge-rent{animation-delay:2s;top:50%;left:-5%}.badge-rent .badge-dot{background:#2563eb}.badge-msg{animation-delay:4s;bottom:10%;right:10%}.badge-msg .badge-dot{background:#10b981}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (width<=992px){.hero-container{text-align:center;flex-direction:column;gap:4rem}.hero-visual{perspective:none;width:100%}.products-collage,.products-collage:hover{transform:none}.floating-badge{display:none}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.dashboard-header{border-bottom:1px solid var(--border-light);background:#f1f5f9;align-items:center;height:28px;padding:0 1rem;display:flex}.dots{gap:6px;display:flex}.dots span{background-color:#e2e8f0;border-radius:50%;width:10px;height:10px}.dots span:first-child{background-color:#ef4444}.dots span:nth-child(2){background-color:#f59e0b}.dots span:nth-child(3){background-color:#10b981}.dashboard-img{width:100%;height:auto;display:block}.floating-card{background:var(--white);color:var(--deep-navy);border:1px solid var(--border-light);border-radius:12px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;position:absolute;box-shadow:0 10px 25px -5px #0000001a}.float-1{animation:4s ease-in-out infinite float;bottom:-20px;left:-30px}.flex-center{align-items:center;gap:.5rem;display:flex}.pulse-dot{background-color:#10b981;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 3px #10b98133}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-subtitle{margin:0 auto 2.5rem}.hero-ctas,.hero-metrics{justify-content:center}.badge{margin:0 auto 1.5rem}.dashboard-wrapper{margin-top:3rem;transform:none}}.trust-section{background-color:var(--white);border-bottom:1px solid var(--border-light);padding:1rem 0 3rem}.trust-text{text-align:center;color:var(--slate-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:.9rem;font-weight:500}.logos-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;display:flex}.trust-item{color:var(--slate-gray);opacity:.7;font-weight:600;font-family:var(--font-heading);align-items:center;gap:.75rem;transition:all .3s;display:flex}.trust-item:hover{opacity:1;color:var(--deep-navy);transform:translateY(-2px)}@media (width<=768px){.logos-grid{gap:2rem}.trust-item{justify-content:center;width:40%;font-size:.9rem}}.services-section{background-color:var(--light-gray)}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--slate-gray);font-size:1.1rem}.service-card{background:var(--white);border:1px solid var(--border-light);border-radius:16px;height:100%;padding:2.5rem 2rem;transition:all .3s}.service-card:hover{border-color:#2563eb4d;transform:translateY(-5px);box-shadow:0 20px 40px -10px #0b1f3a14}.icon-wrapper{width:56px;height:56px;color:var(--electric-blue);background:#2563eb1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.service-card:hover .icon-wrapper{background:var(--electric-blue);color:var(--white);transform:scale(1.05)}.service-icon{width:28px;height:28px}.service-title{margin-bottom:1rem;font-size:1.25rem}.service-desc{color:var(--slate-gray);font-size:.95rem;line-height:1.6}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services-grid{grid-template-columns:1fr}}.case-studies-section{background-color:var(--white)}.case-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.case-card{background:var(--light-gray);border:1px solid var(--border-light);border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.case-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px -10px #0b1f3a1a}.case-header{background:var(--white);border-bottom:1px solid var(--border-light);padding:2.5rem 2rem 1.5rem}.case-title{font-size:1.35rem;font-weight:700;line-height:1.3}.case-body{flex-direction:column;flex-grow:1;gap:2rem;padding:2rem;display:flex}.case-label{text-transform:uppercase;letter-spacing:.08em;color:var(--slate-gray);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.problem-text{color:var(--slate-gray);font-size:.95rem;font-weight:400}.solution-text{color:var(--deep-navy);font-size:.95rem;font-weight:500}.impact-list-simple{flex-direction:column;gap:.5rem;list-style:none;display:flex}.impact-list-simple li{color:var(--electric-blue);font-size:1rem;font-weight:700}.case-footer{border-top:1px solid var(--border-light);margin-top:auto;padding-top:1.5rem}.case-footer-line{text-align:center;background:#2563eb0d;border:1px solid #2563eb1a;border-radius:12px;margin-top:4rem;padding:1.5rem}.case-footer-line p{color:var(--deep-navy);font-size:1.1rem;font-weight:600}.btn-case-link{color:var(--electric-blue);font-weight:600;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.95rem;transition:all .2s;display:inline-flex}.btn-case-link:hover{color:var(--deep-navy);gap:.75rem}@media (width<=992px){.case-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.case-grid{grid-template-columns:1fr}}.industries-section{background-color:var(--light-gray);border-top:1px solid var(--border-light)}.industries-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.industry-card{background:var(--white);text-align:center;border:1px solid #0000;border-radius:16px;padding:3rem 2rem;transition:all .3s}.industry-card:hover{border-color:#2563eb33;transform:translateY(-10px);box-shadow:0 20px 40px -10px #0b1f3a14}.industry-icon{background:var(--light-gray);width:64px;height:64px;color:var(--deep-navy);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .3s;display:flex}.industry-card:hover .industry-icon{background:var(--electric-blue);color:var(--white)}.industry-title{margin-bottom:1rem;font-size:1.25rem}.industry-desc{color:var(--slate-gray);font-size:.95rem;line-height:1.6}.industry-footer{text-align:center;background:#2563eb0d;border:1px solid #2563eb1a;border-radius:12px;margin-top:4rem;padding:1.5rem}.industry-footer p{color:var(--deep-navy);font-size:1.1rem;font-weight:600;font-family:var(--font-body)}@media (width<=992px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.industries-grid{grid-template-columns:1fr}}.process-section{background-color:var(--deep-navy);color:var(--white);position:relative;overflow:hidden}.process-section .section-title{color:var(--white)}.process-section .section-subtitle{color:#94a3b8}.process-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.process-step{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;padding:2.5rem 1.5rem;transition:all .3s;display:flex;position:relative}.process-step:hover{background:#ffffff14;border-color:#2563eb4d;transform:translateY(-8px)}.step-number{font-family:var(--font-heading);color:var(--electric-blue);opacity:.2;font-size:3.5rem;font-weight:800;line-height:1;position:absolute;top:1rem;right:1.5rem}.step-icon-box{color:var(--electric-blue);background:#2563eb1a;border-radius:12px;width:fit-content;margin-bottom:1.5rem;padding:.75rem}.step-title{color:var(--white);margin-bottom:1rem;font-size:1.15rem;font-weight:700;line-height:1.3}.step-desc{color:#94a3b8;flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.step-micro{color:var(--white);background:#ffffff0d;border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:600}.step-connector{background:linear-gradient(90deg, var(--electric-blue), transparent);z-index:1;width:1rem;height:2px;position:absolute;top:40%;right:-1.5rem}.process-footer{text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;margin-top:5rem;padding:2rem}.process-footer p{color:var(--white);font-size:1.2rem;font-weight:600;font-family:var(--font-body)}@media (width<=1100px){.process-grid{grid-template-columns:repeat(2,1fr)}.step-connector{display:none}}@media (width<=640px){.process-grid{grid-template-columns:1fr}}.cta-section{background-color:var(--white);padding:5rem 0}.cta-box{background:var(--deep-navy);text-align:center;color:var(--white);border:1px solid #ffffff0d;border-radius:32px;padding:8rem 3rem;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #0b1f3a66}.cta-box:before{content:"";z-index:0;background:radial-gradient(circle at 100% 0,#2563eb1a,#0000 50%),radial-gradient(circle at 0 100%,#2563eb0d,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.cta-headline{letter-spacing:-.04em;color:var(--white);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.cta-subtext{opacity:.8;max-width:600px;margin:0 auto 3.5rem;font-size:1.25rem;line-height:1.6}.cta-actions{z-index:1;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex;position:relative}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}.btn-whatsapp{color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #fff6}.btn-whatsapp:hover{border-color:var(--white);color:var(--white);background:#ffffff1a}.cta-trust-line{color:#fff9;margin-top:2rem;font-size:.95rem;font-weight:500}.cta-trust-points{border-top:1px solid #ffffff0d;justify-content:center;gap:2.5rem;margin-top:3.5rem;padding-top:2rem;display:flex}.trust-point{color:#fffc;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.trust-point svg{color:var(--electric-blue)}.cta-contact-methods{justify-content:center;margin-top:2.5rem;display:flex}.contact-item{color:var(--white);opacity:.8;align-items:center;gap:.75rem;font-weight:500;transition:opacity .2s;display:flex}.contact-item:hover{opacity:1}.cta-urgency{color:var(--white);background:#ffffff0d;border-radius:100px;margin-top:3rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-block}@media (width<=992px){.cta-trust-points{flex-direction:column;align-items:center;gap:1rem}}@media (width<=768px){.cta-headline{font-size:2.5rem}.cta-box{padding:5rem 1.5rem}}.footer{color:#94a3b8;background-color:#051020;padding:5rem 0 2rem;font-size:.95rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-brand .footer-logo{margin-bottom:1.5rem}.footer-logo-img{width:auto;height:48px}.footer-desc{max-width:300px;line-height:1.6}.footer-title{color:var(--white);font-size:1.1rem;font-family:var(--font-heading);margin-bottom:1.5rem}.footer-links ul{flex-direction:column;gap:.75rem;display:flex}.footer-links li{color:#94a3b8}.footer-links a{transition:color .2s}.footer-links a:hover{color:var(--electric-blue)}.contact-list{flex-direction:column;gap:1rem;display:flex}.contact-list li{align-items:center;gap:.75rem;display:flex}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.legal-links{gap:1.5rem;display:flex}.legal-links a:hover{color:var(--white)}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0b1f3acc;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem 1.5rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.modal-container{background:var(--white);border-radius:24px;width:100%;max-width:600px;margin-top:auto;margin-bottom:auto;padding:3rem;position:relative;box-shadow:0 50px 100px -20px #00000040}.modal-close{color:var(--slate-gray);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{color:var(--deep-navy);background:#f1f5f9}.modal-header{text-align:center;margin-bottom:2rem}.modal-header h2{color:var(--deep-navy);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.75rem}.modal-header p{color:var(--slate-gray);font-size:.95rem;line-height:1.5}.modal-form{flex-direction:column;gap:1.25rem;display:flex}.form-group-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--deep-navy);font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--electric-blue);background:var(--white);outline:none;box-shadow:0 0 0 4px #2563eb1a}.btn-full{justify-content:center;width:100%;padding:1rem}.form-privacy{text-align:center;color:var(--slate-gray);margin-top:.5rem;font-size:.75rem}@media (width<=640px){.modal-container{padding:2.5rem 1.5rem}.form-group-row{grid-template-columns:1fr;gap:1rem}.modal-header h2{font-size:1.5rem}}.modal-success{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:1.5rem 0;animation:.5s forwards modalFadeIn;display:flex}.success-icon-box{background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:.5rem;display:flex}.modal-success h2{color:var(--deep-navy);margin:0;font-size:1.75rem}.modal-success p{color:var(--slate-gray);max-width:420px;margin:0 auto;font-size:1.05rem;line-height:1.6}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
