@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.lang-switcher{position:relative}.lang-switcher__toggle{border-radius:var(--radius);color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;line-height:1;transition:background .2s,color .2s;display:flex}.lang-switcher__toggle:hover{color:var(--primary);background:#e2e7ed;border-color:#0000}.lang-switcher__dropdown{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);min-width:160px;box-shadow:var(--shadow-md);z-index:200;opacity:0;pointer-events:none;flex-direction:column;padding:6px 0 8px;transition:opacity .2s ease-in-out;display:flex;position:absolute;top:calc(100% + 8px);right:0}.lang-switcher__dropdown.open{opacity:1;pointer-events:auto}.lang-switcher__option{text-align:left;color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:8px 14px;font-size:.875rem;font-weight:500;transition:background .2s,color .2s}.lang-switcher__option:hover{background:#e2e7ed}.lang-switcher__option.active{color:var(--navy-dark);background:#e2e7ed;font-weight:600}.header{z-index:50;border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;position:fixed;top:0;left:0;right:0}.header__inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:.75rem 1rem;display:flex}.header__logo{align-items:center;gap:.25rem;display:flex}.header__logo img{-o-object-fit:contain;object-fit:contain;width:48px;height:48px}.header__logo-text{line-height:1.2}.header__logo-name{color:var(--primary);font-size:1.125rem;font-weight:700}.header__logo-sub{color:var(--muted-foreground);font-size:.75rem;display:block}.header__nav{align-items:center;gap:.75rem;display:flex}.header__nav-link{color:var(--foreground);border-radius:var(--radius);padding:.375rem .875rem;font-size:.875rem;font-weight:500;transition:background .2s,color .2s}.header__nav-link:hover{color:var(--primary);background:#e2e7ed}.header__cta{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:filter .2s}.header__cta:hover{filter:brightness(1.1)}.header__burger{color:var(--foreground);display:none}.header__mobile-actions{display:none}.header__overlay{z-index:45;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;pointer-events:none;background:#0006;transition:opacity .2s ease-in-out;position:fixed;inset:0}.header__overlay.open{opacity:1;pointer-events:auto}.header__mobile{border-top:1px solid var(--border);background:#fff;max-height:0;padding:0 1rem;transition:max-height .35s ease-in-out,padding .35s ease-in-out;overflow:hidden}.header__mobile a{color:var(--foreground);opacity:.9;padding:.75rem 0;font-weight:500;display:block}.header__mobile a:hover{color:var(--primary)}.header__mobile .header__cta{text-align:center;color:var(--primary-foreground);margin-top:.75rem;padding:.625rem 1.25rem;display:block}.header__mobile.open{max-height:400px;padding:0 1rem 1rem}@media (width<=768px){.header__nav{display:none}.header__burger{display:flex}.header__mobile-actions{align-items:center;gap:.375rem;display:flex}}.hero{align-items:center;min-height:90vh;display:flex;position:relative}.hero__bg{position:absolute;inset:0}.hero__bg img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%;height:100%}.hero__overlay{background:#153f79b3;position:absolute;inset:0}.hero__content{width:1280px;margin:0 auto;padding:8rem 1rem 4rem;position:relative}.hero__inner{max-width:40rem}.hero__badge{background:#eeb32b33;border:1px solid #eeb32b4d;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;display:inline-flex}.hero__badge svg{color:var(--gold);width:16px;height:16px}.hero__badge span{color:var(--gold-light);font-size:.875rem;font-weight:500}.hero h1{color:var(--primary-foreground);text-wrap:balance;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.hero__desc{color:#fffc;max-width:30rem;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__btn{border-radius:var(--radius);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.hero__btn--primary{background:var(--primary);color:var(--primary-foreground)}.hero__btn--primary:hover{filter:brightness(1.1)}.hero__btn--outline{color:var(--primary-foreground);border:2px solid #ffffff4d}.hero__btn--outline:hover{background:#ffffff1a}@media (width<=640px){.hero h1{font-size:1.875rem;line-height:1.2}.hero__desc{font-size:1rem}.hero__actions{flex-direction:column}.hero__bg img{-o-object-position:70% 30%;object-position:70% 30%}}@media (width>=768px){.hero h1{font-size:3rem}}@media (width>=1024px){.hero h1{font-size:3.75rem}}.about__grid{align-items:center;gap:3rem;margin-bottom:4rem;display:grid}@media (width>=768px){.about__grid{grid-template-columns:1fr 1fr}}.about__item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.about__icon{background:#153f791a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.about__icon svg{width:24px;height:24px;color:var(--primary)}.about__item h3{color:var(--foreground);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.about__item p{color:var(--muted-foreground);line-height:1.7}.about__milestones{background-color:#153f791a;border-radius:.75rem;padding:2rem}.about__milestones h3{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700;display:flex}.about__milestones h3 svg{width:20px;height:20px;color:var(--navy-light)}.about__milestone{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.about__milestone-year{background:var(--primary);color:var(--primary-foreground);text-align:center;border-radius:999px;flex-shrink:0;min-width:70px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.about__milestone p{color:var(--foreground);font-size:.925rem}.legislation__grid{gap:1.5rem;max-width:64rem;margin:0 auto;display:grid}@media (width>=768px){.legislation__grid{grid-template-columns:1fr 1fr}}.legislation__card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:.75rem;padding:1.5rem;transition:box-shadow .2s,transform .2s}.legislation__card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.legislation__card-inner{align-items:flex-start;gap:1rem;display:flex}.legislation__card-icon{background:#153f791a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.legislation__card-icon svg{width:20px;height:20px;color:var(--primary)}.legislation__card h3{color:var(--foreground);margin-bottom:.25rem;font-weight:600}.legislation__card-article{color:var(--navy-light);background:#3969ac26;border-radius:.25rem;margin-bottom:.5rem;padding:.125rem .625rem;font-size:.825rem;font-weight:600;display:inline-block}.legislation__card p{color:var(--muted-foreground);font-size:.9rem;line-height:1.6}.legislation__banner{background:var(--primary);text-align:center;border-radius:.75rem;max-width:48rem;margin-top:3rem;margin-left:auto;margin-right:auto;padding:2rem}.legislation__banner p{color:#ffffffe6;font-size:1rem;line-height:1.7}.legislation__banner strong{color:var(--primary-foreground)}.tech__grid{align-items:center;gap:3rem;display:grid}@media (width>=1024px){.tech__grid{grid-template-columns:1fr 1fr}}.tech__image{box-shadow:var(--shadow-lg);border-radius:.75rem;position:relative;overflow:hidden}.tech__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto}.tech__features-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.tech__feature-card{text-align:center;background:#153f791a;border-radius:.5rem;padding:1rem}.tech__feature-card svg{width:32px;height:32px;color:var(--primary);margin:0 auto .5rem}.tech__feature-card h4{color:var(--foreground);margin-bottom:.25rem;font-size:.925rem;font-weight:600}.tech__feature-card p{color:var(--muted-foreground);font-size:.825rem}.tech__list{flex-direction:column;gap:.75rem;display:flex}.tech__list-item{align-items:flex-start;gap:.75rem;display:flex}.tech__list-item svg{width:20px;height:20px;color:var(--navy-light);flex-shrink:0;margin-top:2px}.tech__list-item span{color:var(--foreground);font-size:.975rem}@media (width<=640px){.tech__features-grid{grid-template-columns:1fr}}.projects__grid{gap:1.5rem;max-width:64rem;margin:0 auto 3rem;display:grid}@media (width>=768px){.projects__grid{grid-template-columns:1fr 1fr}}.projects__card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:.75rem;padding:1.5rem;transition:box-shadow .2s,transform .2s}.projects__card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.projects__card-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.projects__card-icon{background:#153f791a;border-radius:.5rem;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.projects__card-icon svg{width:20px;height:20px;color:var(--primary)}.projects__card h3{color:var(--foreground);font-size:1.125rem;font-weight:700}.projects__card li{color:var(--muted-foreground);align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.projects__card li svg{width:14px;height:14px;color:var(--navy-light);flex-shrink:0;margin-top:4px}.projects__banner{background:var(--primary);color:#ffffffe6;text-align:center;border-radius:.75rem;max-width:48rem;margin:0 auto;padding:2rem}.projects__banner-num{margin-bottom:.5rem;font-size:2rem;font-weight:800}.contact__grid{grid-template-columns:1fr;gap:1rem;max-width:64rem;margin:0 auto;display:grid}@media (width>=1024px){.contact__grid{grid-template-columns:repeat(2,1fr)}}.contact__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);align-items:flex-start;gap:1rem;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex}.contact__card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.contact__card-icon{border-radius:var(--radius);width:44px;min-width:44px;height:44px;color:var(--primary);background:#153f791a;justify-content:center;align-items:center;display:flex}.contact__card-icon svg{width:22px;height:22px}.contact__card-body{flex-direction:column;display:flex}.contact__card-label{color:var(--muted-foreground);font-size:.825rem;font-weight:600}.contact__card-value{font-size:.975rem;font-weight:500;line-height:1.2}a.contact__card-value{color:var(--primary);transition:color .2s}a.contact__card-value:hover{color:var(--foreground)}.footer{background:var(--navy-dark);padding:4rem 0}.footer__grid{gap:2.5rem;margin-bottom:2.5rem;display:grid}@media (width>=768px){.footer__grid{grid-template-columns:1fr 1fr 1fr}}.footer__brand{align-items:center;gap:.25rem;margin-bottom:1rem;display:flex}.footer__brand img{-o-object-fit:contain;object-fit:contain;width:40px;height:40px}.footer__brand span{color:var(--primary-foreground);font-size:1.125rem;font-weight:700}.footer__desc{color:#fff9;font-size:.875rem;line-height:1.7}.footer h4{color:var(--primary-foreground);margin-bottom:1rem;font-weight:600}.footer__nav li{margin-bottom:.5rem}.footer__nav a{color:#fff9;font-size:.875rem;transition:color .2s}.footer__nav a:hover{color:#ffffffe6}.footer__contact li{color:#fff9;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.footer__contact li a{color:inherit;transition:color .2s}.footer__contact li a:hover{color:#ffffffe6}.footer__contact li svg{color:#fff9;flex-shrink:0;width:16px;height:16px}.footer__bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem}.footer__bottom p{color:#fff6;font-size:.875rem}.not-found{background:var(--muted);text-align:center;justify-content:center;align-items:center;min-height:100vh;display:flex}.not-found h1{font-size:2.25rem;font-weight:700}.not-found p{color:var(--muted-foreground);margin-bottom:1rem;font-size:1.25rem}.not-found a{color:var(--primary)}.not-found a:hover{opacity:.9}:root{--background:#f9fafb;--foreground:#1d2530;--card:#fff;--card-foreground:#1d2530;--primary:#153f79;--primary-foreground:#fff;--secondary:#ebf0f4;--secondary-foreground:#1d2530;--muted:#f3f5f7;--muted-foreground:#414b58;--accent:#eeb32b;--accent-foreground:#1d2530;--border:#dae0e7;--gold:#eeb32b;--gold-light:#f0cb75;--navy:#153f79;--navy-dark:#0b2850;--navy-light:#173f78;--radius:.5rem;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 25px #0000001a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}strong{font-weight:600}ul{list-style:none}button{cursor:pointer;font:inherit;background:0 0;border:none}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.page{min-height:100vh}.section{padding:6rem 0}.section--alt{background:var(--muted)}.section__header{text-align:center;margin-bottom:4rem}.section__label{color:var(--navy);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.section__title{color:var(--foreground);margin-top:.75rem;margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:1.2}.section__subtitle{color:var(--muted-foreground);max-width:40rem;margin:0 auto;font-size:1.125rem;font-weight:500}@media (width>=768px){.section__title{font-size:2.25rem}}
