*,:before,:after{box-sizing:border-box}:root{color:#1e2d3d;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}.hero{background-color:#f5f7f9;justify-content:space-between;align-items:center;gap:3rem;width:100%;max-width:1600px;min-height:calc(100vh - 80px);margin:0 auto;padding:3rem 80px;display:flex;position:relative}.hero-content{z-index:1;text-align:left;max-width:520px}.hero-title{margin-bottom:1.25rem;font-size:3.75rem;font-weight:700;line-height:1.1}.text-navy{color:#1e2d3d}.text-orange{color:#bc6c47}.text-green{color:#5a8266}.hero-description{color:#2d4f6b;opacity:.8;max-width:90%;margin-bottom:1.5rem;font-size:1.25rem;line-height:1.6}.hero-buttons{gap:1rem;margin-bottom:2rem;display:flex}.hero-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5a8f6a 0%,#2d4f6b 100%);border:none;border-radius:8px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #5a8f6a4d}.hero-btn-secondary{color:#2d4f6b;cursor:pointer;background:0 0;border:2px solid #2d4f6b;border-radius:8px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:background .2s,color .2s}.hero-btn-secondary:hover{color:#fff;background:#2d4f6b}.hero-stats{gap:2.5rem;display:flex}.hero-stat-item{flex-direction:column;display:flex}.hero-stat-number{color:#2d4f6b;font-size:1.75rem;font-weight:700}.hero-stat-label{color:#2d4f6b;opacity:.7;font-size:.875rem}.hero-map{text-align:center;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.hero-map-image{filter:drop-shadow(0 10px 20px #0000000d);width:100%;max-width:520px;height:auto}.hero-map:before{content:"";pointer-events:none;border:1.8px dashed #c4c4c4;border-radius:50%;width:580px;height:580px;animation:60s linear infinite rotate-clockwise;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes rotate-clockwise{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (width<=1024px){.hero{text-align:center;flex-direction:column-reverse;justify-content:center;gap:2rem;padding:3rem 40px}.hero-content{text-align:center;width:100%;max-width:100%}.hero-title{font-size:3rem}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons,.hero-stats{justify-content:center}.hero-map{width:100%;margin-bottom:1rem}.hero-map-image{max-width:350px}.hero-map:before{width:320px;height:320px}}@media (width<=640px){.hero{padding:2rem 1.5rem}.hero-title{font-size:2.25rem}.hero-description{max-width:100%;font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.hero-btn-primary,.hero-btn-secondary{width:100%}.hero-stats{flex-wrap:wrap;justify-content:center;gap:1.5rem}.hero-stat-item{text-align:center;min-width:45%}.hero-map-image{max-width:280px}}.pillars-section{background-color:#f8fafc;max-width:1600px;margin:0 auto;padding:6rem 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.pillars-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.line{background-color:#bc6c47;width:30px;height:2px;display:inline-block}.section-title{color:#1e2d3d;max-width:600px;font-size:3.5rem;font-weight:800;line-height:1.1}.view-all-btn{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.view-all-btn:hover{background:#f1f5f9}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pillar-card{cursor:pointer;background:#fff;border-radius:24px;flex-direction:column;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.pillar-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000d}.icon-wrapper{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:2rem;display:flex}.icon-wrapper.blue{color:#4338ca;background-color:#eef2ff}.icon-wrapper.orange{color:#9a3412;background-color:#fff7ed}.icon-wrapper.green{color:#166534;background-color:#f0fdf4}.icon-wrapper.navy{color:#1e2d3d;background-color:#f1f5f9}.pillar-title{color:#1e2d3d;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;line-height:1.4}.pillar-desc{color:#64748b;flex-grow:1;margin-bottom:1rem;font-size:1.05rem;line-height:1.6}.pillar-details{color:#94a3b8;font-size:.9rem;line-height:1.5}@media (width<=1024px){.pillars-section{padding:4rem 40px}.pillars-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.section-title{font-size:2.5rem}.view-all-btn{display:none}.pillars-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.pillars-section{padding:3rem 1.5rem}.section-title{font-size:2rem}.pillars-grid{grid-template-columns:1fr}.pillar-card{padding:2rem 1.5rem}}.stats-section{background-color:#f4f7f9;padding:6rem 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.stats-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.stat-item{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.divider{background-color:#e2e8f0;width:1px;height:70%;position:absolute;top:15%;right:0}.stat-number{color:#1e2d3d;align-items:center;margin-bottom:1rem;font-size:5rem;font-weight:800;line-height:1;display:flex}.orange-plus .suffix,.orange-num .num{color:#bc6c47}.green-num .num{color:#5a8266}.stat-label{color:#94a3b8;letter-spacing:.1em;max-width:150px;margin-bottom:.5rem;font-size:.95rem;font-weight:700;line-height:1.2}.stat-subtext{color:#4a6fa5;font-size:1.1rem;font-weight:500}@media (width<=1024px){.stats-section{padding:4rem 40px}.stats-container{grid-template-columns:repeat(2,1fr);gap:3rem 2rem;display:grid}.divider{display:none}.stat-item{padding:1rem 0}}@media (width<=640px){.stats-section{padding:3rem 1.5rem}.stats-container{grid-template-columns:1fr;gap:2rem}.stat-number{font-size:3rem}.stat-label{font-size:.85rem}.stat-subtext{font-size:1rem}}.serve-section{color:#fff;background-color:#243545;flex-direction:column;justify-content:center;min-height:100vh;padding:5rem 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;display:flex}.serve-header{justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:3rem;display:flex}.header-left{flex-direction:column;display:flex}.serve-label{color:#bc6c47;letter-spacing:.1em;align-items:center;gap:12px;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:flex}.serve-line{background-color:#bc6c47;width:30px;height:2px}.serve-title{max-width:550px;font-size:3.5rem;font-weight:800;line-height:1.05}.serve-subtitle{color:#a0aec0;max-width:500px;margin-top:2rem;font-size:1.2rem;line-height:1.6}.serve-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.serve-card{border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;padding:2rem 1.5rem;transition:border-color .3s;display:flex}.serve-card:hover{border-color:#ffffff4d}.card-number{color:#64748b;margin-bottom:1.25rem;font-size:1rem;font-weight:600}.card-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.2}.card-desc{color:#cbd5e0;flex-grow:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.card-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{color:#a0aec0;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;padding:.375rem .875rem;font-size:.8rem;transition:all .2s}.tag:hover{color:#fff;background-color:#ffffff1a}@media (width<=1200px){.serve-title{font-size:2.5rem}.serve-grid{grid-template-columns:repeat(2,1fr)}.serve-header{flex-direction:column;gap:1.5rem}.serve-subtitle{max-width:100%;margin-top:0}}@media (width<=768px){.serve-section{padding:3rem 40px}.serve-title{font-size:2rem}.serve-subtitle{font-size:1rem}.serve-grid{grid-template-columns:1fr;gap:1rem}.serve-card{padding:1.5rem 1.25rem}.card-title{font-size:1.25rem}.card-desc{font-size:.95rem}}@media (width<=640px){.serve-section{min-height:auto;padding:2.5rem 1.5rem}.serve-title{font-size:1.75rem}.serve-card{padding:1.25rem}.card-number{margin-bottom:1rem}.card-title{margin-bottom:.75rem}.card-desc{margin-bottom:1.25rem}}.why-us{text-align:center;background-color:#ebf0f4;padding:8rem 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.why-us-header{flex-direction:column;align-items:center;margin-bottom:5rem;display:flex}.label{color:#bc6c47;letter-spacing:.1em;align-items:center;gap:12px;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:flex}.line{background-color:#bc6c47;width:30px;height:2px}.why-us-title{color:#1e2d3d;margin-top:1.5rem;font-size:4rem;font-weight:800}.strengths-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.strength-card{text-align:left;background:#fff;border-radius:24px;flex-direction:column;padding:3rem 2rem;display:flex}.strength-badge{align-items:flex-start;gap:12px;margin-bottom:2.5rem;display:flex}.dot{border-radius:50%;width:10px;height:10px;margin-top:4px}.dot.navy{background-color:#1e2d3d}.dot.orange{background-color:#bc6c47}.dot.green{background-color:#5a8266}.dot.blue{background-color:#4a6fa5}.badge-text{color:#94a3b8;letter-spacing:.05em;flex-direction:column;font-size:.8rem;font-weight:700;line-height:1.2;display:flex}.strength-title{color:#1e2d3d;min-height:4rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;line-height:1.3}.strength-desc{color:#4a5568;opacity:.9;font-size:1.05rem;line-height:1.6}@media (width<=1200px){.why-us{padding:6rem 40px}.strengths-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.why-us-title{font-size:3rem}}@media (width<=768px){.why-us{padding:4rem 40px}.why-us-title{font-size:2.25rem}.strengths-grid{grid-template-columns:1fr;gap:1.25rem}.strength-card{padding:2rem 1.5rem}.strength-title{min-height:auto;font-size:1.25rem}.strength-desc{font-size:.95rem}}@media (width<=640px){.why-us{padding:3rem 1.5rem}.why-us-title{font-size:1.75rem}}.cta-section{background-color:#34495e;justify-content:center;align-items:center;max-width:1600px;margin:0 auto;padding:6rem 80px;display:flex}.cta-container{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}.cta-text{flex:1;max-width:600px}.cta-title{color:#fff;letter-spacing:-.02em;margin-bottom:2rem;font-size:3.2rem;font-weight:700;line-height:1.1}.cta-description{color:#cbd5e0;opacity:.9;font-size:1.25rem;line-height:1.6}.cta-buttons{flex-shrink:0;gap:1.5rem;display:flex}.btn-outline{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff4d;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-outline:hover{background-color:#ffffff1a;border-color:#fffc}@media (width<=1024px){.cta-section{padding:4rem 40px}.cta-container{text-align:center;flex-direction:column;align-items:center;gap:2rem}.cta-text{max-width:100%}.cta-title{font-size:2.5rem}.cta-buttons{justify-content:center;width:100%}}@media (width<=640px){.cta-section{padding:3rem 1.5rem}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}.cta-buttons{flex-direction:column;gap:1rem;width:100%}.btn-outline{text-align:center;width:100%;padding:.875rem 1.5rem;font-size:1rem}}.about-hero{background-color:#f5f7f9;max-width:1600px;min-height:calc(100vh - 80px);margin:0 auto;padding:4rem 80px;display:flex}.about-hero-content{flex-direction:column;flex:1.2;justify-content:center;padding-right:3rem;display:flex}.about-hero-title{color:#1e2d3d;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.15}.about-hero-subtitle{color:#4a5568;max-width:600px;margin-bottom:2rem;font-size:1.2rem;line-height:1.7}.about-hero-details{background:#fff;border-radius:16px;gap:3rem;padding:1.5rem;display:flex;box-shadow:0 2px 12px #0000000d}.detail-item{flex-direction:column;gap:.25rem;display:flex}.detail-label{color:#bc6c47;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:700}.detail-value{color:#1e2d3d;font-size:1rem;font-weight:500}.about-hero-image{flex:.8;justify-content:center;align-items:center;display:flex}.image-placeholder{color:#6b7280;background:linear-gradient(135deg,#d1d5db 0%,#9ca3af 100%);border-radius:24px;justify-content:center;align-items:center;width:100%;max-width:480px;height:420px;font-size:1.1rem;display:flex}@media (width<=1024px){.about-hero{flex-direction:column;padding:3rem 40px}.about-hero-content{padding-right:0}.about-hero-title{font-size:2.5rem}.about-hero-details{gap:1rem}.about-hero-image{margin-top:3rem}}@media (width<=640px){.about-hero-title{font-size:2rem}.about-hero-subtitle{font-size:1.05rem}.about-hero-details{flex-direction:column;gap:1.5rem}.image-placeholder{height:280px}}.vision-mission{background-color:#f5f7f9;padding:6rem 80px}.vm-container{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.vm-card{background:#fff;border-radius:24px;padding:3.5rem 3rem;box-shadow:0 4px 20px #0000000d}.vm-icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:2rem;display:flex}.vm-icon-wrapper.blue{color:#4338ca;background-color:#eef2ff}.vm-icon-wrapper.orange{color:#9a3412;background-color:#fff7ed}.vm-title{color:#1e2d3d;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.vm-desc{color:#64748b;font-size:1.2rem;line-height:1.7}@media (width<=1024px){.vm-container{grid-template-columns:1fr}}@media (width<=640px){.vision-mission{padding:4rem 1.5rem}.vm-card{padding:2.5rem 2rem}}.value-prop{text-align:center;background-color:#fff;padding:6rem 80px}.vp-header{margin-bottom:4rem}.vp-label{color:#bc6c47;letter-spacing:.1em;justify-content:center;align-items:center;gap:12px;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:flex}.vp-line{background-color:#bc6c47;width:30px;height:2px}.vp-title{color:#1e2d3d;font-size:3.5rem;font-weight:800}.vp-graphic{width:420px;height:360px;margin:0 auto 3rem;position:relative}.vp-circle{border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;padding:1.25rem;transition:transform .3s,box-shadow .3s;display:flex;position:absolute;box-shadow:0 4px 20px #00000014}.vp-circle:hover{z-index:20;transform:translate(-50%)scale(1.05);box-shadow:0 8px 30px #00000026}.vp-circle h4{text-align:center;font-size:.85rem;font-weight:700;line-height:1.4}.circle-1{color:#2d4f6b;background:#4a6fa533;border:2px solid #4a6fa54d;top:0;left:50%;transform:translate(-50%)}.circle-1:hover{transform:translate(-50%)scale(1.05)}.circle-2{color:#bc6c47;background:#bc6c4733;border:2px solid #bc6c474d;bottom:20px;left:0}.circle-3{color:#5a8266;background:#5a826633;border:2px solid #5a82664d;bottom:20px;right:0}.vp-center{color:#fff;z-index:10;background:#1e2d3d;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;font-size:1rem;font-weight:700;line-height:1.3;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #0003}.vp-caption{color:#64748b;max-width:600px;margin:0 auto;font-size:1.4rem}@media (width<=1024px){.value-prop{padding:4rem 40px}.vp-title{font-size:2.5rem}.vp-caption{font-size:1.2rem}}@media (width<=768px){.vp-graphic{width:240px;height:200px;margin:0 auto 2rem}.vp-circle{width:90px;height:90px;box-shadow:0 3px 15px #0000001a}.vp-circle h4{padding:.4rem;font-size:.5rem;line-height:1.3}.circle-1{border:1.5px solid #4a6fa54d;top:0;left:50%;transform:translate(-50%)}.circle-2{border:1.5px solid #bc6c474d;bottom:15px;left:0;transform:none}.circle-3{border:1.5px solid #5a82664d;bottom:15px;right:0;transform:none}.vp-center{text-align:center;border:2px solid #fff;width:70px;height:70px;padding:.5rem;font-size:.5rem;line-height:1.2;box-shadow:0 3px 15px #0003}.value-prop{padding:3rem 24px}.vp-title{font-size:1.75rem}.vp-caption{font-size:1rem}}.solution-suites{background-color:#f8fafc;max-width:1600px;margin:0 auto;padding:6rem 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.ss-header{text-align:center;margin-bottom:4rem}.ss-label{color:#bc6c47;letter-spacing:.1em;justify-content:center;align-items:center;gap:12px;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:flex}.ss-line{background-color:#bc6c47;width:28px;height:2px;display:inline-block}.ss-title{color:#1e2d3d;margin-bottom:.75rem;font-size:2.75rem;font-weight:800}.ss-subtitle{color:#64748b;max-width:550px;margin:0 auto;font-size:1.1rem;line-height:1.5}.ss-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.ss-card{background:#fff;border-radius:20px;padding:2rem 2rem 1.75rem;transition:transform .3s,box-shadow .3s}.ss-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000014}.ss-card.blue{border-left-color:#2d4f6b}.ss-card.orange{border-left-color:#bc6c47}.ss-card.green{border-left-color:#5a8266}.ss-card.navy{border-left-color:#1e2d3d}.ss-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.ss-id{color:#94a3b8;background:#f8fafc;border-radius:6px;padding:.25rem .6rem;font-size:.8rem;font-weight:700}.ss-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.blue .ss-icon{color:#2d4f6b;background:#eef2ff}.orange .ss-icon{color:#bc6c47;background:#fff7ed}.green .ss-icon{color:#5a8266;background:#f0fdf4}.navy .ss-icon{color:#1e2d3d;background:#f1f5f9}.ss-card-title{color:#1e2d3d;margin-bottom:.6rem;font-size:1.25rem;font-weight:700}.ss-card-desc{color:#64748b;margin-bottom:1.25rem;font-size:.95rem;line-height:1.55}.ss-items{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.ss-items li{color:#4a5568;align-items:center;gap:.6rem;font-size:.9rem;line-height:1.4;display:flex}.ss-arrow{color:#bc6c47;flex-shrink:0}@media (width<=1024px){.solution-suites{padding:4rem 40px}.ss-title{font-size:2.25rem}.ss-grid{grid-template-columns:1fr}}@media (width<=640px){.solution-suites{padding:3rem 1.5rem}.ss-title{font-size:1.75rem}.ss-card{padding:1.5rem}}.core-values{text-align:center;background-color:#ebf0f4;padding:6rem 80px}.cv-header{flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.cv-label{color:#bc6c47;letter-spacing:.1em;align-items:center;gap:12px;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:flex}.cv-line{background-color:#bc6c47;width:30px;height:2px}.cv-title{color:#1e2d3d;font-size:3.5rem;font-weight:800}.cv-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.cv-card{text-align:left;background:#fff;border-radius:24px;flex-direction:column;padding:2.5rem 1.5rem;display:flex}.cv-icon-wrapper{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.cv-icon-wrapper.blue{color:#4338ca;background-color:#eef2ff}.cv-icon-wrapper.orange{color:#9a3412;background-color:#fff7ed}.cv-icon-wrapper.green{color:#166534;background-color:#f0fdf4}.cv-icon-wrapper.navy{color:#1e2d3d;background-color:#f1f5f9}.cv-badge{color:#94a3b8;letter-spacing:.05em;justify-content:space-between;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:flex}.cv-card-title{color:#1e2d3d;margin-bottom:1rem;font-size:1.3rem;font-weight:800}.cv-card-desc{color:#64748b;font-size:1rem;line-height:1.6}@media (width<=1200px){.cv-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.core-values{padding:4rem 1.5rem}.cv-grid{grid-template-columns:1fr}.cv-title{font-size:2.5rem}}.methodology{text-align:center;background-color:#fff;padding:6rem 80px}.method-header{flex-direction:column;align-items:center;margin-bottom:5rem;display:flex}.method-label{color:#bc6c47;letter-spacing:.1em;align-items:center;gap:12px;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:flex}.method-line{background-color:#bc6c47;width:30px;height:2px}.method-title{color:#1e2d3d;font-size:3.5rem;font-weight:800}.method-steps{justify-content:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.method-step{flex-direction:column;flex:1;align-items:center;padding:2.5rem 1.5rem;display:flex;position:relative}.step-number{color:#94a3b8;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.step-icon{color:#fff;background:linear-gradient(135deg,#5a8266 0%,#2d4f6b 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;display:flex}.step-title{color:#1e2d3d;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.step-desc{color:#64748b;font-size:1.05rem;line-height:1.6}.step-arrow{color:#94a3b8;font-size:2rem;position:absolute;top:45%;right:-1.5rem}@media (width<=1024px){.methodology{padding:4rem 40px}.method-steps{flex-direction:column;gap:3rem}.step-arrow{display:none}}@media (width<=640px){.methodology{padding:3rem 1.5rem}.method-header{margin-bottom:3rem}.method-title{font-size:2rem}.method-step{padding:1.5rem 1rem}.step-icon{width:60px;height:60px;margin-bottom:1.5rem}.step-title{margin-bottom:.75rem;font-size:1.25rem}.step-desc{font-size:.95rem}}.team-partnerships{background-color:#f8fafc;max-width:1600px;margin:0 auto;padding:6rem 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.tp-header{margin-bottom:3rem}.tp-label{color:#bc6c47;letter-spacing:.1em;align-items:center;gap:12px;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:flex}.tp-line{background-color:#bc6c47;width:30px;height:2px;display:inline-block}.tp-title{color:#1e2d3d;font-size:3rem;font-weight:800}.tp-section-title{color:#1e2d3d;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.tp-capabilities{margin-bottom:3rem}.tp-capabilities-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.tp-capability-card{background:#fff;border-radius:16px;flex-direction:column;padding:1.5rem;display:flex}.tp-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.tp-icon.blue{color:#4338ca;background-color:#eef2ff}.tp-icon.orange{color:#9a3412;background-color:#fff7ed}.tp-icon.green{color:#166534;background-color:#f0fdf4}.tp-icon.navy{color:#1e2d3d;background-color:#f1f5f9}.tp-capability-card h4{color:#1e2d3d;margin-bottom:.5rem;font-size:1rem;font-weight:700}.tp-capability-card p{color:#64748b;font-size:.85rem;line-height:1.5}.tp-partnerships{margin-bottom:3rem}.tp-ways-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.tp-way-card{background:#fff;border-radius:16px;padding:1.5rem}.tp-way-card h4{color:#1e2d3d;margin-bottom:.5rem;font-size:1rem;font-weight:700}.tp-way-card p{color:#64748b;font-size:.9rem;line-height:1.5}.tp-collab-list{flex-wrap:wrap;gap:1rem;display:flex}.tp-collab-tag{color:#1e2d3d;background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:.75rem 1.25rem;font-size:.95rem}@media (width<=1024px){.team-partnerships{padding:4rem 40px}.tp-title{font-size:2.25rem}.tp-capabilities-grid{grid-template-columns:repeat(2,1fr)}.tp-ways-grid{grid-template-columns:1fr}}@media (width<=640px){.team-partnerships{padding:3rem 1.5rem}.tp-title{font-size:1.75rem}.tp-capabilities-grid{grid-template-columns:1fr}.tp-collab-list{flex-direction:column}}.tools-tech{background-color:#fff;max-width:1600px;margin:0 auto;padding:6rem 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.tt-header{text-align:center;margin-bottom:4rem}.tt-label{color:#bc6c47;letter-spacing:.1em;justify-content:center;align-items:center;gap:12px;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:flex}.tt-line{background-color:#bc6c47;width:30px;height:2px;display:inline-block}.tt-title{color:#1e2d3d;margin-bottom:1rem;font-size:3rem;font-weight:800}.tt-subtitle{color:#64748b;font-size:1.15rem}.tt-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.tt-card{background:#f8fafc;border-radius:20px;flex-direction:column;padding:2rem;display:flex}.tt-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.tt-icon.blue{color:#4338ca;background-color:#eef2ff}.tt-icon.orange{color:#9a3412;background-color:#fff7ed}.tt-icon.green{color:#166534;background-color:#f0fdf4}.tt-icon.navy{color:#1e2d3d;background-color:#f1f5f9}.tt-card h3{color:#1e2d3d;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.tt-card>p{color:#64748b;margin-bottom:1rem;font-size:1rem;line-height:1.5}.tt-card ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.tt-card li{color:#64748b;padding-left:1rem;font-size:.9rem;line-height:1.5;position:relative}.tt-card li:before{content:"•";color:#bc6c47;position:absolute;left:0}@media (width<=1024px){.tools-tech{padding:4rem 40px}.tt-title{font-size:2.25rem}.tt-grid{grid-template-columns:1fr}}@media (width<=640px){.tools-tech{padding:3rem 1.5rem}.tt-title{font-size:1.75rem}.tt-card{padding:1.5rem}}.our-work{max-width:1600px;margin:0 auto}.ow-experience-hero{text-align:center;background-color:#f5f7f9;padding:5rem 80px 3rem}.ow-section-header{text-align:center}.section-label{color:#bc6c47;letter-spacing:.1em;justify-content:center;align-items:center;gap:12px;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:flex}.label-line{background-color:#bc6c47;width:30px;height:2px}.ow-section-header h2{color:#1e2d3d;font-size:3.5rem;font-weight:800}.section-subtitle{color:#64748b;max-width:600px;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:1.15rem}.ow-projects{background-color:#fff;padding:4rem 80px 5rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.ow-engage{text-align:center;background:linear-gradient(135deg,#5a8f6a 0%,#2d4f6b 100%);padding:6rem 80px}.engage-content h2{color:#fff;margin-bottom:1rem;font-size:3rem}.engage-content p{color:#fffc;margin-bottom:2rem;font-size:1.25rem}.engage-btn{color:#2d4f6b;background:#fff;border-radius:12px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block}@media (width<=1024px){.ow-experience-hero,.ow-projects,.ow-engage{padding-left:40px;padding-right:40px}.projects-grid{grid-template-columns:1fr}}@media (width<=640px){.ow-section-header h2{font-size:2rem}.section-subtitle{font-size:1rem}.engage-content h2{font-size:2rem}}.project-card{border:1px solid #e2e8f0;border-radius:20px;transition:transform .3s,box-shadow .3s;overflow:hidden}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.project-image{color:#6b7280;background:linear-gradient(135deg,#d1d5db 0%,#9ca3af 100%);justify-content:center;align-items:center;height:200px;font-size:1rem;display:flex}.project-content{padding:2rem}.project-year{color:#bc6c47;font-size:.9rem;font-weight:700}.project-title{color:#1e2d3d;margin:.5rem 0;font-size:1.35rem;font-weight:700;line-height:1.3}.project-client{color:#64748b;margin-bottom:1rem;font-size:.95rem}.project-desc{color:#4a5568;margin-bottom:1.25rem;line-height:1.6}.project-link{color:#2d4f6b;font-weight:600;text-decoration:none;transition:color .2s}.project-link:hover{color:#bc6c47}.project-detail{min-height:80vh;padding:2rem 0 4rem}.pd-container{max-width:900px;margin:0 auto;padding:0 1.5rem}.pd-back{color:#4a5568;align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.pd-back:hover{color:#2d4f6b}.pd-back span{font-size:1.2rem}.pd-hero{margin-bottom:2rem}.pd-year{color:#bc6c47;font-size:1rem;font-weight:700}.pd-title{color:#1e2d3d;margin:.75rem 0 1.5rem;font-size:2rem;font-weight:700;line-height:1.3}.pd-meta{flex-wrap:wrap;gap:2rem;display:flex}.pd-meta-item{flex-direction:column;gap:.25rem;display:flex}.pd-meta-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.pd-meta-value{color:#1e2d3d;font-size:1rem;font-weight:500}.pd-image-placeholder{background:linear-gradient(135deg,#d1d5db 0%,#9ca3af 100%);border-radius:16px;justify-content:center;align-items:center;height:280px;margin:2rem 0;display:flex}.pd-image-placeholder span{color:#6b7280;font-size:1.1rem}.pd-content{flex-direction:column;gap:2rem;display:flex}.pd-section h2{color:#1e2d3d;margin-bottom:1rem;font-size:1.35rem;font-weight:700}.pd-section p{color:#4a5568;font-size:1.05rem;line-height:1.7}.pd-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.pd-list li{color:#4a5568;padding-left:1.5rem;font-size:1rem;line-height:1.6;position:relative}.pd-list li:before{content:"§";color:#bc6c47;font-weight:700;position:absolute;left:0}.pd-not-found{text-align:center;padding:4rem 2rem}.pd-back-btn{color:#fff;background:#2d4f6b;border-radius:8px;margin-top:1rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;display:inline-block}@media (width<=768px){.pd-title{font-size:1.5rem}.pd-meta{flex-direction:column;gap:1rem}.pd-image-placeholder{height:200px}}.contact-page{max-width:1600px;margin:0 auto}.contact-hero{text-align:center;background-color:#f5f7f9;padding:5rem 80px 4rem}.contact-label{color:#bc6c47;letter-spacing:.1em;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:block}.contact-header h1{color:#1e2d3d;margin-bottom:1rem;font-size:4rem;font-weight:800}.contact-header p{color:#64748b;font-size:1.25rem}.contact-content{background-color:#fff;grid-template-columns:1fr 1.5fr;gap:4rem;padding:5rem 80px;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.info-card{background:#f8fafc;border-radius:12px;padding:1.5rem}.info-card h3{color:#bc6c47;margin-bottom:.75rem;font-size:1rem;font-weight:700}.info-card p{color:#1e2d3d;font-size:1.1rem;line-height:1.5}.contact-form-section h2{color:#1e2d3d;margin-bottom:2rem;font-size:2rem;font-weight:700}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#4a5568;font-size:.95rem;font-weight:500}.form-group input,.form-group textarea{color:#1e2d3d;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#2d4f6b;outline:none}.form-group textarea{resize:vertical}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5a8f6a 0%,#2d4f6b 100%);border:none;border-radius:8px;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #5a8f6a4d}@media (width<=1024px){.contact-hero,.contact-content{padding-left:40px;padding-right:40px}.contact-content{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}}@media (width<=640px){.contact-header h1{font-size:2.5rem}.contact-hero,.contact-content{padding-left:1.5rem;padding-right:1.5rem}}.navbar{z-index:100;background:#fff;border-bottom:1px solid #e8edf5;justify-content:space-between;align-items:center;width:100%;max-width:1600px;margin:0 auto;padding:12px 80px;display:flex;position:sticky;top:0}.nav-logo img{width:auto;height:64px}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:#2d4f6b;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:#d4622a}.nav-cta{border:2px solid #2d4f6b;border-radius:8px;padding:.625rem 1.25rem;transition:background .2s,color .2s}.nav-cta:hover,.nav-cta.active{background:#2d4f6b;color:#fff!important}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger-line{background:#2d4f6b;width:24px;height:2px;transition:all .3s;display:block}.hamburger-line.open:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.navbar{gap:20px;padding:16px 24px}.hamburger{display:flex}.nav-links{background:#fff;border-bottom:1px solid #e8edf5;flex-direction:column;gap:20px;padding:24px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 12px #00000014}.nav-links.open{display:flex}.nav-links a{padding:8px 0}.nav-logo img{height:48px}}.footer{color:#a0aec0;background-color:#253645;padding:4rem 80px 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.footer-container{justify-content:space-between;align-items:flex-start;gap:4rem;max-width:1600px;margin:0 auto;display:flex}.footer-brand{max-width:350px}.footer-logo{width:auto;height:56px;margin-bottom:1.5rem}.brand-description{margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.location-tag{opacity:.6;font-size:.95rem}.footer-email{color:#a0aec0;opacity:.7;margin-top:.5rem;font-size:.95rem;text-decoration:none;transition:opacity .2s,color .2s;display:block}.footer-email:hover{color:#fff;opacity:1}.footer-nav{gap:2.5rem;display:flex}.footer-nav a{color:#a0aec0;font-size:1.05rem;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:1.5rem}.footer-bottom span{opacity:.7;font-size:.9rem}@media (width<=1024px){.footer{padding:3rem 40px 1.5rem}.footer-container{flex-direction:column;gap:2rem}.footer-brand{max-width:100%}}@media (width<=640px){.footer{padding:2.5rem 1.5rem 1.5rem}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1rem}.footer-nav a{font-size:.95rem}.footer-logo{height:32px}.brand-description{font-size:1rem}}*{box-sizing:border-box;margin:0;padding:0}body{color:#2d4f6b;background:#f5f7f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}#root{min-height:100vh}
