html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;font-size:1rem;line-height:1.6;color:rgb(30,41,59);background-color:rgb(248,250,252)}img,video,picture,svg{max-width:100%;height:auto;display:block;object-fit:cover}a{color:inherit;text-decoration:none}button{font-family:inherit}input,button,select,textarea{font-family:inherit}*:focus{outline:none}*:focus-visible{box-shadow:0 0 0 4px rgba(3,105,219,0.15);border-radius:0.375rem}.container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2.5rem;padding-right:2.5rem}}.no-scroll{overflow:hidden;height:100%}.rounded-2xl{border-radius:1rem}.rounded-xl{border-radius:0.75rem}.shadow-md{box-shadow:0 6px 18px rgba(15,23,42,0.08)}.shadow-lg{box-shadow:0 12px 30px rgba(15,23,42,0.10)}.card-hover{transition:transform .28s cubic-bezier(.2,.9,.3,1),box-shadow .28s;will-change:transform}.card-hover:hover,.card-hover:focus-within{transform:translateY(-6px)}.btn-disabled{opacity:.6;pointer-events:none}.cookie-min{position:fixed;right:1.5rem;bottom:1.5rem;z-index:60;max-width:24rem;width:100%;background-color:rgba(255,255,255,0.96);backdrop-filter:blur(6px);box-shadow:0 10px 30px rgba(2,6,23,0.12);border-radius:0.75rem;padding:0.75rem;display:flex;align-items:center;gap:0.75rem}.cookie-min .cookie-text{font-size:0.9375rem;color:rgb(51,65,85)}.cookie-min .cookie-actions{display:flex;gap:0.5rem}.mobile-overlay{position:fixed;inset:0;z-index:50}.mobile-drawer{max-width:28rem;width:100%;margin:1.5rem;box-shadow:0 20px 50px rgba(2,6,23,0.18);border-radius:1rem;background-color:#fff;padding:1.25rem}.focus-ring{box-shadow:0 0 0 3px rgba(3,105,219,0.12)}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.grid-card{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media(min-width:640px){.grid-card{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-card{grid-template-columns:repeat(3,1fr)}}.hero-media{overflow:hidden;border-radius:1rem}.kpi-badge{background-color:rgba(255,255,255,0.94);padding:0.5rem;border-radius:0.75rem;box-shadow:0 6px 18px rgba(15,23,42,0.06)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn-square{display:inline-flex;align-items:center;justify-content:center;border-radius:0.75rem;padding:0.5rem 0.75rem}.animated-fade{animation:fade-in .65s ease-out both}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}100%{opacity:1;transform:none}}