@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";
.Header-module__lnUIdW__header{height:var(--header-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;height:var(--header-height);background:#fffffff2;border-bottom:1px solid #ffffff0d;transition:background-color .3s,padding .3s;position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__container{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__lnUIdW__logo{color:var(--color-primary);letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.Header-module__lnUIdW__highlight{color:var(--color-accent)}.Header-module__lnUIdW__nav{align-items:center;display:flex}.Header-module__lnUIdW__navList{align-items:center;gap:32px;list-style:none;display:flex}.Header-module__lnUIdW__navLink{color:var(--color-text-main);font-size:1rem;font-weight:500;transition:color .2s}.Header-module__lnUIdW__navLink:hover{color:var(--color-accent)}.Header-module__lnUIdW__contactBtn{background:var(--color-primary);color:#fff;border-radius:var(--border-radius-sm);padding:10px 20px;font-size:.95rem;font-weight:600;transition:background .2s}.Header-module__lnUIdW__contactBtn:hover{background:var(--color-primary-light)}@media (max-width:768px){.Header-module__lnUIdW__navList{gap:16px}.Header-module__lnUIdW__navLink{font-size:.9rem}}.Header-module__lnUIdW__langToggle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;letter-spacing:.05em;background:#ffffff14;border:1px solid #fff3;border-radius:20px;align-items:center;gap:4px;padding:5px 12px;font-size:.8rem;font-weight:600;transition:background .2s,border-color .2s,transform .1s;display:flex}.Header-module__lnUIdW__langToggle:hover{border-color:var(--color-accent);background:#ffffff29;transform:scale(1.04)}.Header-module__lnUIdW__langToggle:active{transform:scale(.97)}.Header-module__lnUIdW__langActive{color:var(--color-accent)}.Header-module__lnUIdW__langInactive{color:var(--color-text-muted,#888)}.Header-module__lnUIdW__langDivider{color:#fff3;margin:0 1px}
.Footer-module__3hUVsW__footer{background-color:var(--color-primary-dark);color:var(--color-text-inverse);padding:64px 0 32px;font-size:.95rem}.Footer-module__3hUVsW__container{flex-direction:column;gap:48px;display:flex}.Footer-module__3hUVsW__topSection{flex-wrap:wrap;justify-content:space-between;gap:40px;display:flex}.Footer-module__3hUVsW__brand{max-width:350px}.Footer-module__3hUVsW__logoWrapper{margin-bottom:20px}.Footer-module__3hUVsW__address{color:#e2e8f0;font-size:.9rem;font-style:normal;line-height:1.8}.Footer-module__3hUVsW__address p{margin-bottom:4px}.Footer-module__3hUVsW__links{gap:60px;display:flex}.Footer-module__3hUVsW__column h3{color:#fff;margin-bottom:20px;font-size:1rem;font-weight:600}.Footer-module__3hUVsW__column ul{list-style:none}.Footer-module__3hUVsW__column ul li{margin-bottom:12px}.Footer-module__3hUVsW__column ul li a{color:#e2e8f0;transition:color .2s}.Footer-module__3hUVsW__column ul li a:hover{color:var(--color-accent)}.Footer-module__3hUVsW__bottomSection{color:#f1f5f9;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:32px;font-size:.85rem;display:flex}.Footer-module__3hUVsW__copyrightInfo{flex-direction:column;gap:8px;display:flex}.Footer-module__3hUVsW__legal{gap:20px;display:flex}.Footer-module__3hUVsW__legal a{color:#f1f5f9;transition:color .2s}.Footer-module__3hUVsW__legal a:hover{color:#fff}.Footer-module__3hUVsW__visitorSection{align-items:center;display:flex}.Footer-module__3hUVsW__visitorBadges{align-items:center;gap:8px;display:flex}.Footer-module__3hUVsW__badgeWrapper{opacity:.9;transition:opacity .2s}.Footer-module__3hUVsW__badgeWrapper:hover{opacity:1}@media (max-width:768px){.Footer-module__3hUVsW__topSection{flex-direction:column}.Footer-module__3hUVsW__links{flex-direction:column;gap:32px}.Footer-module__3hUVsW__bottomSection{text-align:center;flex-direction:column;align-items:center;gap:16px}}
:root{--color-primary:#38bdf8;--color-primary-dark:#0284c7;--color-primary-light:#7dd3fc;--color-primary-glow:#38bdf880;--color-accent:#22d3ee;--color-accent-light:#67e8f9;--color-accent-glow:#22d3ee66;--color-bg:#0f172a;--color-bg-secondary:#1e293b;--color-bg-glass:#1e293bb3;--color-text-main:#f8fafc;--color-text-secondary:#94a3b8;--color-text-muted:#64748b;--color-text-inverse:#0f172a;--gradient-primary:linear-gradient(135deg,var(--color-primary)0%,var(--color-accent)100%);--gradient-dark:linear-gradient(to bottom,#0f172a,#020617);--gradient-glass:linear-gradient(145deg,#ffffff0d 0%,#ffffff03 100%);--max-width:1280px;--header-height:80px;--border-radius-sm:8px;--border-radius-md:16px;--border-radius-lg:24px;--shadow-sm:0 4px 6px -1px #0000004d;--shadow-md:0 10px 15px -3px #0000004d;--shadow-glow:0 0 20px #38bdf826;--shadow-neon:0 0 10px var(--color-primary-glow),0 0 20px var(--color-accent-glow);--transition-fast:.2s ease-out;--transition-normal:.3s cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--color-text-main);background:var(--color-bg);background-image:var(--gradient-dark);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:100px 0;position:relative}.text-center{text-align:center}.glass-panel{background:var(--color-bg-glass);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-md);border:1px solid #ffffff0d;border-top-color:#ffffff1a}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.btn-primary{background:var(--gradient-primary);color:var(--color-text-inverse);border-radius:var(--border-radius-md);transition:var(--transition-normal);justify-content:center;align-items:center;padding:12px 24px;font-family:Outfit,sans-serif;font-weight:600;display:inline-flex}.btn-primary:hover{box-shadow:var(--shadow-neon);transform:translateY(-2px)}
