@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-primary: #0B2A4A;--color-teal: #14C6B7;--color-teal-dark: #10a89b;--color-green: #6BD96B;--color-bg: #F4F7FB;--color-dark: #101820;--color-white: #ffffff;--color-coral: #FF5055;--color-coral-dark: #E03540;--color-coral-glass: rgba(255, 80, 85, .08);--color-teal-glass: rgba(20, 198, 183, .08);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width: 1200px;--section-padding: 6rem 1.5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100%;background:#f5fffe}html:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(135deg,#8de8e1,#c2f5f1 30%,#fde8e2 70%,#f5b8a5)}html.page-about:before{background:linear-gradient(160deg,#f5b8a5,#fce0d8,#b5ede9)}html.page-business:before{background:linear-gradient(120deg,#8de8e1,#c2f5f1 55%,#fce0d8)}html.page-invest:before{background:linear-gradient(195deg,#f5b8a5,#fce0d8 45%,#8de8e1)}html.page-news:before{background:linear-gradient(110deg,#9deae3,#d8f9f6 55%,#f9cfc4)}html.page-contact:before{background:linear-gradient(155deg,#f9cfc4,#fce5df,#9deae3)}html.page-network:before{background:linear-gradient(175deg,#8de8e1,#c2f5f1 55%,#f9cfc4)}html.page-promote:before{background:linear-gradient(130deg,#f9cfc4,#fce0d8,#8de8e1)}body{font-family:var(--font-sans);color:var(--color-dark);background:transparent;line-height:1.6;font-size:16px;overflow-x:hidden;min-height:100%}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-padding)}.section-tag{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);background:#14c6b71a;padding:.375rem 1rem;border-radius:100px;margin-bottom:1rem}.section-title{font-size:clamp(1.6rem,3vw + .5rem,2.5rem);font-weight:800;color:var(--color-primary);line-height:1.15;margin-bottom:1rem}.section-subtitle{font-size:clamp(.95rem,1.2vw + .4rem,1.125rem);color:#4a5568;max-width:640px;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .25s ease;font-family:var(--font-sans);text-decoration:none}.btn-primary{background:var(--color-coral);color:var(--color-white)}.btn-primary:hover{background:var(--color-coral-dark);transform:translateY(-1px);box-shadow:0 4px 16px #ff505559}.btn-outline{background:transparent;color:var(--color-coral);border:2px solid var(--color-coral)}.btn-outline:hover{background:var(--color-coral);color:var(--color-white);transform:translateY(-1px)}.btn-teal{background:var(--color-teal);color:var(--color-white)}.btn-teal:hover{background:var(--color-teal-dark);transform:translateY(-1px);box-shadow:0 4px 16px #14c6b759}.bg-light{background:#f4f7fb99}.bg-dark{background:var(--color-primary);color:var(--color-white)}.glass{background:#ffffff38;backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4);border:1px solid rgba(255,255,255,.5);border-radius:20px;box-shadow:0 8px 40px #14c6b71f,0 2px 12px #ff505514,inset 0 1px #ffffffb3}.fade-in{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.fade-in.is-visible{opacity:1;transform:translateY(0)}.fade-in.delay-1{transition-delay:.08s}.fade-in.delay-2{transition-delay:.16s}.fade-in.delay-3{transition-delay:.24s}.fade-in.delay-4{transition-delay:.32s}.news-card.fade-in,.company-card.fade-in,.value-card.fade-in,.stat-item.fade-in,.fact-card.fade-in,.sector-card.fade-in,.listing-card.fade-in{transform:translateY(28px);transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1)}@media(max-width:768px){.section{padding:3.5rem 1rem}.section-title{font-size:1.75rem}}.lang-switcher.svelte-1v2j48r{display:flex;align-items:center;gap:.25rem}button.svelte-1v2j48r{background:none;border:none;padding:.25rem .5rem;font-size:.8125rem;font-weight:600;color:var(--color-dark);cursor:pointer;border-radius:4px;transition:all .2s;font-family:inherit}button.svelte-1v2j48r:hover{color:var(--color-teal)}button.active.svelte-1v2j48r{color:var(--color-teal);background:#14c6b71a}.divider.svelte-1v2j48r{color:var(--color-dark);opacity:.3;font-size:.75rem}.loading.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;min-height:100vh}.loading-spinner.svelte-12qhfyh{width:40px;height:40px;border:3px solid rgba(20,198,183,.2);border-top-color:var(--color-teal);border-radius:50%;animation:svelte-12qhfyh-spin .8s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}@keyframes svelte-12qhfyh-headerSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-12qhfyh-navItemFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;background:linear-gradient(90deg,#14c6b72e,#ff505524);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.2);animation:svelte-12qhfyh-headerSlideDown .5s cubic-bezier(.16,1,.3,1) both}.header-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:72px;gap:1.5rem}.header-left.svelte-12qhfyh{animation:svelte-12qhfyh-navItemFade .4s ease both;animation-delay:.3s}.nav-desktop.svelte-12qhfyh a:where(.svelte-12qhfyh):nth-child(1){animation:svelte-12qhfyh-navItemFade .4s ease both;animation-delay:.45s}.nav-desktop.svelte-12qhfyh a:where(.svelte-12qhfyh):nth-child(2){animation:svelte-12qhfyh-navItemFade .4s ease both;animation-delay:.52s}.nav-desktop.svelte-12qhfyh a:where(.svelte-12qhfyh):nth-child(3){animation:svelte-12qhfyh-navItemFade .4s ease both;animation-delay:.59s}.nav-desktop.svelte-12qhfyh a:where(.svelte-12qhfyh):nth-child(4){animation:svelte-12qhfyh-navItemFade .4s ease both;animation-delay:.66s}.nav-desktop.svelte-12qhfyh a:where(.svelte-12qhfyh):nth-child(5){animation:svelte-12qhfyh-navItemFade .4s ease both;animation-delay:.73s}.nav-desktop.svelte-12qhfyh a:where(.svelte-12qhfyh):nth-child(6){animation:svelte-12qhfyh-navItemFade .4s ease both;animation-delay:.8s}.nav-desktop.svelte-12qhfyh :where(.svelte-12qhfyh):last-child{animation:svelte-12qhfyh-navItemFade .4s ease both;animation-delay:.87s}.header-cta.svelte-12qhfyh{font-size:.8rem;padding:.5rem 1.25rem;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;animation:svelte-12qhfyh-navItemFade .4s ease both;animation-delay:.95s}.nav-desktop.svelte-12qhfyh{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:center}.nav-desktop.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.8rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.07em;transition:color .2s;white-space:nowrap}.nav-desktop.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-coral)}.header-left.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.logo-link.svelte-12qhfyh{display:flex;align-items:center}.logo-img.svelte-12qhfyh{height:40px;width:auto;display:block}.logo-img--footer.svelte-12qhfyh{height:32px}.header-actions.svelte-12qhfyh{display:none;align-items:center;gap:.75rem}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.bar.svelte-12qhfyh{display:block;width:22px;height:2px;background:var(--color-dark);transition:all .3s;border-radius:2px}.bar.open.svelte-12qhfyh:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.bar.open.svelte-12qhfyh:nth-child(2){opacity:0}.bar.open.svelte-12qhfyh:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-mobile.svelte-12qhfyh{display:flex;flex-direction:column;padding:.5rem 1.5rem 1.5rem;border-top:1px solid rgba(20,198,183,.15);background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.nav-mobile.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.875rem 0;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--color-dark);border-bottom:1px solid rgba(20,198,183,.1);transition:color .2s}.nav-mobile.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-coral)}@media(max-width:900px){.nav-desktop.svelte-12qhfyh{display:none}.header-actions.svelte-12qhfyh,.hamburger.svelte-12qhfyh{display:flex}.header-cta.svelte-12qhfyh{font-size:.72rem;padding:.45rem .9rem}}@media(max-width:480px){.header-cta.svelte-12qhfyh{display:none}}.footer.svelte-12qhfyh{background:var(--color-primary);color:#ffffffd9;padding:4rem 0 0}.footer-inner.svelte-12qhfyh{display:flex;flex-direction:column}.footer-top.svelte-12qhfyh{display:flex;justify-content:space-between;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand.svelte-12qhfyh{max-width:300px}.footer-tagline.svelte-12qhfyh{margin-top:1rem;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-teal)}.footer-desc.svelte-12qhfyh{margin-top:.5rem;font-size:.875rem;line-height:1.65;opacity:.6}.footer-links.svelte-12qhfyh{display:flex;gap:4rem}.footer-col.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem}.footer-col.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff6;margin-bottom:.5rem}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.9rem;color:#ffffffb3;transition:color .2s}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-teal)}.footer-bottom.svelte-12qhfyh{padding:1.5rem 0;text-align:center}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.8125rem;opacity:.45}.footer-disclaimer.svelte-12qhfyh{font-size:.8rem!important;opacity:.55!important;margin-bottom:.4rem;letter-spacing:.02em;font-style:italic}.footer-bottom.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:#ffffffa6;font-weight:600}@media(max-width:768px){.footer-top.svelte-12qhfyh{flex-direction:column;gap:2rem}.footer-links.svelte-12qhfyh{flex-wrap:wrap;gap:2rem}}
