*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--foreground);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}a{text-decoration:none;color:var(--primary);transition:color .15s ease}a:hover{color:var(--secondary)}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(min-width:768px)and (max-width:991px){.container{padding:0 1.5rem}}@media(min-width:576px)and (max-width:767px){.container{padding:0 1rem}}.with-icon{display:inline-flex;align-items:center;gap:.5rem}.with-icon .icon{width:18px;height:18px;flex-shrink:0}.section{padding:4rem 0}.section--light{background-color:var(--background)}.section--dark{background-color:var(--surface);color:var(--surface-foreground)}.section__title{font-family:Orbitron,Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:700;color:var(--foreground);text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.section__subtitle{text-align:center;font-size:1.125rem;margin-bottom:3rem;color:var(--muted-foreground)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;padding:.625rem 1.25rem;font-size:1rem;font-weight:500;border-radius:var(--radius);cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease;font-family:inherit;line-height:1.5}.btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.btn--primary{background-color:var(--primary);color:var(--primary-foreground)}.btn--primary:hover{background-color:#1d4ed8;box-shadow:0 4px 14px #2563eb40}.btn--secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.btn--secondary:hover{background-color:#2563eb}.btn--outline{background-color:transparent;border:1px solid var(--border);color:var(--foreground)}.btn--outline:hover{background-color:var(--accent);color:var(--accent-foreground)}.btn--ghost{background-color:transparent;color:var(--foreground)}.btn--ghost:hover{background-color:var(--accent);color:var(--accent-foreground)}.header{background-color:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.75rem 0;position:sticky;top:0;z-index:100;transition:background-color .2s ease,border-color .2s ease}[data-theme=dark] .header{background-color:#09090bd9}.header__container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-direction:row}.header__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .2s ease}.header__logo:hover{opacity:.85}.header__logo-image{max-height:42px;width:auto;display:block;object-fit:contain}.header__logo-text{font-family:Orbitron,Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:1.2rem;color:var(--primary);white-space:nowrap;letter-spacing:.5px}@media(max-width:768px){.header__nav{position:fixed;top:0;right:0;display:none;width:280px;height:100vh;background-color:var(--surface);border-left:1px solid var(--border);box-shadow:-4px 0 20px var(--shadow);z-index:1000;padding:80px 1.5rem 2rem;overflow-y:auto}.header__nav.mobile-open{display:block}}.header__nav-list{display:flex;list-style:none;margin:0;padding:0;align-items:center;gap:.25rem}@media(max-width:768px){.header__nav-list{flex-direction:column;gap:0}}@media(max-width:768px){.header__nav-item{width:100%;border-bottom:1px solid var(--border)}.header__nav-item:last-child{border-bottom:none}}.header__nav-link{color:var(--muted-foreground);text-decoration:none;font-weight:500;font-size:.925rem;padding:.5rem .75rem;border-radius:var(--radius);transition:color .15s ease,background-color .15s ease;position:relative}.header__nav-link.with-icon{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.header__nav-link .icon{width:16px;height:16px}.header__nav-link:hover{color:var(--foreground);background-color:var(--muted)}.header__nav-link.active{color:var(--foreground);font-weight:600;background-color:var(--muted)}@media(max-width:768px){.header__nav-link{display:block;padding:1rem .5rem;font-size:1rem;border-radius:0}.header__nav-link.with-icon{width:100%;justify-content:flex-start}.header__nav-link:hover,.header__nav-link.active{background-color:var(--accent)}}.header__controls{display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.header__controls{display:none}}.header__burger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:8px;width:40px;height:40px;justify-content:center;align-items:center;gap:5px;transition:all .2s ease;z-index:1001;border-radius:var(--radius)}.header__burger:hover{background-color:var(--muted)}.header__burger span{display:block;width:20px;height:2px;background-color:var(--foreground);transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center;border-radius:1px}.header__burger.active span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:768px){.header__burger{display:flex}}.header__mobile-controls{display:none;flex-direction:column;gap:1rem;padding:1.5rem 0;border-top:1px solid var(--border);margin-top:1.5rem;align-items:center}@media(max-width:768px){.header__mobile-controls{display:flex}}.header__theme-toggle{background:none;border:none;color:var(--muted-foreground);cursor:pointer;padding:.5rem;border-radius:var(--radius);transition:all .15s ease;display:flex;align-items:center;justify-content:center}.header__theme-toggle:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.header__theme-toggle:hover{background-color:var(--muted);color:var(--foreground)}.header__theme-toggle svg{width:20px;height:20px}.header__lang-switcher{background-color:var(--background);color:var(--foreground);border:1px solid var(--border);padding:.375rem .625rem;border-radius:var(--radius);cursor:pointer;transition:all .15s ease;font-size:.85rem;font-family:inherit}.header__lang-switcher:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.header__lang-switcher:hover{border-color:var(--ring)}@media(max-width:768px){.header__container{justify-content:space-between;padding:0 1rem}.header__logo-image{max-height:36px}}.header .header__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:999;transition:opacity .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(min-width:769px){.header .header__overlay{display:none}}.footer{background-color:var(--surface);color:var(--muted-foreground);padding:3rem 0 1.5rem;margin-top:auto;border-top:1px solid var(--border)}.footer__container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;margin-bottom:2.5rem}.footer__column--logo{display:flex;flex-direction:column}.footer__logo{display:flex;align-items:center;margin-bottom:1rem}.footer__logo-image{height:36px;margin-right:.5rem}.footer__logo-text{font-family:Orbitron,Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.3rem;font-weight:700;color:var(--primary)}.footer__description{margin-bottom:1.5rem;color:var(--muted-foreground);font-size:.875rem;line-height:1.7}.footer__social{display:flex;gap:.75rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius);border:1px solid var(--border);background-color:transparent;color:var(--muted-foreground);transition:all .15s ease;font-weight:600;text-decoration:none;font-size:.85rem}.footer__social-link:hover{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary);transform:translateY(-1px)}.footer__heading{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;color:var(--foreground);position:relative;padding-bottom:.75rem}.footer__heading:after{content:"";position:absolute;bottom:0;left:0;width:24px;height:2px;background-color:var(--primary);border-radius:1px}.footer__list{list-style:none}.footer__list-item{margin-bottom:.625rem}.footer__link{color:var(--muted-foreground);text-decoration:none;transition:color .15s ease;font-size:.875rem}.footer__link:hover{color:var(--foreground)}.footer__contact-label{display:block;font-weight:500;margin-bottom:.25rem;color:var(--muted-foreground);font-size:.875rem}.footer__address{font-style:normal;color:var(--muted-foreground);font-size:.875rem}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid var(--border)}@media(max-width:768px){.footer__bottom{flex-direction:column;text-align:center;gap:1rem}}.footer__copyright{margin:0;font-size:.8rem;color:var(--muted-foreground)}.footer__legal-list{display:flex;list-style:none;gap:1.5rem}@media(max-width:768px){.footer__legal-list{flex-wrap:wrap;justify-content:center}}.footer__legal-link{color:var(--muted-foreground);text-decoration:none;transition:color .15s ease;font-size:.8rem}.footer__legal-link:hover{color:var(--foreground)}@media(max-width:768px){.footer{padding:2rem 0 1rem}.footer__content{grid-template-columns:1fr;gap:2rem}}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background-color:var(--background)}.loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top:3px solid var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--background: #FAFAFA;--foreground: #09090B;--surface: #FFFFFF;--surface-foreground: #09090B;--muted: #F4F4F5;--muted-foreground: #71717A;--card: #FFFFFF;--card-foreground: #09090B;--primary: #2563EB;--primary-foreground: #FFFFFF;--secondary: #3B82F6;--secondary-foreground: #FFFFFF;--accent: #EFF6FF;--accent-foreground: #1E40AF;--border: #E4E4E7;--input: #E4E4E7;--ring: #2563EB;--shadow: rgba(0, 0, 0, .04);--icon: #3F3F46;--success: #16A34A;--success-foreground: #FFFFFF;--destructive: #DC2626;--destructive-foreground: #FFFFFF;--radius: .5rem}[data-theme=dark]{--background: #09090B;--foreground: #FAFAFA;--surface: #18181B;--surface-foreground: #FAFAFA;--muted: #27272A;--muted-foreground: #A1A1AA;--card: #18181B;--card-foreground: #FAFAFA;--primary: #3B82F6;--primary-foreground: #FFFFFF;--secondary: #60A5FA;--secondary-foreground: #09090B;--accent: #1E293B;--accent-foreground: #93C5FD;--border: #27272A;--input: #27272A;--ring: #3B82F6;--shadow: rgba(0, 0, 0, .3);--icon: #A1A1AA;--success: #22C55E;--success-foreground: #09090B;--destructive: #EF4444;--destructive-foreground: #FAFAFA}.scroll-to-top{position:fixed;bottom:24px;right:24px;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:.75rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #2563eb4d;z-index:50;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease}.scroll-to-top:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.scroll-to-top:active{transform:translateY(0)}.scroll-to-top svg{display:block;width:20px;height:20px}.app{display:flex;flex-direction:column;min-height:100vh}.main{flex:1}
