.Header-module__Af2_WG__header{-webkit-backdrop-filter:blur(20px);z-index:100;background:#ffffffb3;border:1px solid #fff6;border-radius:100px;justify-content:space-between;align-items:center;width:92%;max-width:1280px;margin:0 auto;padding:.8rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:1.5rem;left:0;right:0;box-shadow:0 8px 32px #00000008}.Header-module__Af2_WG__logoWrapper{height:1.5rem;display:inline-block;position:relative;transform:translateY(-2px)}.Header-module__Af2_WG__logoBase{letter-spacing:-.02em;white-space:nowrap;font-size:1.5rem;font-weight:700;line-height:1;transition:opacity .5s ease-in-out}.Header-module__Af2_WG__logoColor{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);-webkit-text-fill-color:transparent;opacity:1;z-index:2;-webkit-background-clip:text;background-clip:text;position:absolute;top:0;left:0}.Header-module__Af2_WG__logoBlack{color:var(--foreground);z-index:1}.Header-module__Af2_WG__logoColor.Header-module__Af2_WG__hidden{opacity:0}.Header-module__Af2_WG__nav{align-items:center;gap:2rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Header-module__Af2_WG__navItem{align-items:center;height:100%;display:flex;position:relative}.Header-module__Af2_WG__navLink{color:var(--foreground);cursor:pointer;padding:.5rem 0;font-size:.95rem;font-weight:500;transition:color .2s}.Header-module__Af2_WG__navLink:hover{color:var(--primary)}.Header-module__Af2_WG__dropdown{opacity:0;visibility:hidden;background:#fff;border:1px solid #0000000d;border-radius:1rem;min-width:320px;padding:1rem;transition:all .2s ease-in-out;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 40px #0000001a}.Header-module__Af2_WG__navItem:hover .Header-module__Af2_WG__dropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__Af2_WG__dropdownCategory{padding:.5rem 0}.Header-module__Af2_WG__categoryTitle{color:#999;text-transform:uppercase;letter-spacing:.05em;padding:0 1rem .5rem;font-size:.75rem;font-weight:700;display:block}.Header-module__Af2_WG__dropdownDivider{background:#eee;height:1px;margin:.5rem 0}.Header-module__Af2_WG__dropdownItem{border-radius:.8rem;padding:.8rem 1rem;transition:background .2s;display:block}.Header-module__Af2_WG__dropdownItem:hover{background:var(--bg-pastel);background:#f8f9fa}.Header-module__Af2_WG__dropdownItem:hover .Header-module__Af2_WG__dropdownTitle{color:var(--primary)}.Header-module__Af2_WG__dropdownTitle{color:var(--foreground);margin-bottom:.2rem;font-size:.95rem;font-weight:600;display:block}.Header-module__Af2_WG__dropdownSubtitle{color:#888;font-size:.8rem;line-height:1.4;display:block}.Header-module__Af2_WG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__Af2_WG__contactBtn{background:var(--foreground);color:var(--background);border-radius:2rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:transform .2s,background .2s}.Header-module__Af2_WG__contactBtn:hover{background:var(--primary);transform:translateY(-2px)}.Header-module__Af2_WG__langSwitcher{gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.Header-module__Af2_WG__langOption{cursor:pointer;color:#999;transition:color .2s}.Header-module__Af2_WG__langOption.Header-module__Af2_WG__active{color:var(--foreground)}.Header-module__Af2_WG__hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none}.Header-module__Af2_WG__hamburgerLine{background:var(--foreground);border-radius:3px;width:100%;height:3px;transition:all .3s}.Header-module__Af2_WG__hamburger.Header-module__Af2_WG__active .Header-module__Af2_WG__hamburgerLine:first-child{transform:translateY(9px)rotate(45deg)}.Header-module__Af2_WG__hamburger.Header-module__Af2_WG__active .Header-module__Af2_WG__hamburgerLine:nth-child(2){opacity:0}.Header-module__Af2_WG__hamburger.Header-module__Af2_WG__active .Header-module__Af2_WG__hamburgerLine:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.Header-module__Af2_WG__mobileMenu{z-index:99;background:#fff;width:100%;height:100vh;padding:6rem 2rem 2rem;transition:right .3s ease-in-out;position:fixed;top:0;right:-100%;overflow-y:auto}.Header-module__Af2_WG__mobileMenu.Header-module__Af2_WG__open{right:0}.Header-module__Af2_WG__mobileNav{flex-direction:column;gap:2rem;display:flex}.Header-module__Af2_WG__mobileNavLinkMain{color:var(--foreground);font-size:1.5rem;font-weight:700;text-decoration:none}.Header-module__Af2_WG__mobileNavItem{flex-direction:column;gap:1rem;display:flex}.Header-module__Af2_WG__mobileNavTitle{color:#999;font-size:1.5rem;font-weight:700}.Header-module__Af2_WG__mobileSubNav{border-left:2px solid #eee;flex-direction:column;gap:1rem;padding-left:1rem;display:flex}.Header-module__Af2_WG__mobileNavLink{color:var(--foreground);font-size:1.1rem;text-decoration:none}@media (max-width:900px){.Header-module__Af2_WG__header{border:none;border-bottom:1px solid #0000000d;border-radius:0;width:100%;max-width:100%;padding:1rem 1.5rem;top:0;left:0;transform:none}.Header-module__Af2_WG__nav,.Header-module__Af2_WG__contactBtn{display:none}.Header-module__Af2_WG__hamburger{display:flex}.Header-module__Af2_WG__langSwitcher{margin-right:1rem}}
.Footer-module__EZoWya__footer{background:#f9f9f9;border-top:1px solid #0000000d;margin-top:auto;padding:3rem 2rem}.Footer-module__EZoWya__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__EZoWya__logo{color:var(--foreground);font-size:1.2rem;font-weight:700}.Footer-module__EZoWya__links{gap:2rem;display:flex}.Footer-module__EZoWya__link{color:#666;font-size:.9rem;transition:color .2s}.Footer-module__EZoWya__link:hover{color:var(--primary)}.Footer-module__EZoWya__copyright{color:#999;text-align:center;width:100%;margin-top:2rem;font-size:.85rem}
:root{--background:#fff;--foreground:#333;--primary:#ff9a9e;--secondary:#fecfef;--accent:#a18cd1;--success:#84fab0;--warning:#f6d365;--error:#ff9a9e;--font-main:"Inter",sans-serif}html,body{background:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-main);overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.text-gradient{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.bg-pastel{background:linear-gradient(135deg,#fdfbfb 0%,#ebedee 100%)}
