@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg-primary:#f8fafc;--color-bg-secondary:#f1f5f9;--color-bg-card:#fff;--color-bg-card-hover:#f8fafc;--color-bg-elevated:#fff;--color-accent:#dc554f;--color-accent-hover:#e66a65;--color-accent-light:#dc554f26;--color-accent-glow:#dc554f66;--color-steel:#3b82f6;--color-steel-light:#3b82f626;--color-text-primary:#0f172a;--color-text-secondary:#334155;--color-text-muted:#64748b;--color-border:#0000001a;--color-border-hover:#0003;--gradient-hero:linear-gradient(135deg, #0a0e1a 0%, #111827 50%, #0f1729 100%);--gradient-card:linear-gradient(145deg, #fff, #f8fafc);--gradient-accent:linear-gradient(135deg, #dc554f, #e66a65);--gradient-steel:linear-gradient(135deg, #1e40af, #3b82f6);--gradient-overlay:linear-gradient(180deg, #0a0e1a00 0%, #0a0e1ae6 100%);--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 14px #0000001a;--shadow-lg:0 10px 30px #00000026;--shadow-glow:0 0 30px #dc554f4d;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:96px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--max-width:1280px;--header-height:130px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}@media (max-width:480px){.container{padding:0 16px}}@media (max-width:340px){.container{padding:0 10px}}.section{padding:var(--space-4xl) 0}.section-title{margin-bottom:var(--space-md);background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,3rem)}.section-subtitle{color:var(--color-text-secondary);max-width:600px;margin-bottom:var(--space-3xl);font-size:1.1rem}.btn{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);transition:all var(--transition-base);padding:12px 28px;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--gradient-accent);color:#fff;box-shadow:0 4px 15px #dc554f4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #dc554f73}.btn-outline{color:var(--color-text-primary);border:1.5px solid var(--color-border-hover);background:0 0}.btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-light)}.glass-card{background:var(--gradient-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-slow)}.glass-card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-lg);transform:translateY(-4px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-primary)}::-webkit-scrollbar-thumb{background:var(--color-bg-elevated);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #dc554f33}50%{box-shadow:0 0 40px #dc554f66}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in-up{animation:.6s forwards fadeInUp}.animate-fade-in{animation:.5s forwards fadeIn}.animate-slide-left{animation:.6s forwards slideInLeft}.animate-slide-right{animation:.6s forwards slideInRight}@media (max-width:768px){:root{--header-height:64px}.container{padding:0 var(--space-md)}.section{padding:var(--space-3xl) 0}}.formattedText{white-space:pre-line;word-break:break-word}
.Header-module__HmnIjW__header{z-index:1000;transition:all var(--transition-base);box-shadow:none;background:0 0;position:fixed;top:0;left:0;right:0}.Header-module__HmnIjW__header.Header-module__HmnIjW__scrolled{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);background-color:#ffffffe6}.Header-module__HmnIjW__header.Header-module__HmnIjW__scrolled .Header-module__HmnIjW__topBar{opacity:0;pointer-events:none;border:none;max-height:0;padding:0}.Header-module__HmnIjW__topBar{color:#f1f5f9;opacity:1;max-height:60px;transition:all var(--transition-base);background:#0a0e1a;padding:8px 0;font-size:.8rem;overflow:hidden}.Header-module__HmnIjW__topBarContainer{max-width:var(--max-width);padding:0 var(--space-lg);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__HmnIjW__topBarLeft{gap:var(--space-md);display:flex}.Header-module__HmnIjW__topBarItem{color:#fffc;align-items:center;gap:6px;display:flex}.Header-module__HmnIjW__topBarItem svg{color:var(--color-accent)}.Header-module__HmnIjW__topBarRight{gap:var(--space-sm);display:flex}.Header-module__HmnIjW__socialIcon{color:#fffc;transition:color var(--transition-base);align-items:center;display:flex}.Header-module__HmnIjW__socialIcon:hover{color:var(--color-accent)}.Header-module__HmnIjW__container{max-width:var(--max-width);padding:10px var(--space-lg);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__HmnIjW__logo{align-items:center;gap:var(--space-sm);color:var(--color-text-primary);z-index:1001;text-decoration:none;display:flex}.Header-module__HmnIjW__logoIcon{width:52px;height:52px;color:var(--color-accent);transition:transform var(--transition-base)}.Header-module__HmnIjW__logoImage{object-fit:contain;width:auto;max-width:400px;height:80px;transition:all var(--transition-base)}.Header-module__HmnIjW__header.Header-module__HmnIjW__scrolled .Header-module__HmnIjW__logoImage{height:50px}.Header-module__HmnIjW__logo:hover .Header-module__HmnIjW__logoIcon,.Header-module__HmnIjW__logo:hover .Header-module__HmnIjW__logoImage{transform:scale(1.08)}.Header-module__HmnIjW__logoText{flex-direction:column;line-height:1;display:flex}.Header-module__HmnIjW__logoTitle{font-family:var(--font-heading);letter-spacing:.12em;color:#fff;transition:color var(--transition-base);font-size:1.5rem;font-weight:900}.Header-module__HmnIjW__header.Header-module__HmnIjW__scrolled .Header-module__HmnIjW__logoTitle{color:var(--color-text-primary)}.Header-module__HmnIjW__logoSub{letter-spacing:.18em;color:var(--color-accent);margin-top:2px;font-size:.72rem;font-weight:600}.Header-module__HmnIjW__desktopNav{align-items:center;gap:var(--space-xl);display:flex}.Header-module__HmnIjW__navLink{color:#fffc;transition:color var(--transition-base);padding:var(--space-xs) 0;font-size:.92rem;font-weight:600;position:relative}.Header-module__HmnIjW__header.Header-module__HmnIjW__scrolled .Header-module__HmnIjW__navLink{color:var(--color-text-secondary)}.Header-module__HmnIjW__navLink:hover,.Header-module__HmnIjW__navLink.Header-module__HmnIjW__active{color:#fff}.Header-module__HmnIjW__header.Header-module__HmnIjW__scrolled .Header-module__HmnIjW__navLink:hover,.Header-module__HmnIjW__header.Header-module__HmnIjW__scrolled .Header-module__HmnIjW__navLink.Header-module__HmnIjW__active{color:var(--color-text-primary)}.Header-module__HmnIjW__navUnderline{background:var(--gradient-accent);border-radius:var(--radius-full);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-2px;left:0}.Header-module__HmnIjW__navLink:hover .Header-module__HmnIjW__navUnderline,.Header-module__HmnIjW__navLink.Header-module__HmnIjW__active .Header-module__HmnIjW__navUnderline{width:100%}.Header-module__HmnIjW__dropdownContainer{align-items:center;display:flex;position:relative}.Header-module__HmnIjW__dropdownMenu{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-sm) 0;opacity:0;visibility:hidden;min-width:200px;transition:all var(--transition-base);z-index:1000;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 25px #00000080}.Header-module__HmnIjW__dropdownContainer:hover .Header-module__HmnIjW__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__HmnIjW__dropdownItem{padding:var(--space-sm) var(--space-lg);color:var(--color-text-primary);transition:background var(--transition-base), color var(--transition-base);font-size:.9rem;font-weight:500;text-decoration:none;display:block}.Header-module__HmnIjW__dropdownItem:hover{color:var(--color-accent);background:#ffffff0d}.Header-module__HmnIjW__contactBtn{background:var(--gradient-accent);border-radius:var(--radius-full);transition:all var(--transition-base);padding:10px 24px;font-size:.9rem;font-weight:600;animation:3s ease-in-out infinite Header-module__HmnIjW__pulse-glow;box-shadow:0 2px 12px #dc554f40;color:#fff!important}.Header-module__HmnIjW__contactBtn:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 4px 20px #dc554f73}.Header-module__HmnIjW__langToggle{color:#fff;border-radius:var(--radius-full);letter-spacing:.1em;cursor:pointer;transition:all var(--transition-base);background:#ffffff26;border:1px solid #ffffff4d;padding:6px 14px;font-size:.8rem;font-weight:700}.Header-module__HmnIjW__header.Header-module__HmnIjW__scrolled .Header-module__HmnIjW__langToggle{color:var(--color-text-secondary);border-color:var(--color-border-hover);background:0 0}.Header-module__HmnIjW__langToggle:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.Header-module__HmnIjW__header.Header-module__HmnIjW__scrolled .Header-module__HmnIjW__langToggle:hover{background:var(--color-accent-light);color:var(--color-accent);border-color:var(--color-accent)}.Header-module__HmnIjW__mobileControls{align-items:center;gap:var(--space-sm);z-index:1001;display:none}.Header-module__HmnIjW__headerMobileContactBtn{background:var(--gradient-accent);border-radius:var(--radius-full);white-space:nowrap;transition:all var(--transition-base);padding:6px 14px;font-size:.82rem;font-weight:600;text-decoration:none;box-shadow:0 2px 10px #dc554f4d;color:#fff!important}.Header-module__HmnIjW__headerMobileContactBtn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #dc554f80}.Header-module__HmnIjW__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;padding:0;display:flex}.Header-module__HmnIjW__hamburgerLine{border-radius:var(--radius-full);width:100%;height:2px;transition:all var(--transition-base);transform-origin:50%;background:#fff;display:block}.Header-module__HmnIjW__header.Header-module__HmnIjW__scrolled .Header-module__HmnIjW__hamburgerLine{background:var(--color-text-primary)}.Header-module__HmnIjW__hamburger.Header-module__HmnIjW__open .Header-module__HmnIjW__hamburgerLine{background:#fff!important}.Header-module__HmnIjW__langToggle.Header-module__HmnIjW__open{color:#fff!important;border-color:#ffffff4d!important}.Header-module__HmnIjW__hamburger.Header-module__HmnIjW__open .Header-module__HmnIjW__hamburgerLine:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__HmnIjW__hamburger.Header-module__HmnIjW__open .Header-module__HmnIjW__hamburgerLine:nth-child(2){opacity:0;transform:scaleX(0)}.Header-module__HmnIjW__hamburger.Header-module__HmnIjW__open .Header-module__HmnIjW__hamburgerLine:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__HmnIjW__mobileOverlay{opacity:0;visibility:hidden;transition:all var(--transition-base);z-index:999;background:#0009;position:fixed;inset:0}.Header-module__HmnIjW__mobileOverlay.Header-module__HmnIjW__overlayOpen{opacity:1;visibility:visible}.Header-module__HmnIjW__mobileMenu{box-sizing:border-box;width:300px;height:100dvh;transition:transform var(--transition-slow);z-index:1000;padding:calc(var(--header-height) + var(--space-xl)) var(--space-xl) var(--space-xl);background:#0a0e1a;border-left:1px solid #ffffff0d;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__HmnIjW__mobileMenu.Header-module__HmnIjW__menuOpen{transform:translate(0)}.Header-module__HmnIjW__mobileNav{flex-direction:column;flex-grow:1;gap:4px;display:flex}.Header-module__HmnIjW__mobileNavLink{color:#ffffffd9;border-radius:var(--radius-md);transition:all var(--transition-base);opacity:0;padding:8px 12px;font-size:1rem;font-weight:500;animation:.4s forwards Header-module__HmnIjW__fadeInUp;display:block}.Header-module__HmnIjW__menuOpen .Header-module__HmnIjW__mobileNavLink{opacity:1}.Header-module__HmnIjW__mobileNavLink:hover,.Header-module__HmnIjW__mobileNavLink.Header-module__HmnIjW__active{color:#fff;background:#ffffff0d}.Header-module__HmnIjW__mobileNavLink.Header-module__HmnIjW__active{border-left:3px solid var(--color-accent);padding-left:9px}.Header-module__HmnIjW__mobileDropdownContainer{flex-direction:column;display:flex}.Header-module__HmnIjW__mobileDropdownMenu{padding-left:var(--space-md);margin-top:4px;margin-left:var(--space-md);border-left:2px solid #ffffff1a;flex-direction:column;gap:2px;display:flex}.Header-module__HmnIjW__mobileDropdownItem{color:#ffffffa6;transition:all var(--transition-base);border-radius:4px;padding:4px 8px;font-size:.88rem;font-weight:400;text-decoration:none}.Header-module__HmnIjW__mobileDropdownItem:hover{color:var(--color-accent);background:#ffffff0d}.Header-module__HmnIjW__mobileContactBtn{background:var(--gradient-accent);color:#fff;border-radius:var(--radius-md);letter-spacing:.03em;transition:all var(--transition-base);opacity:0;justify-content:center;align-items:center;margin-top:12px;margin-bottom:8px;padding:10px 16px;font-size:1rem;font-weight:700;animation:.4s forwards Header-module__HmnIjW__fadeInUp;display:flex;box-shadow:0 4px 15px #dc554f66}.Header-module__HmnIjW__menuOpen .Header-module__HmnIjW__mobileContactBtn{opacity:1}.Header-module__HmnIjW__mobileContactBtn:hover{transform:scale(1.03);box-shadow:0 6px 25px #dc554f99}@media (max-width:768px){.Header-module__HmnIjW__topBar,.Header-module__HmnIjW__desktopNav{display:none}.Header-module__HmnIjW__mobileControls{display:flex}.Header-module__HmnIjW__logoTitle{font-size:1.4rem}.Header-module__HmnIjW__logoSub{font-size:.7rem}.Header-module__HmnIjW__logoImage{height:60px}}@media (max-width:380px){.Header-module__HmnIjW__mobileControls{gap:6px}.Header-module__HmnIjW__headerMobileContactBtn{padding:5px 10px;font-size:.76rem}.Header-module__HmnIjW__langToggle{padding:4px 10px;font-size:.75rem}.Header-module__HmnIjW__logoImage{height:48px}}@media (max-width:320px){.Header-module__HmnIjW__mobileControls{gap:4px}.Header-module__HmnIjW__headerMobileContactBtn{padding:4px 8px;font-size:.72rem}.Header-module__HmnIjW__logoImage{height:42px}}.Header-module__HmnIjW__mobileContactInfo{margin-top:var(--space-xl);padding-top:var(--space-lg);gap:var(--space-md);opacity:1;border-top:1px solid #ffffff1a;flex-direction:column;display:flex}.Header-module__HmnIjW__mobileContactItem{align-items:center;gap:var(--space-sm);color:#fffc;transition:color var(--transition-base);font-size:.95rem;text-decoration:none;display:flex}.Header-module__HmnIjW__mobileContactItem:hover{color:var(--color-accent)}.Header-module__HmnIjW__mobileContactItem svg{color:var(--color-accent);flex-shrink:0;width:16px;height:16px}.Header-module__HmnIjW__mobileSocials{gap:var(--space-md);margin-top:var(--space-sm);display:flex}.Header-module__HmnIjW__mobileSocials a{color:#fffc;transition:color var(--transition-base)}.Header-module__HmnIjW__mobileSocials a:hover{color:var(--color-accent)}
.Footer-module__cyaCmW__footer{z-index:0;padding:var(--space-xl) 0 var(--space-md);background:#0a0e1a;border-top:1px solid #ffffff0d;position:relative;overflow:hidden}.Footer-module__cyaCmW__footer:before{content:"";z-index:-1;background-color:#0000;background-image:linear-gradient(#0a0e1abf,#0a0e1ae6),url(/images/abstract_pattern.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;animation:12s ease-in-out infinite alternate Footer-module__cyaCmW__dynamicPan;position:absolute;inset:-10%}@keyframes Footer-module__cyaCmW__dynamicPan{0%{transform:scale(1)translate(0)}to{transform:scale(1.1)translate(-2%,2%)}}.Footer-module__cyaCmW__glow{pointer-events:none;z-index:-1;background:radial-gradient(#3b82f626 0%,#0000 70%);width:600px;height:400px;animation:4s ease-in-out infinite alternate Footer-module__cyaCmW__pulseGlow;position:absolute;top:-100px;right:15%}@keyframes Footer-module__cyaCmW__pulseGlow{0%{opacity:.7;transform:scale(1)}to{opacity:1;transform:scale(1.15)}}.Footer-module__cyaCmW__container{z-index:1;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto;position:relative}.Footer-module__cyaCmW__grid{gap:var(--space-2xl);margin-bottom:var(--space-lg);grid-template-columns:1.5fr 1fr 1.2fr;display:grid}.Footer-module__cyaCmW__brand{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__cyaCmW__logo{align-items:center;gap:var(--space-sm);display:flex}.Footer-module__cyaCmW__logoIcon{width:34px;height:34px;color:var(--color-accent)}.Footer-module__cyaCmW__logoImage{object-fit:contain;width:auto;max-width:100%;height:70px}.Footer-module__cyaCmW__logoTitle{font-family:var(--font-heading);letter-spacing:.15em;font-size:1rem;font-weight:800;line-height:1;display:block}.Footer-module__cyaCmW__logoSub{letter-spacing:.2em;color:var(--color-accent);margin-top:2px;font-size:.5rem;font-weight:500;display:block}.Footer-module__cyaCmW__logoText{font-family:var(--font-heading);letter-spacing:.05em;color:#fff;margin-top:2px;font-size:1.3rem;font-weight:800}.Footer-module__cyaCmW__description{color:#ffffffb3;max-width:350px;font-size:.9rem;line-height:1.7}.Footer-module__cyaCmW__column{gap:var(--space-md);flex-direction:column;min-width:0;display:flex}.Footer-module__cyaCmW__columnTitle{font-family:var(--font-heading);color:#fff;margin-bottom:var(--space-xs);font-size:1rem;font-weight:600}.Footer-module__cyaCmW__links{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__cyaCmW__links a{color:#ffffffb3;transition:color var(--transition-base);font-size:.9rem}.Footer-module__cyaCmW__links a:hover{color:var(--color-accent)}.Footer-module__cyaCmW__contactList{gap:var(--space-md);flex-direction:column;width:100%;display:flex}.Footer-module__cyaCmW__contactItem{align-items:flex-start;gap:var(--space-sm);color:#ffffffb3;transition:color var(--transition-base);word-break:break-word;overflow-wrap:anywhere;font-size:.88rem;line-height:1.5;text-decoration:none;display:flex}.Footer-module__cyaCmW__contactItem:hover{color:var(--color-accent)}.Footer-module__cyaCmW__contactItem svg{color:var(--color-accent);flex-shrink:0;margin-top:2px}.Footer-module__cyaCmW__contactItem span{word-break:break-word;overflow-wrap:anywhere;min-width:0}.Footer-module__cyaCmW__socialLinks{gap:var(--space-md);margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid #ffffff1a;display:flex}.Footer-module__cyaCmW__socialLinks a{color:#fff;width:36px;height:36px;transition:all var(--transition-base);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__cyaCmW__socialLinks a:hover{background:var(--color-accent);transform:translateY(-2px);box-shadow:0 4px 12px #dc554f4d}.Footer-module__cyaCmW__bottom{padding-top:var(--space-lg);text-align:center;border-top:1px solid #ffffff1a}.Footer-module__cyaCmW__bottom p{color:#ffffff80;overflow-wrap:anywhere;font-size:.82rem}@media (max-width:768px){.Footer-module__cyaCmW__footer{padding:var(--space-lg) 0 var(--space-md)}.Footer-module__cyaCmW__grid{gap:var(--space-xl);margin-bottom:var(--space-md);grid-template-columns:1fr}.Footer-module__cyaCmW__brand{grid-column:1/-1}.Footer-module__cyaCmW__bottom{padding-top:var(--space-md)}}@media (max-width:480px){.Footer-module__cyaCmW__container{padding:0 16px}.Footer-module__cyaCmW__contactItem{font-size:.82rem}.Footer-module__cyaCmW__logoImage{height:55px}}@media (max-width:340px){.Footer-module__cyaCmW__container{padding:0 10px}.Footer-module__cyaCmW__contactItem{gap:6px;font-size:.78rem}.Footer-module__cyaCmW__logoImage{height:45px}}
