@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:3rem 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,.nav-links a.active{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:7rem 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<=992px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{flex-direction:column;align-items:center;width:100%;display:flex}.hero-title{font-size:2.75rem}.hero-subtitle{margin:0 auto 2.5rem;font-size:1.15rem}.hero-ctas{justify-content:center;width:100%}.badge{margin:0 auto 1.5rem}.hero-trust-indicators{justify-content:center;gap:.75rem}.hero-visual{perspective:none;width:100%;margin-top:3rem}.products-collage,.products-collage:hover{transform:none}.floating-badge{display:none}}@media (width<=480px){.hero{padding:8rem 0 3rem}.hero-title{font-size:2.25rem}.hero-ctas{flex-direction:column;gap:1rem;padding:0 1rem}.hero-ctas .btn{width:100%;padding:.8rem 1.5rem;font-size:1rem}}.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)}}@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}.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 2.5rem}.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}}.system-card{background:var(--white);border:1px solid var(--border-light);cursor:pointer;border-radius:20px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden}.system-card:hover{border-color:#2563eb4d;transform:translateY(-8px);box-shadow:0 30px 60px -12px #0b1f3a26}.card-visual{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);justify-content:center;align-items:center;height:220px;display:flex;position:relative;overflow:hidden}.card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.system-card:hover .card-image{transform:scale(1.05)}.visual-placeholder{color:var(--electric-blue);opacity:.6}.card-category-badge{background:var(--white);color:var(--deep-navy);border-radius:100px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 4px 10px #0000000d}.card-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.card-name{color:var(--deep-navy);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.card-description{color:var(--slate-gray);margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.card-features{margin-bottom:1.5rem;padding:0;list-style:none}.card-features li{color:var(--deep-navy);align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:flex}.card-tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;margin-bottom:1.5rem;display:flex}.tag{color:var(--slate-gray);background:#f1f5f9;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.card-footer{border-top:1px solid var(--border-light);padding-top:1.5rem}.view-details{color:var(--electric-blue);align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}@media (width<=480px){.card-content{padding:1.5rem}.card-name{font-size:1.25rem}}@keyframes modalScale{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-title{color:var(--deep-navy);margin-bottom:.5rem;font-size:2.5rem}.modal-features-list h4,.modal-tech h4{color:var(--deep-navy);margin-bottom:1.25rem;font-size:1rem}.modal-footer{background:#f8fafc;border-radius:0 0 24px 24px;padding:2rem 4rem 3rem}.modal-actions{justify-content:flex-end;gap:1.25rem;width:100%;display:flex}.btn-live{border-color:var(--electric-blue);color:var(--electric-blue);background:0 0}.btn-live:hover{border-color:var(--electric-blue);color:var(--electric-blue);background:#2563eb0d}@media (width<=992px){.modal-grid{grid-template-columns:1fr;gap:2rem}.modal-header,.modal-body,.modal-footer{padding-left:2rem;padding-right:2rem}.modal-title{font-size:2rem}.modal-actions{flex-direction:column-reverse;gap:1rem}.modal-actions .btn{width:100%}}.case-studies-section{background-color:var(--white);padding:3rem 0}.case-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:2rem;margin-bottom:2rem;display:grid}.case-card-wrapper{color:inherit;text-decoration:none;display:block}.view-all-container{justify-content:center;margin-top:1rem;margin-bottom:2rem;display:flex}.view-all-btn{padding:1rem 2.5rem;font-size:1.1rem}.case-footer-line{text-align:center;border-top:1px solid var(--border-light);padding-top:2rem}.case-footer-line p{color:var(--slate-gray);font-size:1.1rem;font-weight:600}@media (width<=992px){.case-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}.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:2rem;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:3rem;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:3rem 0}.cta-box{background:var(--deep-navy);text-align:center;color:var(--white);border:1px solid #ffffff0d;border-radius:32px;padding:4rem 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)}}.systems-page{background-color:#f8fafc;min-height:100vh}.systems-hero{background-color:var(--white);text-align:center;border-bottom:1px solid var(--border-light);padding:10rem 0 6rem}.trust-badge-mini{color:var(--electric-blue);background:#2563eb0d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.systems-hero-title{letter-spacing:-.04em;max-width:800px;margin:0 auto 1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.systems-hero-subtitle{color:var(--slate-gray);max-width:650px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.systems-hero-ctas{justify-content:center;gap:1.25rem;margin-bottom:3.5rem;display:flex}.systems-hero-trust-line{color:var(--slate-gray);justify-content:center;gap:2rem;font-size:.9rem;font-weight:600;display:flex}.systems-hero-trust-line span{align-items:center;gap:.5rem;display:flex}.filter-bar-sticky{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);background:#fffc;padding:1rem 0;position:sticky;top:80px}.filter-container{justify-content:center;display:flex}.filter-scroll{scrollbar-width:none;gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.filter-scroll::-webkit-scrollbar{display:none}.filter-btn{color:var(--slate-gray);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:100px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s}.filter-btn:hover{color:var(--electric-blue);background:#2563eb0d}.filter-btn.active{background:var(--electric-blue);color:var(--white);box-shadow:0 4px 12px #2563eb33}.systems-grid-section{padding:6rem 0}.systems-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem;display:grid}.card-large{grid-column:span 1}.systems-cta-section{padding:6rem 0 10rem}.cta-card{background:var(--deep-navy);text-align:center;color:var(--white);border-radius:30px;padding:5rem 4rem;position:relative;overflow:hidden}.cta-card:before{content:"";background:radial-gradient(circle at 100% 0,#2563eb33,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.cta-title{color:var(--white);z-index:1;margin-bottom:1.5rem;font-size:2.5rem;position:relative}.cta-text{color:#ffffffb3;z-index:1;max-width:600px;margin:0 auto 3rem;font-size:1.25rem;position:relative}.btn-large{z-index:1;padding:1.25rem 2.5rem;font-size:1.1rem;position:relative}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0b1f3acc;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.modal-content{background:var(--white);border-radius:24px;width:100%;max-width:900px;max-height:90vh;animation:.4s cubic-bezier(.165,.84,.44,1) modalScale;position:relative;overflow-y:auto}.modal-close{cursor:pointer;width:40px;height:40px;color:var(--slate-gray);z-index:2;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{background:var(--electric-blue);color:var(--white)}.modal-header{border-bottom:1px solid var(--border-light);padding:3rem 4rem 2rem}.modal-category{color:var(--electric-blue);background:#2563eb0d;border-radius:100px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.modal-title{margin-bottom:.5rem;font-size:2.5rem}.modal-industry{color:var(--slate-gray);font-size:.9rem}.modal-body{padding:3rem 4rem}.modal-grid{grid-template-columns:1.5fr 1fr;gap:4rem;display:grid}.info-section{margin-bottom:2.5rem}.info-section h4{color:var(--deep-navy);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1.1rem;display:flex}.info-section p{color:var(--slate-gray);line-height:1.6}.impact-text{border-left:4px solid var(--electric-blue);background:#f8fafc;border-radius:4px;padding:1rem;font-size:1.1rem;font-weight:600;color:var(--deep-navy)!important}.modal-features-list h4,.modal-tech h4{margin-bottom:1.25rem;font-size:1rem}.modal-features-list ul{margin-bottom:2.5rem;padding:0;list-style:none}.modal-features-list li{color:var(--deep-navy);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.modal-footer{background:#f8fafc;border-radius:0 0 24px 24px;justify-content:flex-end;padding:2rem 4rem 3rem;display:flex}@media (width<=992px){.systems-hero-title{font-size:2.75rem}.systems-grid{grid-template-columns:1fr}.modal-grid{grid-template-columns:1fr;gap:2rem}.modal-header,.modal-body,.modal-footer{padding-left:2rem;padding-right:2rem}.modal-title{font-size:2rem}}@media (width<=480px){.systems-hero-title{font-size:2.25rem}.systems-hero-ctas{flex-direction:column}.systems-hero-trust-line{flex-direction:column;gap:.75rem}.cta-card{padding:3rem 1.5rem}.cta-title{font-size:1.75rem}}
