@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap";nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;height:72px;background:#fffffff5;border-bottom:1px solid rgba(0,0,0,.05);transition:background .3s,border-color .3s}nav.scrolled{background:var(--white);border-bottom:2px solid var(--indigo)}.logo{font-family:var(--font-head);font-weight:800;font-size:1.4rem;color:var(--indigo);text-decoration:none;letter-spacing:-.02em;display:flex;align-items:center;gap:.5rem}.logo-img{height:36px;width:auto;display:block;object-fit:contain}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links a{font-size:.875rem;font-weight:500;color:var(--gray-700);text-decoration:none;letter-spacing:.01em;transition:color .2s}.nav-links a:hover{color:var(--indigo)}.nav-cta{background:var(--indigo);color:var(--white)!important;padding:.65rem 1.5rem;border-radius:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:background .2s,color .2s!important}.nav-cta:hover{background:var(--lime)!important;color:var(--indigo-dark)!important}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.hamburger span{width:22px;height:2px;background:var(--indigo);border-radius:2px;transition:all .3s;display:block}@media(max-width:1024px){nav{padding:0 2rem}}@media(max-width:640px){nav{padding:0 1.25rem}.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;align-items:flex-start;position:fixed;top:72px;left:0;right:0;background:#fff;padding:1.5rem;border-bottom:1px solid var(--gray-200);gap:1.25rem;box-shadow:var(--shadow-2)}.hamburger{display:flex}.nav-links.open li{width:auto}.nav-links.open .btn-primary{width:auto;justify-content:flex-start;padding-left:1.5rem;padding-right:1.5rem}.nav-links.open .btn-text{text-align:left}}#hero{min-height:75vh;background:var(--indigo-dark);position:relative;display:flex;flex-direction:column;justify-content:center;padding:8rem 4rem 5rem;overflow:hidden}.hero-slider{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#321464cc,#6a5acd80);z-index:1}.hero-one-liner{font-family:var(--font-body);font-size:1.35rem;font-weight:500;color:#ffffffe6;margin-bottom:2rem;position:relative;z-index:1;max-width:650px;line-height:1.5}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:2px solid var(--lime);border-radius:0;padding:.5rem 1.2rem;font-size:.8rem;font-weight:700;color:var(--lime);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;width:fit-content}.hero-tag:before{content:"";width:6px;height:6px;background:var(--lime);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero-heading{font-family:var(--font-head);font-size:clamp(3.5rem,7vw,6.5rem);font-weight:900;line-height:1;letter-spacing:-.04em;color:var(--white);max-width:900px;margin-bottom:1.5rem;position:relative;z-index:1;text-transform:uppercase}.hero-heading .accent-subtle{color:var(--lime)}.hero-heading-small{font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;color:#fffc}.hero-sub{font-size:1.15rem;font-weight:300;color:#ffffffb3;max-width:580px;margin-bottom:3rem;position:relative;z-index:1;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;position:relative;z-index:1}.hero-stats{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:1;text-align:left}.hero-stats-heading{font-family:var(--font-body);font-size:1.1rem;color:#ffffffe6;margin-bottom:1.5rem;font-weight:600;letter-spacing:.02em}.hero-stats-grid{display:flex;gap:3rem;flex-wrap:wrap}.hero-stat-item{display:flex;flex-direction:column;gap:.25rem;max-width:200px}.hero-stat-title{font-family:var(--font-body);font-size:1.1rem;font-weight:700;color:var(--white);line-height:1.3}.hero-stat-desc{font-size:.85rem;font-weight:400;color:#fff9;line-height:1.5}.scroll-indicator{position:absolute;bottom:2rem;left:4rem;display:flex;align-items:center;gap:.75rem;color:#ffffff80;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.scroll-line{width:40px;height:1px;background:#fff3;position:relative;overflow:hidden}.scroll-line:after{content:"";position:absolute;width:20px;height:1px;background:var(--lime);animation:scrollline 2s ease-in-out infinite}@keyframes scrollline{0%{left:-20px}to{left:40px}}@media(max-width:1024px){#hero{padding:7rem 2rem 4rem}.hero-stats{gap:2rem}}@media(max-width:640px){#hero{padding:6rem 1.25rem 3rem}.hero-heading{font-size:clamp(2.2rem,9vw,2.6rem);word-wrap:break-word}.hero-stats{flex-direction:column;gap:1.5rem}.scroll-indicator{display:none}}#about{background:var(--off-white)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1200px;margin:0 auto}.about-visual{position:relative;aspect-ratio:1 / 1;max-width:480px}.about-bg-block{width:100%;height:100%;background:var(--white);border-radius:8px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;overflow:hidden}.about-quad{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;border-radius:8px;position:relative}.about-quad:nth-child(1){background:var(--indigo)}.about-quad:nth-child(2){background:var(--white);border:1px solid var(--gray-200)}.about-quad:nth-child(3){background:var(--gray-100)}.about-quad:nth-child(4){background:linear-gradient(135deg,var(--indigo) 0%,rgba(55,27,108,.85) 100%)}.about-quad-icon{font-size:2rem;color:var(--lime);margin-bottom:.75rem}.about-quad:nth-child(2) .about-quad-label,.about-quad:nth-child(3) .about-quad-label{color:var(--indigo-dark)}.about-quad-label{font-family:var(--font-head);font-size:1.1rem;font-weight:700;color:#ffffffe6;line-height:1.2;position:relative;z-index:1}.about-quad-num{font-family:var(--font-head);font-size:1.8rem;font-weight:800;color:#ffffff26;position:absolute;top:.75rem;right:1rem;line-height:1}.about-quad:nth-child(2) .about-quad-num,.about-quad:nth-child(3) .about-quad-num{color:#0f172a14}.about-float-card{position:absolute;bottom:-40px;right:-40px;background:var(--white);border-radius:0;padding:1.5rem;box-shadow:var(--shadow-3);width:200px}.about-float-card-title{font-family:var(--font-head);font-size:.7rem;font-weight:600;color:var(--gray-500);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.about-float-card-stat{font-family:var(--font-head);font-size:2rem;font-weight:800;color:var(--indigo);line-height:1;margin-bottom:.25rem}.about-float-card-sub{font-size:.78rem;color:var(--gray-500)}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem}.value-chip{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:0;font-size:.85rem;font-weight:500;color:var(--gray-700);transition:border-color .2s,box-shadow .2s;box-shadow:var(--shadow-1)}.value-chip:hover{border-color:var(--slate-light);box-shadow:var(--shadow-2)}.value-chip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}@media(max-width:1024px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-visual{max-width:360px;margin:0 auto}}@media(max-width:640px){.about-values{grid-template-columns:1fr}.about-visual{max-width:100%;margin:0 auto 2.5rem}.about-quad{padding:.75rem;min-width:0}.about-quad-icon{font-size:1.5rem;margin-bottom:.4rem}.about-quad-label{font-size:.8rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.about-quad-num{font-size:1.2rem;top:.5rem;right:.5rem}.about-float-card{right:5px;bottom:-15px;width:150px;padding:1rem}.about-float-card-stat{font-size:1.5rem}}#mission-vision{background:var(--off-white);border-top:1px solid var(--gray-200)}.mv-wrap{max-width:1200px;margin:0 auto}.mv-header{text-align:center;margin-bottom:4rem}.mv-tag{justify-content:center}.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:4rem}.mv-card{background:var(--white);padding:3rem;border:2px solid var(--gray-100);position:relative;transition:transform .3s cubic-bezier(.4,0,.2,1),border-color .3s;display:flex;flex-direction:column;gap:1.25rem}.mv-card:hover{transform:translateY(-5px);border-color:var(--lime)}.mv-card-icon{width:60px;height:60px;background:var(--indigo-light);color:var(--lime);display:flex;align-items:center;justify-content:center;border-radius:0}.mv-card-icon .material-symbols-outlined{font-size:30px}.mv-card-title{font-family:var(--font-head);font-size:1.5rem;font-weight:700;color:var(--indigo)}.mv-card-text{font-size:.95rem;line-height:1.7;color:var(--gray-500)}.mv-pillars{border-top:1px solid var(--gray-200);padding-top:4rem}.pillars-title{font-family:var(--font-head);font-size:1.25rem;font-weight:700;color:var(--indigo);margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:.05em;text-align:center}.pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.pillar-item{display:flex;flex-direction:column;gap:1rem}.pillar-icon{font-size:28px;color:var(--indigo);background:#c9ed0033;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.pillar-name{font-family:var(--font-head);font-size:.95rem;font-weight:700;color:var(--indigo);margin-bottom:.4rem}.pillar-desc{font-size:.85rem;line-height:1.6;color:var(--gray-500)}@media(max-width:1024px){.mv-grid{grid-template-columns:1fr;gap:2rem}.pillars-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:640px){.mv-card{padding:2rem}.pillars-grid{grid-template-columns:1fr;gap:1.5rem}}#divisions{background:var(--white);border-top:1px solid var(--gray-200)}.divisions-wrap{max-width:1200px;margin:0 auto}.divisions-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;flex-wrap:wrap;gap:2rem}.divisions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.division-card{background:var(--white);border:2px solid var(--gray-100);padding:2.5rem;position:relative;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1),border-color .3s,background-color .3s}.division-card:hover{transform:translateY(-4px);border-color:var(--lime);background:var(--off-white)}.div-image-wrapper{width:100%;height:200px;margin-bottom:2rem;overflow:hidden;position:relative;background:var(--slate)}.div-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.division-card:hover .div-image-wrapper img{transform:scale(1.05)}.div-content{display:flex;flex-direction:column;flex-grow:1;gap:1rem}.div-name{font-family:var(--font-head);font-size:1.3rem;font-weight:800;color:var(--indigo-dark);line-height:1.2}.div-desc{font-size:.9rem;color:var(--gray-500);line-height:1.65;flex-grow:1}.div-link-indicator{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--gray-100);padding-top:1rem;margin-top:.5rem}.div-link-indicator span{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--slate);transition:color .2s}.division-card:hover .div-link-indicator span{color:var(--indigo)}.div-arrow{width:28px;height:28px;background:var(--indigo);color:var(--white);display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .2s;font-size:.75rem}.division-card:hover .div-arrow{background:var(--lime);color:var(--indigo-dark);transform:translate(4px)}.div-number{position:absolute;top:1rem;right:1rem;font-family:var(--font-head);font-size:.8rem;font-weight:700;background:var(--indigo);color:var(--white);padding:.4rem .8rem;z-index:2;line-height:1;transition:background-color .2s,color .2s}.division-card:hover .div-number{background:var(--lime);color:var(--indigo-dark)}@media(max-width:1024px){.divisions-grid{gap:2rem}}@media(max-width:768px){.divisions-grid{grid-template-columns:1fr;gap:2rem}.divisions-header{margin-bottom:2.5rem}.division-card{padding:2rem}}#why{background:var(--gray-900)}.why-wrap{max-width:1200px;margin:0 auto}.why-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;flex-wrap:wrap;gap:2rem}.why-tag{color:var(--lime)}.why-tag:before{background:var(--lime)}.why-top-content{display:flex;flex-direction:column}.why-inquiry-box{display:flex;flex-direction:column;gap:.75rem;max-width:420px;background:#ffffff08;padding:1.5rem;border-radius:0;border:2px solid rgba(255,255,255,.08)}.why-input,.why-textarea{width:100%;padding:.75rem 1rem;background:#0000004d;border:2px solid rgba(255,255,255,.15);border-radius:0;color:var(--white);font-size:.9rem;outline:none;transition:border-color .3s;font-family:inherit}.why-input:focus,.why-textarea:focus{border-color:var(--lime);background:#0009}.why-submit{justify-content:center!important;width:100%;padding:.9rem!important}.why-helper-text{font-size:.75rem;color:#ffffff80;text-align:center;margin-top:.25rem}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#ffffff0f;border-radius:0;overflow:hidden;box-shadow:var(--shadow-1)}.why-card{background:var(--gray-900);padding:2.5rem;border-left:3px solid transparent;transition:border-color .3s,background .3s}.why-card:hover{background:#3f51b533;border-left-color:var(--lime)}.why-icon{font-size:1.8rem;margin-bottom:1.25rem;display:block}.why-title{font-family:var(--font-head);font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.6rem}.why-text{font-size:.875rem;color:#fff9;line-height:1.7}@media(max-width:1024px){.why-grid{grid-template-columns:1fr}}#sustainability{background:var(--off-white)}.sust-wrap{max-width:1200px;margin:0 auto}.sust-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:center;margin-top:4rem}.sust-items{display:flex;flex-direction:column;gap:0}.sust-item{display:flex;gap:1.5rem;padding:1.75rem 0;border-bottom:1px solid var(--gray-200);align-items:flex-start;transition:padding-left .2s}.sust-item:first-child{border-top:1px solid var(--gray-200)}.sust-item:hover{padding-left:.5rem}.sust-num{font-family:var(--font-head);font-size:.7rem;font-weight:700;color:var(--indigo);letter-spacing:.08em;min-width:24px;padding-top:3px}.sust-content-title{font-family:var(--font-head);font-size:.95rem;font-weight:700;color:var(--indigo-dark);margin-bottom:.3rem}.sust-content-text{font-size:.83rem;color:var(--gray-500);line-height:1.65}.sust-visual{background:var(--indigo-dark);border-radius:0;padding:3rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden;box-shadow:var(--shadow-2)}.sust-visual:before{content:"";position:absolute;width:300px;height:300px;background:#8bc34a14;border-radius:50%;top:-100px;right:-80px}.sust-visual-heading{font-family:var(--font-head);font-size:1.6rem;font-weight:800;color:var(--white);line-height:1.2;letter-spacing:-.02em}.sust-visual-heading span{color:var(--lime)}.sust-cert-row{display:flex;gap:.75rem;flex-wrap:wrap}.sust-cert{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:0;font-size:.78rem;font-weight:500;color:#ffffffe6}.sust-cert-dot{width:6px;height:6px;border-radius:50%}.sust-bar-group{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.sust-bar-label{display:flex;justify-content:space-between;font-size:.78rem;color:#ffffffb3;margin-bottom:.4rem}.sust-bar-label span:last-child{color:var(--lime);font-weight:600}.sust-bar-track{height:6px;background:#ffffff26;border-radius:0;overflow:hidden}.sust-bar-fill{height:100%;border-radius:0;background:linear-gradient(90deg,var(--lime-dim),var(--lime))}@media(max-width:1024px){.sust-grid{grid-template-columns:1fr;gap:3rem}}#credentials{background:var(--white);border-top:1px solid var(--gray-200)}.cred-wrap{max-width:1200px;margin:0 auto}.cred-header{text-align:center;margin-bottom:3rem}.cred-tag{justify-content:center}.cred-badges-row{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem;flex-wrap:wrap}.cred-badge{background:var(--indigo);color:var(--white);padding:1.5rem 2.5rem;display:flex;align-items:center;gap:1.25rem;border:1px solid rgba(255,255,255,.1);min-width:290px}.cred-badge-icon{font-size:32px;color:var(--lime)}.badge-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);margin-bottom:.2rem}.badge-val{font-family:var(--font-head);font-size:1.15rem;font-weight:700}.cred-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem}.cred-subtitle{font-family:var(--font-head);font-size:1.25rem;font-weight:700;color:var(--indigo-dark);margin-bottom:2rem;display:flex;align-items:center;gap:.75rem;border-bottom:2px solid var(--gray-100);padding-bottom:.75rem}.subtitle-icon{font-size:24px;color:var(--indigo)}.cred-items-list{display:flex;flex-direction:column;gap:1.5rem}.cred-item-card{background:var(--off-white);border-left:4px solid var(--indigo);padding:1.5rem 2rem;transition:border-color .2s,background .2s}.cred-item-card:hover{border-left-color:var(--lime);background:var(--gray-100)}.cred-item-title{font-family:var(--font-head);font-size:1.05rem;font-weight:700;color:var(--indigo-dark);margin-bottom:.4rem}.cred-item-desc{font-size:.88rem;line-height:1.6;color:var(--gray-500)}.sdg-section{margin-bottom:6rem;border-top:1px solid var(--gray-200);padding-top:4rem}.sdg-heading{font-family:var(--font-head);font-size:1.5rem;font-weight:800;color:var(--indigo-dark);text-transform:uppercase;letter-spacing:.05em;text-align:center;margin-bottom:3rem}.sdg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.sdg-card{padding:2.5rem;border:1px solid var(--gray-200);display:flex;flex-direction:column;gap:1rem;position:relative}.sdg-number{font-family:var(--font-head);font-size:3rem;font-weight:900;line-height:1;opacity:.15}.sdg-9 .sdg-number{color:#f15a24}.sdg-11 .sdg-number{color:#f89d24}.sdg-13 .sdg-number{color:#3f7e44}.sdg-title{font-family:var(--font-head);font-size:1.15rem;font-weight:700;color:var(--indigo-dark)}.sdg-desc{font-size:.88rem;line-height:1.6;color:var(--gray-500)}.sdg-9{border-top:4px solid #f15a24}.sdg-11{border-top:4px solid #f89d24}.sdg-13{border-top:4px solid #3f7e44}.founder-section{background:var(--indigo);color:var(--white);padding:4rem;border-radius:0}.founder-grid{display:grid;grid-template-columns:1fr 1.8fr;gap:4rem;align-items:center}.founder-photo-wrap{position:relative;width:100%;aspect-ratio:1 / 1.1;overflow:hidden}.founder-photo{width:100%;height:100%;object-fit:cover}.founder-badge{position:absolute;bottom:1rem;left:1rem;background:var(--lime);color:var(--indigo-dark);padding:.4rem 1rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.founder-bio{display:flex;flex-direction:column;gap:1.25rem}.bio-tag{color:var(--lime)}.bio-tag:before{background:var(--lime)}.founder-name{font-family:var(--font-head);font-size:2.2rem;font-weight:800;line-height:1.1;color:var(--white)}.founder-title{font-size:1.1rem;color:var(--gray-500);font-weight:400;margin-top:-.5rem}.founder-text{font-size:.95rem;line-height:1.7;color:#ffffffb3}.founder-quote{font-family:var(--font-head);font-size:1.15rem;font-weight:600;font-style:italic;color:var(--lime);border-left:3px solid var(--lime);padding-left:1.5rem;margin-top:1rem;line-height:1.4}@media(max-width:1024px){.cred-grid{grid-template-columns:1fr;gap:3rem}.sdg-grid{grid-template-columns:1fr;gap:1.5rem}.founder-grid{grid-template-columns:1fr;gap:3rem}.founder-photo-wrap{max-width:320px;margin:0 auto}}@media(max-width:640px){#credentials{padding:5rem 1.25rem 3rem}.founder-section{padding:2rem 1.5rem}.founder-name{font-size:1.8rem}}#contact{background:var(--indigo)}.contact-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:start}.contact-section-tag{color:var(--lime-light)}.contact-section-tag:before{background:var(--lime)}.contact-heading{font-family:var(--font-head);font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.025em;color:var(--white);margin-bottom:2.5rem}.contact-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem}.contact-hq-card{background:transparent;border:2px solid rgba(255,255,255,.1);border-radius:0;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.contact-whatsapp-card{background:#25d3660d;border:2px solid rgba(37,211,102,.25);border-radius:0;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;transition:background-color .2s,border-color .2s}.contact-whatsapp-card:hover{background:#25d3661a;border-color:#25d36699}.contact-hq-card-title{font-family:var(--font-head);font-size:.72rem;font-weight:600;color:var(--gray-500);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.contact-hq-card-stat{font-family:var(--font-head);font-size:1.8rem;font-weight:800;color:var(--white);line-height:1.1;margin-bottom:.5rem}.contact-whatsapp-stat{font-family:var(--font-head);font-size:1.8rem;font-weight:800;color:#25d366;line-height:1.1;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.contact-wa-icon{width:24px;height:24px}.contact-hq-card-sub{font-size:.82rem;color:var(--gray-500);line-height:1.5}.contact-detail{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.contact-detail-icon{width:40px;height:40px;flex-shrink:0;background:#ffffff0d;border-radius:0;display:flex;align-items:center;justify-content:center;font-size:1rem}.contact-detail-label{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-bottom:.2rem}.contact-detail-value{font-size:.9rem;color:var(--white);line-height:1.5}.contact-form-wrap{background:#ffffff05;border:2px solid rgba(255,255,255,.08);border-radius:0;padding:2.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.78rem;font-weight:600;color:#fff9;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.form-control{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:0;padding:.8rem 1rem;font-family:var(--font-body);font-size:.9rem;color:var(--white);outline:none;transition:border-color .2s,background-color .2s}.form-control::placeholder{color:#ffffff4d}.form-control:focus{border-color:var(--lime);background:#ffffff14}textarea.form-control{resize:vertical;min-height:110px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:1024px){.contact-wrap{grid-template-columns:1fr;gap:3rem}}@media(max-width:640px){.contact-info-grid,.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:1.5rem}}footer{background:var(--gray-900);padding:4rem 4rem 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.07)}.footer-brand p{font-size:.85rem;color:#ffffff80;line-height:1.75;margin-top:1rem;max-width:280px}.footer-logo{font-family:var(--font-head);font-weight:900;font-size:1.8rem;color:var(--white);text-decoration:none;display:flex;align-items:center;gap:.75rem;letter-spacing:-.02em}.footer-col-title{font-size:.85rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;margin-bottom:1.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-links a{font-size:.95rem;font-weight:500;color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.social-icons-wrapper{display:flex;gap:1rem;margin-top:1.8rem}.social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff0d;color:var(--white);border-radius:50%;transition:background .3s,transform .3s}.social-icon:hover{background:var(--lime);color:var(--indigo-dark);transform:translateY(-4px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.78rem;color:#fff6}.footer-tagline{font-family:var(--font-head);font-size:.78rem;font-weight:600;color:var(--lime);letter-spacing:.05em}.back-to-top{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--lime);color:var(--gray-900);border-radius:50%;text-decoration:none;transition:transform .3s,background .3s}.back-to-top:hover{transform:translateY(-5px);background:#00e022}@media(max-width:1024px){footer{padding:3rem 2rem 1.5rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:640px){footer{padding:3rem 1.25rem 1.5rem}.footer-top{grid-template-columns:1fr}.back-to-top{width:74px;height:24px;border-radius:4px;margin-right:2rem}.back-to-top span{font-size:24px!important}}#projects-page{background:var(--white);padding:8rem 4rem 5rem;min-height:80vh}.projects-wrap{max-width:1200px;margin:0 auto}.projects-header{margin-bottom:4rem}.projects-tag{color:var(--indigo)}.projects-title{font-family:var(--font-head);font-size:clamp(2.5rem,4.5vw,3.5rem);font-weight:800;line-height:1.1;color:var(--indigo-dark);margin-bottom:1.25rem}.projects-sub{font-size:1.1rem;color:var(--gray-500);max-width:600px;line-height:1.7}.projects-filters{display:flex;flex-direction:column;gap:1.5rem;background:var(--off-white);padding:2rem;border:1px solid var(--gray-200);margin-bottom:3rem}.filter-group{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.filter-label{font-family:var(--font-body);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--slate);min-width:90px}.filter-chips{display:flex;gap:.75rem;flex-wrap:wrap}.filter-chip{background:var(--white);border:1px solid var(--gray-200);padding:.5rem 1.25rem;font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .2s}.filter-chip:hover{border-color:var(--indigo-light);background:var(--gray-100)}.filter-chip.active{background:var(--indigo);color:var(--white);border-color:var(--indigo)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.project-card{background:var(--white);border:2px solid var(--gray-100);display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1),border-color .3s}.project-card:hover{transform:translateY(-4px);border-color:var(--lime)}.project-img-container{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:var(--indigo-dark)}.project-img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.project-card:hover .project-img{transform:scale(1.03)}.project-status{position:absolute;top:1rem;right:1rem;padding:.35rem .85rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.project-status.completed{background:var(--indigo);color:var(--white)}.project-status.ongoing{background:var(--lime);color:var(--indigo-dark)}.project-details{padding:2.5rem;display:flex;flex-direction:column;gap:1rem;flex-grow:1}.project-category{font-size:.75rem;font-weight:700;color:var(--slate);text-transform:uppercase;letter-spacing:.08em}.project-card-title{font-family:var(--font-head);font-size:1.4rem;font-weight:800;color:var(--indigo-dark);line-height:1.25}.project-meta{display:flex;gap:1.5rem;color:var(--gray-500);font-size:.85rem;margin-bottom:.5rem}.project-meta-item{display:flex;align-items:center;gap:.4rem}.project-meta-icon{font-size:18px;color:var(--slate)}.project-info-block{display:flex;flex-direction:column;gap:.35rem;border-top:1px solid var(--gray-100);padding-top:1rem}.info-title{font-family:var(--font-head);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--slate)}.info-text{font-size:.88rem;line-height:1.6;color:var(--gray-500)}.info-text.highlight{color:var(--indigo-dark);font-weight:600}.no-projects{grid-column:1 / -1;text-align:center;padding:5rem 0;color:var(--gray-500);display:flex;flex-direction:column;align-items:center;gap:1rem}.no-projects-icon{font-size:48px;color:var(--gray-200)}@media(max-width:1024px){#projects-page{padding:6rem 2rem 4rem}.projects-grid{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:640px){#projects-page{padding:5rem 1.25rem 3rem}.projects-filters{padding:1.25rem}.project-details{padding:1.5rem}.filter-group{flex-direction:column;align-items:flex-start;gap:.5rem}}#division-detail-page{background:var(--white);padding:8rem 4rem 5rem;min-height:80vh}.div-detail-wrap{max-width:1200px;margin:0 auto}.div-detail-header{margin-bottom:4rem;border-bottom:1px solid var(--gray-200);padding-bottom:3rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--slate);text-decoration:none;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:var(--indigo)}.back-link .material-symbols-outlined{font-size:18px}.div-detail-tag{color:var(--indigo)}.div-detail-title{font-family:var(--font-head);font-size:clamp(2.5rem,5vw,3.8rem);font-weight:800;line-height:1.1;color:var(--indigo-dark);margin-bottom:.75rem}.div-detail-tagline{font-size:1.25rem;font-weight:300;color:var(--gray-500);max-width:700px;line-height:1.6}.div-detail-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:5rem;align-items:start}.detail-section{margin-bottom:4rem}.detail-section-title{font-family:var(--font-head);font-size:1.5rem;font-weight:700;color:var(--indigo);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.overview-text{font-size:1.1rem;line-height:1.75;color:var(--gray-700)}.services-list-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.service-detail-card{background:var(--off-white);border:1px solid var(--gray-200);padding:2rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s}.service-detail-card:hover{border-color:var(--indigo-light)}.service-card-title{font-family:var(--font-head);font-size:1.15rem;font-weight:700;color:var(--indigo-dark);display:flex;align-items:center;gap:1rem}.service-card-num{color:var(--lime-dim);font-size:1.4rem;font-weight:800}.service-card-desc{font-size:.92rem;line-height:1.65;color:var(--gray-500)}.div-detail-sidebar{display:flex;flex-direction:column;gap:2.5rem}.sidebar-widget{border:2px solid var(--gray-100);padding:2.5rem;background:var(--white)}.widget-title{font-family:var(--font-head);font-size:1rem;font-weight:700;color:var(--indigo);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;border-left:3px solid var(--lime);padding-left:.75rem}.widget-projects-list{display:flex;flex-direction:column;gap:1.5rem}.widget-project-item{display:flex;flex-direction:column;gap:.4rem}.widget-proj-title{font-family:var(--font-head);font-size:.95rem;font-weight:700;color:var(--indigo-dark)}.widget-proj-desc{font-size:.85rem;color:var(--gray-500);line-height:1.6}.widget-achievements-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.achievement-item{display:flex;gap:.75rem;align-items:flex-start;font-size:.9rem;color:var(--gray-600);line-height:1.5}.ach-check{color:var(--lime-dim);font-size:20px;flex-shrink:0;margin-top:2px}.clients-text{font-size:.95rem;color:var(--gray-600);font-weight:500;line-height:1.5}.cta-widget{background:var(--indigo);border-color:var(--indigo);color:var(--white);display:flex;flex-direction:column;gap:1.25rem}.cta-widget-title{font-family:var(--font-head);font-size:1.2rem;font-weight:800;line-height:1.3}.cta-widget-desc{font-size:.9rem;color:#ffffffb3;line-height:1.6}.div-cta-btn{width:100%;margin-top:.5rem;background:var(--lime);color:var(--indigo-dark)}.div-cta-btn:hover{background:var(--lime-light)}.div-detail-error{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.error-wrap{max-width:400px;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.error-icon{font-size:64px;color:#ef4444}@media(max-width:1024px){#division-detail-page{padding:6rem 2rem 4rem}.div-detail-grid{grid-template-columns:1fr;gap:3rem}}@media(max-width:640px){#division-detail-page{padding:5rem 1.25rem 3rem}.div-detail-header{margin-bottom:2.5rem;padding-bottom:2rem}.sidebar-widget,.service-detail-card{padding:1.5rem}}:root{--indigo: #0F172A;--indigo-light: #1E293B;--indigo-dark: #0A0A0A;--lime: #C9ED00;--lime-light: #D6F033;--lime-dim: #AACC00;--amber: #C9ED00;--amber-light: #D6F033;--slate: #334155;--slate-light: #475569;--white: #ffffff;--off-white: #f8f9fa;--gray-100: #F5F5F6;--gray-200: #E0E0E0;--gray-500: #757575;--gray-700: #424242;--gray-900: #212121;--font-head: "Montserrat", sans-serif;--font-body: "Inter", sans-serif;--shadow-1: 0 0 0 1px rgba(0, 0, 0, .05);--shadow-2: 0 4px 12px rgba(0, 0, 0, .08);--shadow-3: 0 12px 24px rgba(0, 0, 0, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--gray-700);overflow-x:hidden;line-height:1.65}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.fade-up.visible{opacity:1;transform:translateY(0)}.btn-primary{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;background:var(--lime);color:var(--indigo-dark);font-family:var(--font-body);font-weight:700;font-size:.9rem;padding:.7rem .7rem .7rem 1.5rem;border-radius:50px;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;letter-spacing:.05em;transition:background .2s,transform .15s}li .btn-text{text-align:center}.btn-primary:hover{background:var(--lime-light);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;background:transparent;color:var(--white);font-family:var(--font-body);font-weight:600;font-size:.9rem;padding:.5rem .5rem .5rem 1.5rem;border-radius:50px;text-transform:uppercase;border:2px solid rgba(255,255,255,.5);text-decoration:none;cursor:pointer;letter-spacing:.05em;transition:border-color .2s,background .2s}.btn-outline:hover{border-color:#ffffffb3;background:#ffffff1a}.btn-primary:hover .btn-icon{transform:translate(4px)}.btn-outline .btn-icon{background:var(--white);color:var(--indigo-dark)}.btn-outline:hover .btn-icon{transform:translate(4px)}.section-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:600;color:var(--indigo);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.2rem}.section-tag:before{content:"";width:20px;height:2px;background:var(--lime);border-radius:2px}.section-heading{font-family:var(--font-head);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--indigo-dark);margin-bottom:1.25rem}.section-sub{font-size:1.05rem;color:var(--gray-500);max-width:560px;line-height:1.75}section{padding:7rem 4rem}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50%;text-align:center;font-size:30px;box-shadow:0 4px 12px #00000026;z-index:1000;display:flex;align-items:center;justify-content:center;transition:transform .3s,background-color .3s}.whatsapp-float:hover{transform:translateY(-4px) scale(1.05);background-color:#20ba56}.whatsapp-float svg{width:32px;height:32px}@media(max-width:1024px){section{padding:5rem 2rem}}@media(max-width:640px){section{padding:4rem 1.25rem}}
