.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.75rem 0;background:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s ease,box-shadow .3s ease;border-bottom:1px solid rgba(227,231,234,.4);will-change:transform;transform:translateZ(0);contain:layout style paint;overflow-x:hidden;width:100%;max-width:100%;box-shadow:0 2px 8px #0000000d;min-height:56px;display:flex;align-items:center}@media (max-width: 768px){.navbar{min-height:52px;padding:.5rem 0}}.navbar.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 4px 24px #00000014;padding:.5rem 0;border-bottom:1px solid rgba(227,231,234,.5);min-height:52px}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;width:100%;min-height:inherit}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--teal);cursor:pointer;z-index:1003;position:relative;min-height:40px;height:auto}.navbar-menu{display:flex;list-style:none;gap:2.5rem;align-items:center;flex:1;justify-content:center;margin:0;padding:0;min-height:40px;height:auto;contain:layout style paint;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.fonts-loaded .navbar-menu{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.navbar-link{text-decoration:none;color:var(--dark);font-weight:500;font-size:.95rem;position:relative;padding:.5rem 0;display:inline-block;will-change:transform,color;transform:translateZ(0);backface-visibility:hidden;transition:transform .2s cubic-bezier(.4,0,.2,1),color .2s ease}.navbar-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:100%;height:2px;background:linear-gradient(90deg,var(--teal),var(--yellow));transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.navbar-link:hover{color:var(--teal);transform:translateZ(0) scale(1.05)}.navbar-link:hover:after{transform:translate(-50%) scaleX(1)}.navbar-actions{display:flex;align-items:center;gap:1rem}.navbar-login{padding:.6rem 1.25rem;background:transparent;color:var(--dark);border:1.5px solid rgba(44,62,80,.2);border-radius:50px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.navbar-login:hover{color:var(--teal);border-color:var(--teal);background:#0e748d0d}.navbar-cta{padding:.75rem 1.75rem;background:linear-gradient(135deg,var(--teal),#0a5a6d);color:#fff;border:none;border-radius:50px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0e748d40;white-space:nowrap}.navbar-cta:hover{box-shadow:0 6px 24px #0e748d66;transform:translateY(-2px);background:linear-gradient(135deg,#0a5a6d,var(--teal))}.navbar-toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--dark);cursor:pointer;z-index:1002;position:relative;padding:.5rem;border-radius:8px;transition:all .3s ease;min-height:40px;min-width:40px}.navbar-toggle:hover{background:#0e748d1a;color:var(--teal)}.navbar-mobile-actions{display:none}.navbar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);width:100vw;height:100vh}@media (max-width: 1024px){.navbar-menu{gap:1.5rem}.navbar-actions{gap:.75rem}.navbar-login,.navbar-cta{padding:.6rem 1.25rem;font-size:.85rem}}@media (max-width: 768px){.navbar{padding:.75rem 0;background:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 2px 10px #0000001a;border-bottom:1px solid rgba(227,231,234,.5);min-height:60px;max-height:60px;height:60px;display:flex;align-items:center;position:fixed;top:0;left:0;right:0;overflow:visible}.navbar.scrolled{padding:.5rem 0;background:#fff;box-shadow:0 4px 20px #0000001f;min-height:55px;max-height:55px}.navbar-container{padding:0 1.5rem;min-height:56px;height:56px;max-height:56px;display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;z-index:1002}.navbar-logo{font-size:1.4rem;position:relative;z-index:1003;flex-shrink:0}.logo-icon{font-size:1.75rem}.navbar-toggle{display:flex;align-items:center;justify-content:center;position:relative;z-index:1003;flex-shrink:0}.navbar-menu{position:fixed;top:52px;left:-100%;flex-direction:column;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:90%;max-width:400px;padding:2rem;box-shadow:0 10px 40px #0003;transition:left .3s cubic-bezier(.4,0,.2,1);gap:1rem;justify-content:flex-start;align-items:stretch;height:calc(100vh - 52px);min-height:calc(100vh - 52px);max-height:calc(100vh - 52px);overflow-y:auto;overflow-x:hidden;border-top:2px solid rgba(227,231,234,.6);border-right:2px solid rgba(227,231,234,.6);z-index:1000;opacity:0;visibility:hidden;bottom:0;box-sizing:border-box;display:flex;margin:0;list-style:none}.navbar-menu>li{flex-shrink:0}.navbar-menu.active{left:0;opacity:1;visibility:visible}.navbar-actions{display:none}.navbar-link{font-size:1.05rem;width:100%;text-align:left;padding:.75rem 1rem;border-radius:10px;transition:all .3s ease}.navbar-link:hover{background:#0e748d1a;transform:translate(5px)}.navbar-mobile-actions{display:flex;flex-direction:column;gap:1rem;width:100%;margin-top:auto;padding-top:1.5rem;padding-bottom:1rem;border-top:1px solid rgba(227,231,234,.5);flex-shrink:0}.navbar-login.mobile,.navbar-cta.mobile{width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border-radius:12px;box-shadow:0 4px 15px #0000001a}.navbar-cta.mobile{box-shadow:0 4px 20px #0e748d4d}}@media (max-width: 480px){.navbar-container{padding:0 1rem}.navbar-logo{font-size:1.3rem}.logo-icon{font-size:1.75rem}.logo-text{font-size:1.3rem}.navbar-menu{top:52px;padding:1.5rem;height:calc(100vh - 52px);min-height:calc(100vh - 52px);max-height:calc(100vh - 52px);bottom:0;width:90%;max-width:400px}.navbar{padding:.5rem 0;background:#fff;box-shadow:0 2px 10px #0000001a;min-height:52px;max-height:52px;height:52px;display:flex;align-items:center;position:fixed;top:0;left:0;right:0;overflow:visible}.navbar.scrolled{padding:.4rem 0;background:#fff;box-shadow:0 4px 20px #00000026;min-height:48px;max-height:48px;height:48px}.navbar-container{min-height:52px;height:52px;max-height:52px;display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;z-index:1002}.navbar.scrolled .navbar-container{min-height:48px;height:48px;max-height:48px}}.footer{background:var(--dark);color:#fff;padding:3rem 2rem 1.5rem;overflow-x:hidden;width:100%;max-width:100%;min-height:400px;height:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.8;font-size:1rem;display:block;position:relative;contain:layout style paint size;opacity:1;visibility:visible;box-sizing:border-box}.fonts-loaded .footer{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 3fr;grid-template-rows:1fr;gap:1.5rem;margin-bottom:1rem;min-height:280px;height:auto;align-items:start;contain:layout style paint size;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;opacity:1;visibility:visible;grid-auto-rows:minmax(0,auto);box-sizing:border-box}.fonts-loaded .footer-content{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-brand{display:flex;flex-direction:column;gap:.75rem;min-height:0;width:100%;contain:layout style;position:relative}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:2rem}.fonts-loaded .footer-logo{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.logo-icon{font-size:2rem}.logo-text{background:linear-gradient(135deg,var(--teal),var(--yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#ffffffb3;line-height:1.8;max-width:300px;min-height:3.6em;height:3.6em;display:block;font-size:1rem;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden;text-overflow:ellipsis}.fonts-loaded .footer-description{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-social{display:flex;gap:.75rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;font-size:1.2rem;transition:all .3s ease;text-decoration:none}.social-link:hover{background:var(--teal);transform:translateY(-5px)}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-template-rows:1fr;gap:1rem;min-height:200px;height:auto;width:100%;align-items:start;contain:layout style paint;position:relative;grid-auto-rows:minmax(0,auto);opacity:1;visibility:visible}.footer-column{display:flex;flex-direction:column;min-height:220px;height:auto;max-height:none;width:100%;contain:layout style paint size;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;opacity:1;visibility:visible;flex-shrink:0;flex-grow:0;box-sizing:border-box}.fonts-loaded .footer-column{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-column-title{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:var(--yellow);min-height:1.5rem;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.fonts-loaded .footer-column-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-link-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;min-height:140px;height:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;contain:layout style paint;position:relative;opacity:1;visibility:visible;padding:0;margin:0}.footer-link-list li{min-height:1.5em;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.fonts-loaded .footer-link-list li,.fonts-loaded .footer-link-list{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-link{color:#ffffffb3;text-decoration:none;transition:color .3s ease;display:inline-block;min-height:1.5em;height:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;contain:layout style}.fonts-loaded .footer-link{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-link:hover{color:var(--yellow);transform:translateZ(0) translate(5px)}.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;min-height:100px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.fonts-loaded .footer-contact-list{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.footer-contact-item{display:flex;align-items:center;gap:.75rem;color:#ffffffb3;font-size:.9rem}.footer-contact-item svg{color:var(--teal);font-size:1.2rem;min-width:20px;flex-shrink:0;opacity:1;display:inline-block}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;min-height:0;display:flex;align-items:center;font-size:.9rem}.footer-bottom-content{width:100%}.footer-bottom-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#ffffffb3;font-size:.9rem}.footer-legal{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-legal-link{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal-link:hover{color:var(--yellow)}@media (min-width: 1025px){.footer{min-height:400px;height:auto}.footer-content{min-height:280px;height:auto;grid-template-rows:1fr;grid-auto-rows:minmax(0,auto)}.footer-links{min-height:240px;height:auto;grid-template-rows:1fr;grid-auto-rows:minmax(0,auto)}.footer-brand{min-height:0}.footer-links{min-height:0;grid-template-columns:repeat(4,1fr)}.footer-column{min-height:240px;height:auto}.footer-link-list{min-height:180px;height:auto}.footer-contact-list{min-height:130px;height:auto}.footer-column-title{min-height:1.6rem;height:auto}.footer-description{min-height:3.8em;height:3.8em;max-height:3.8em}.footer-logo{min-height:2.5rem;height:2.5rem}.footer-social{min-height:50px}}@media (max-width: 1024px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{gap:1.5rem;margin-bottom:1rem}}@media (max-width: 968px){.footer{padding:2.5rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 568px){.footer{padding:2rem 1rem 1rem}.footer-brand{text-align:left;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}.footer-logo{justify-content:flex-start;margin-bottom:1rem}.footer-description{text-align:left;max-width:100%;line-height:1.7;margin-bottom:1.5rem}.footer-social{justify-content:flex-start;gap:.875rem}.social-link{width:44px;height:44px;font-size:1.3rem;box-shadow:0 2px 10px #0000001a}.social-link:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 4px 15px #0e748d4d}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem;text-align:left}.footer-column-title{font-size:1.05rem;text-align:left;margin-bottom:1.25rem;font-weight:700}.footer-link-list,.footer-contact-list{align-items:flex-start;gap:.75rem}.footer-link{padding:.5rem 0;transition:all .3s ease;display:inline-block}.footer-link:hover{transform:translate(5px);color:var(--yellow)}.footer-contact-item{padding:.5rem 0;gap:.75rem}.footer-link-list{list-style:none;padding:0}.footer-link-list li{text-align:left}.footer-contact-list{align-items:flex-start}.footer-bottom-content{flex-direction:column;text-align:left;gap:1rem;align-items:flex-start}.footer-copyright{text-align:left}.footer-legal{flex-direction:column;gap:.5rem;align-items:flex-start;width:100%}.footer-legal-link{text-align:left}}:root{--teal: #0E748D;--yellow: #F8C212;--dark: #2c3e50;--gray-bg: #f5f6fa;--border: #e3e7ea;--inactive-gray: #b2bec3;--white: #ffffff;--black: #000000;--color-teal: var(--teal);--color-yellow: var(--yellow);--color-dark: var(--dark);--color-gray-bg: var(--gray-bg);--color-border: var(--border);--color-inactive-gray: var(--inactive-gray);--color-white: var(--white);--color-black: var(--black);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--font-family-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}.fonts-loaded{--font-family-primary: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--transition-fast: .15s ease-in-out;--transition-base: .3s ease-in-out;--transition-slow: .5s ease-in-out}*{margin:0;padding:0;box-sizing:border-box;contain:layout style}section{contain:layout style paint;content-visibility:auto}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--dark);overflow-x:hidden}.fonts-loaded body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html{scroll-behavior:smooth}::-webkit-scrollbar{display:none;width:0;height:0}*{-ms-overflow-style:none;scrollbar-width:none}html,body{-webkit-overflow-scrolling:touch;overflow-y:auto;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1.5rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}@media (max-width: 480px){.container{padding:0 1rem}body{font-size:16px;line-height:1.6}html{scroll-behavior:smooth}button,a{min-height:44px;min-width:44px}}html{overflow-x:hidden;width:100%}body{overflow-x:hidden;width:100%;position:relative}*{max-width:100%}section{overflow-x:hidden;width:100%;position:relative;contain:layout style paint;content-visibility:auto;will-change:auto;transform:translateZ(0)}.container{overflow-x:hidden;width:100%}h1,h2,h3,h4,h5,h6,p,span,a,li{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}img{max-width:100%;height:auto;display:block}table{width:100%;max-width:100%;overflow-x:auto;display:block}button,input,textarea,select{max-width:100%;box-sizing:border-box}.hero-section,.call-to-action,.interactive-map-stats{contain:layout style paint;transform:translateZ(0)}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
