@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary:#059669;--primary-dark:#047857;--primary-light:#d1fae5;--text:#404040;--text-light:#717171;--text-heading:#1f2937;--bg:#fff;--bg-light:#fafafa;--bg-alt:#f5f5f5;--border:#e5e5e5;--shadow:0 1px 2px #0000000d;--shadow-lg:0 4px 12px #00000014;--heading:"Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font:16px/1.6 var(--sans);color:var(--text);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}html{scroll-behavior:smooth;background:#fff}@media (prefers-color-scheme:dark){:root{--text:#d1d5db;--text-light:#9ca3af;--text-heading:#f3f4f6;--bg:#111827;--bg-light:#1f2937;--bg-alt:#2d3748;--border:#374151;--primary-light:#064e3b;--shadow:0 1px 2px #0000004d;--shadow-lg:0 4px 12px #0006}}*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;margin:0;padding:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3{font-family:var(--heading);color:var(--text-heading);font-weight:600}h1{margin-bottom:1rem;font-size:3rem;line-height:1.2}h2{margin-bottom:1.5rem;font-size:2rem;line-height:1.3}h3{margin-bottom:1rem;font-size:1.5rem}p{color:var(--text-light)}a{color:var(--primary);text-decoration:none;transition:color .3s}a:hover{color:var(--primary-dark)}.language-switcher{background:#ffffff1a;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:2px;padding:3px;display:inline-flex}.lang-option{letter-spacing:.5px;color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.4rem .85rem;font-size:.75rem;font-weight:600;transition:all .25s}.lang-option:hover{color:#fff}.lang-option.active{color:#113c60;background:#fff}header:not(.transparent) .language-switcher{background:#113c600f;border-color:#113c6026}header:not(.transparent) .lang-option{color:#113c60;opacity:.55}header:not(.transparent) .lang-option:hover{opacity:.8}header:not(.transparent) .lang-option.active{color:#fff;opacity:1;background:#113c60}@media (width<=768px){.lang-option{padding:.35rem .7rem;font-size:.7rem}}.mobile-menu{position:relative}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:.4rem;padding:.5rem;display:none}.hamburger span{background:var(--text-heading);border-radius:2px;width:1.5rem;height:2.5px;transition:all .5s cubic-bezier(.25,.46,.45,.94);display:block}header.transparent .hamburger span{background:#fff}header:not(.transparent) .hamburger span{background:#113c60}.hamburger.open span:first-child{transform:rotate(45deg)translate(.6rem,.6rem)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(.6rem,-.6rem)}.mobile-nav{z-index:1000;background:#113c60;flex-direction:column;width:100%;max-width:500px;height:100vh;padding-top:5rem;animation:.6s cubic-bezier(.25,.46,.45,.94) forwards slideInMenu;display:flex;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:2px 0 20px #0003}.mobile-nav-close{color:#fff;cursor:pointer;z-index:1001;background:0 0;border:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:.5rem;font-size:2rem;transition:transform .3s;display:flex;position:absolute;top:1rem;right:1.5rem}.mobile-nav-close:active{transform:scale(.9)}@media (width<=768px){.mobile-menu.open:before{content:"";z-index:999;pointer-events:auto;background:#00000080;animation:.6s cubic-bezier(.25,.46,.45,.94) forwards fadeIn;position:fixed;inset:0}}@keyframes slideInMenu{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav a{color:#fff;border-bottom:1px solid #ffffff1a;padding:1.5rem;font-size:1.1rem;font-weight:500;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.mobile-nav a:hover{color:#fff;background:#ffffff1a;padding-left:2rem}@media (width<=768px){.hamburger{display:flex}.nav-menu{display:none}}.loader-container{z-index:9999;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .8s ease-out;display:flex;position:fixed;top:0;left:0}.loader-container.fade-out{opacity:0;pointer-events:none}.loader-content{flex-direction:column;align-items:center;gap:2rem;display:flex}.loader-logo{justify-content:center;align-items:center;width:100px;height:100px;display:flex}.loader-logo img{object-fit:contain;width:100%;height:100%}.loader-spinner{border:3px solid #e0e0e0;border-top-color:#113c60;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.loader-text{letter-spacing:1px;color:#7c8998;text-align:center;text-transform:uppercase;min-height:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;font-weight:500;transition:opacity .4s ease-in-out}@keyframes spin{to{transform:rotate(360deg)}}header{background:var(--bg);border-bottom:1px solid var(--border);z-index:100;width:100%;box-shadow:var(--shadow);transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0}header.transparent{box-shadow:none;background:0 0;border-bottom-color:#0000}header:not(.transparent){border-bottom:1px solid var(--border);box-shadow:var(--shadow);background:#fff}header.transparent .logo,header.transparent .nav-menu a{color:#fff;text-shadow:0 1px 3px #0000004d}.lang-switcher{background:#ffffff1a;border:1px solid #ffffff40;border-radius:999px;gap:2px;padding:3px;display:inline-flex}.lang-switcher-option{letter-spacing:.5px;color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.4rem .9rem;font-size:.75rem;font-weight:600;transition:all .25s}.lang-switcher-option.active{color:#113c60;background:#fff}header:not(.transparent) .lang-switcher{background:#113c600f;border-color:#113c6026}header:not(.transparent) .lang-switcher-option{color:#113c60;opacity:.6}header:not(.transparent) .lang-switcher-option.active{color:#fff;opacity:1;background:#113c60}header.hidden{transform:translateY(-100%)}.navbar{padding:1.25rem 0}.nav-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-menu{flex:1;justify-content:center;display:flex!important}@media (width<=768px){.nav-menu{display:none!important}.hamburger{display:flex!important}}.header-right{align-items:center;gap:1rem;margin-left:0;display:flex}.logo{align-items:center;height:32px;display:inline-flex}.logo-img{object-fit:contain;width:auto;height:100%;transition:opacity .3s}.logo:hover .logo-img{opacity:.8}.nav-menu{gap:2.5rem;margin:0;list-style:none;display:flex}.nav-menu a{color:var(--text);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600;transition:color .3s cubic-bezier(.25,.46,.45,.94);display:inline-block;position:relative}.nav-menu a:after{content:"";background:#3586c9;width:0;height:2px;transition:width .4s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:-4px;left:0}.nav-menu a:hover{color:#3586c9!important}.nav-menu a:hover:after{width:100%}header:not(.transparent) .nav-menu a{color:#113c60}@media (width<=768px){.logo{font-size:1.3rem}}.section{border-bottom:1px solid var(--border);padding:5rem 1.5rem}.section:nth-child(n+2){margin-top:0}.section:nth-child(2n){background:var(--bg-light)}.section-hero{border-bottom:1px solid var(--border);justify-content:flex-start;align-items:center;min-height:100vh;padding:8rem 1.5rem;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:linear-gradient(#0006 0%,#0009 100%);position:absolute;inset:0}.hero-content{z-index:2;color:#fff;text-align:left;width:100%;max-width:800px;margin-left:-150px;animation:1.8s cubic-bezier(.25,.46,.45,.94) forwards slideInFromLeft;position:relative}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-80px)}to{opacity:1;transform:translate(0)}}.section-hero h1{color:#fff;text-shadow:0 2px 8px #0000004d;text-align:left;letter-spacing:-.5px;margin-bottom:2rem;font-size:3.5rem;font-weight:600;line-height:1.2}.section-hero .lead{color:#ffffffd9;text-shadow:0 1px 4px #0003;text-align:left;letter-spacing:.5px;max-width:550px;font-size:1.6rem;font-weight:300;line-height:1.4}.section-hero h1{color:var(--text-heading);margin-bottom:1rem}.lead{color:var(--text-light);margin-bottom:2.5rem;font-size:1.25rem}.container{max-width:1200px;margin:0 auto}.cta-button{color:#fff;cursor:pointer;background:#113c60;border:none;align-self:flex-start;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #113c6033}.cta-button:hover{background:#0d2840;transform:translateY(-2px);box-shadow:0 6px 16px #113c604d}.cta-button:active{transform:translateY(0)}.cta-button:disabled{opacity:.7;cursor:not-allowed}.cta-button.loading{color:#0000;position:relative}.cta-button.loading:after{content:"";border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-top:-8px;margin-left:-8px;animation:.6s linear infinite spin;position:absolute;top:50%;left:50%}.form-success-message{color:#059669;margin-top:1rem;font-weight:500}.form-error-message{color:#dc2626;margin-top:1rem;font-weight:500}.section-about{text-align:center;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;background:#fff!important;border-bottom:none!important;padding:5rem 35rem!important}.section-about .container{z-index:1;max-width:900px;position:relative}.section-about h2{color:#113c60;margin-bottom:2rem;font-size:2.5rem;font-weight:700;line-height:1.3}.section-about p{color:#5a6370;max-width:100%;margin:0;font-size:1.05rem;font-weight:400;line-height:1.8}.section-foundation{border-bottom:none!important;padding:0!important}.foundation-wrapper{grid-template-columns:1fr 1fr;min-height:600px;display:grid}.foundation-content-side{background:#fff;flex-direction:column;justify-content:center;padding:4rem 16rem;display:flex}.foundation-title{color:#113c60;text-align:left;margin-bottom:2rem;font-size:2.5rem;font-weight:700;line-height:1.3}.foundation-image-side{overflow:hidden}.foundation-parallax{background-position:50%;background-size:cover;width:100%;height:100%;overflow:hidden}.foundation-list{text-align:left;margin:0;padding:0;list-style:none}.foundation-list li{color:#404040;opacity:0;margin-bottom:.8rem;font-size:1.2rem;line-height:1.8;transition:opacity 1.5s cubic-bezier(.25,.46,.45,.94),transform 1.5s cubic-bezier(.25,.46,.45,.94);position:relative;transform:translate(-30px)}.foundation-list li.reveal{opacity:1;transform:translate(0)}@media (width<=768px){.foundation-wrapper{grid-template-columns:1fr;gap:2rem}.foundation-image-side{height:300px;position:relative;top:0}.foundation-title{font-size:2rem}}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-top:3rem;display:grid}.stat-item{text-align:center;background:var(--bg);border:1px solid var(--border);border-radius:.75rem;padding:2rem;transition:all .3s}.stat-item:hover{border-color:var(--primary);box-shadow:var(--shadow-lg)}.stat-value{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.stat-label{color:var(--text-light);font-size:.95rem;font-weight:500}.section-progress{background:#fff!important;border-bottom:none!important}.section-progress h2{color:#113c60;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.3}.section-progress .section-description{color:#5a6370;text-align:left;max-width:100%;margin-bottom:2.5rem;font-size:1.05rem}.progress-list{max-width:750px;margin:0;padding:0;list-style:none}.progress-list li{color:#404040;align-items:flex-start;gap:1.5rem;padding:1.25rem 0;font-size:1rem;line-height:1.6;display:flex}.progress-list li:before{content:"✓";color:#fff;background:#113c60;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.85rem;font-weight:600;display:flex}@media (width<=768px){.section-progress h2{font-size:2rem}.progress-list li{gap:1rem;padding:1rem 0}.progress-list li:before{width:20px;height:20px}}.section-featured{border-bottom:none!important;padding:0!important}.featured-container{grid-template-columns:1fr 1fr;min-height:600px;display:grid}.featured-content{background:#fff;flex-direction:column;justify-content:center;padding:4rem 16rem;display:flex}.featured-date{letter-spacing:1px;color:#7c8998;text-transform:uppercase;text-align:left;margin-bottom:1rem;font-size:.85rem}.featured-title{color:#113c60;text-align:left;margin-bottom:1rem;font-size:2.5rem;line-height:1.3}.featured-subtitle{color:#404040;text-align:left;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.featured-link{color:#113c60;border-bottom:3px solid orange;width:fit-content;padding-bottom:.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.featured-link:hover{color:#0d2840;border-bottom-color:#ff8c00}.featured-image{background:#fff;overflow:hidden}.featured-image img{object-fit:cover;border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem;width:100%;height:100%}@media (width<=768px){.featured-container{grid-template-columns:1fr;min-height:auto}.featured-content{padding:2rem 1.5rem}.featured-title{font-size:2rem}.featured-image{min-height:300px}}.parallax-section-header{text-align:center;z-index:5;background:#fff;margin-bottom:-1rem;padding:6rem 1.5rem 0;transition:opacity .3s ease-out;position:relative}.parallax-section-label{letter-spacing:1px;color:#7c8998;text-transform:uppercase;margin:0;font-size:.85rem}@media (width<=768px){.parallax-section-header{padding:2.5rem 1rem 0}}.section-parallax-image{box-sizing:border-box;min-height:450vh;position:relative;background:#fff!important;border-bottom:none!important;padding:6px 0 0!important}.parallax-image-container{background:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.parallax-image-container img{object-fit:cover;width:100%;height:100%;transition:transform .1s ease-out}.parallax-overlay{z-index:5;opacity:0;background:#0009;transition:opacity .3s ease-out;position:absolute;inset:0}.parallax-text{z-index:10;opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;position:absolute;bottom:0;left:0;right:0}.parallax-text-content{text-align:left;color:#fff;max-width:600px;padding:3rem 3rem 6rem 5rem}.parallax-text-content h2{color:#fff;text-shadow:0 2px 8px #000c;margin-bottom:1.5rem;font-size:2.6rem}.parallax-text-content p{color:#ffffffe6;text-shadow:0 1px 4px #000c;font-size:1.2rem;line-height:1.8}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;display:grid}.service-card{background:var(--bg);border:1px solid var(--border);border-radius:.75rem;padding:2.5rem;transition:all .3s}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-2px)}.service-card h3{color:var(--primary);margin-top:0}.service-card p{margin-bottom:0}.section-description{text-align:center;max-width:750px;margin:0 auto 3rem;font-size:1.05rem;line-height:1.8}.section-contact{background:#f7f9fb!important;padding:6rem 2rem!important}.section-contact .container{max-width:1200px;margin:0 auto}.contact-header{max-width:600px;margin-bottom:3rem}.contact-header h2{color:#113c60;text-align:left;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.contact-header .section-description{color:#5a6370;text-align:left;max-width:100%;margin:0;font-size:1.1rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem;display:grid}.contact-form{background:#fff;border-radius:1rem;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex;box-shadow:0 4px 24px #113c6014}.form-row{width:100%}.contact-form input,.contact-form textarea{color:#2c3440;box-sizing:border-box;background:#fafbfc;border:1px solid #e2e6ea;border-radius:.5rem;width:100%;padding:1rem 1.1rem;font-family:inherit;font-size:.95rem;transition:all .25s}.contact-form textarea{resize:vertical;min-height:120px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9aa4af}.contact-form input:focus,.contact-form textarea:focus{background:#fff;border-color:#113c60;outline:none;box-shadow:0 0 0 4px #113c6014}.contact-form .cta-button{border-radius:.5rem;align-self:flex-start;margin-top:.5rem}.contact-info-panel{border-radius:1rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 24px #113c6014}.contact-map{background:#e2e6ea;width:100%;height:260px}.contact-map iframe{display:block}.contact-info-details{background:#113c60;flex-direction:column;flex:1;gap:1.1rem;padding:1.75rem 2rem;display:flex}.contact-info-item{flex-direction:column;gap:.2rem;display:flex}.contact-info-label{text-transform:uppercase;letter-spacing:.5px;color:#ffffff8c;font-size:.75rem}.contact-info-value{color:#fff;font-size:.98rem;text-decoration:none}a.contact-info-value:hover{color:#7fb3e8}.site-footer{color:#ffffffd9;background:#113c60;padding:3.5rem 1.5rem 1.75rem}.footer-container{max-width:1200px;margin:0 auto}.footer-main{border-bottom:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2.5rem;padding-bottom:2rem;display:flex}.footer-company-name{color:#fff;margin:0 0 .6rem;font-size:1.15rem;font-weight:600}.footer-detail{color:#ffffffb3;margin:0 0 .3rem;font-size:.9rem;line-height:1.6}.footer-contact{text-align:right}.footer-contact-item{margin:0 0 .5rem;font-size:.95rem}.footer-contact-item a{color:#fff;text-decoration:none;transition:color .3s}.footer-contact-item a:hover{color:#7fb3e8}.footer-bottom{text-align:center;padding-top:1.5rem}.footer-bottom p{color:#ffffff80;margin:0;font-size:.8rem}@media (width<=768px){.navbar{padding:1rem 0}.section{padding:3.5rem 1rem}.section-hero{justify-content:center;align-items:center;min-height:70vh;padding:6rem 1rem 4rem}.section-hero h1{font-size:2.8rem}.section-hero .lead{font-size:.95rem}.hero-content{text-align:center;max-width:100%}.hero-overlay{background:linear-gradient(#0006 0%,#0009 100%)}h2{font-size:1.75rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.contact-grid{grid-template-columns:1fr}.contact-form{padding:1.5rem 1rem}.contact-form input,.contact-form textarea{padding:.8rem}.contact-header h2{font-size:2.2rem}.section-contact{padding:3rem 0!important}.section-contact .container{max-width:100%;padding:0 1rem}header.transparent .nav-menu a{font-size:.9rem}.footer-main{flex-direction:column;gap:1.5rem}.footer-contact{text-align:left}.section-about{padding:3rem 1.5rem!important}.section-about h2{font-size:1.5rem}.section-about p{font-size:.95rem}.foundation-content-side{padding:2rem 1.5rem}.featured-container{grid-template-columns:1fr}.featured-image{order:-1}.featured-image img{border-top-left-radius:0;border-bottom-left-radius:0}.parallax-text{bottom:30%}.parallax-text-content{max-width:100%;padding:1.5rem 1.5rem 3rem}.parallax-text-content h2{margin-bottom:.75rem;font-size:1.6rem}.parallax-text-content p{font-size:.95rem;line-height:1.6}.contact-map{height:200px}.section-progress h2{margin-bottom:.75rem;font-size:1.5rem}.section-progress .section-description{margin-bottom:1.5rem;font-size:.95rem}.progress-list li{gap:1rem;padding:.75rem 0;font-size:.9rem;line-height:1.4}.progress-list li:before{width:18px;height:18px;margin-top:0;font-size:.75rem}}@media (width<=480px){.section-hero h1{font-size:2.2rem}.parallax-text-content h2{font-size:1.35rem}.contact-header h2{font-size:1.8rem}.featured-title{font-size:1.6rem}}
