.Footer-module-scss-module__JLT4gq__footer{background:var(--footer-bg);color:var(--text-primary);border-top:1px solid var(--footer-border);-webkit-backdrop-filter:blur(12px);margin-top:auto;padding:3rem 0;position:relative}.Footer-module-scss-module__JLT4gq__container{max-width:1200px;margin:0 auto;padding:0 20px}.Footer-module-scss-module__JLT4gq__top{grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.Footer-module-scss-module__JLT4gq__top{text-align:center;grid-template-columns:1fr;gap:2rem}}.Footer-module-scss-module__JLT4gq__brand{flex-direction:column;gap:.5rem;display:flex}@media (max-width:768px){.Footer-module-scss-module__JLT4gq__brand{align-items:center}}.Footer-module-scss-module__JLT4gq__brandName{background:var(--gradient-text);-webkit-text-fill-color:#0000;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.Footer-module-scss-module__JLT4gq__tagline{color:var(--text-muted);font-size:.875rem;line-height:1.6}.Footer-module-scss-module__JLT4gq__nav{flex-direction:column;gap:.5rem;display:flex}@media (max-width:768px){.Footer-module-scss-module__JLT4gq__nav{display:none}}.Footer-module-scss-module__JLT4gq__navTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.Footer-module-scss-module__JLT4gq__navList{flex-direction:column;gap:.75rem;display:flex}.Footer-module-scss-module__JLT4gq__navItem{color:var(--text-secondary);font-size:.9rem;transition:all .2s}.Footer-module-scss-module__JLT4gq__navItem:hover{color:var(--text-primary);transform:translate(4px)}.Footer-module-scss-module__JLT4gq__contact{flex-direction:column;gap:.5rem;display:flex}@media (max-width:768px){.Footer-module-scss-module__JLT4gq__contact{align-items:center}}.Footer-module-scss-module__JLT4gq__contactTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.Footer-module-scss-module__JLT4gq__contactItem{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.Footer-module-scss-module__JLT4gq__contactLink{color:var(--text-secondary);font-size:.875rem;transition:all .2s}.Footer-module-scss-module__JLT4gq__contactLink:hover{color:var(--accent-blue)}.Footer-module-scss-module__JLT4gq__divider{background:var(--border-color);height:1px;margin:2rem 0}.Footer-module-scss-module__JLT4gq__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.Footer-module-scss-module__JLT4gq__bottom{flex-direction:column;gap:1.5rem}}.Footer-module-scss-module__JLT4gq__copyright{color:var(--text-muted);font-size:.875rem}.Footer-module-scss-module__JLT4gq__socialList{align-items:center;gap:1rem;display:flex}.Footer-module-scss-module__JLT4gq__socialLink{width:40px;height:40px;color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:inline-flex}.Footer-module-scss-module__JLT4gq__socialLink:hover{color:var(--text-primary);background:var(--glass-bg-hover);border-color:var(--border-color-hover);transform:translateY(-2px)}
.Header-module-scss-module__rIun6a__header{background:var(--header-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--header-border);z-index:1000;height:80px;transition:all .3s;position:sticky;top:0}.Header-module-scss-module__rIun6a__header.Header-module-scss-module__rIun6a__scrolled{background:var(--header-bg-scrolled);box-shadow:var(--card-shadow);border-bottom-color:var(--border-color-hover)}.Header-module-scss-module__rIun6a__container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 20px;display:flex}.Header-module-scss-module__rIun6a__logo{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;background:var(--gradient-text);-webkit-text-fill-color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;transition:all .3s}.Header-module-scss-module__rIun6a__logo:hover{color:var(--accent-blue);filter:drop-shadow(0 0 20px var(--accent-blue))}.Header-module-scss-module__rIun6a__desktopNav{align-items:center;gap:2rem;display:flex}@media (max-width:768px){.Header-module-scss-module__rIun6a__desktopNav{display:none}}.Header-module-scss-module__rIun6a__navLink{color:var(--text-secondary);padding:.5rem 0;font-weight:500;transition:all .3s;position:relative}.Header-module-scss-module__rIun6a__navLink:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module-scss-module__rIun6a__navLink:hover{color:var(--text-primary)}.Header-module-scss-module__rIun6a__navLink:hover:after{width:100%}.Header-module-scss-module__rIun6a__actions{align-items:center;gap:1rem;display:flex}.Header-module-scss-module__rIun6a__mobileToggle{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:.5rem;transition:all .3s;display:none}.Header-module-scss-module__rIun6a__mobileToggle:hover{color:var(--accent-blue)}@media (max-width:768px){.Header-module-scss-module__rIun6a__mobileToggle{display:block}}.Header-module-scss-module__rIun6a__hamburger{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.Header-module-scss-module__rIun6a__line{background:currentColor;border-radius:2px;width:24px;height:2px;display:block;position:absolute}.Header-module-scss-module__rIun6a__desktopOnly{display:block}@media (max-width:768px){.Header-module-scss-module__rIun6a__desktopOnly{display:none}}.Header-module-scss-module__rIun6a__overlay{z-index:1040;-webkit-backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}@media (min-width:769px){.Header-module-scss-module__rIun6a__overlay{display:none}}.Header-module-scss-module__rIun6a__drawer{z-index:1050;background:var(--header-bg-scrolled);-webkit-backdrop-filter:blur(24px);border-left:1px solid var(--border-color);flex-direction:column;width:320px;height:100%;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 24px #0003}@media (min-width:769px){.Header-module-scss-module__rIun6a__drawer{display:none}}.Header-module-scss-module__rIun6a__drawerHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.Header-module-scss-module__rIun6a__drawerLogo{background:var(--gradient-text);-webkit-text-fill-color:#0000;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.Header-module-scss-module__rIun6a__closeButton{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Header-module-scss-module__rIun6a__closeButton:hover{color:var(--text-primary);background:var(--glass-bg)}.Header-module-scss-module__rIun6a__closeButton:active{transform:scale(.95)}.Header-module-scss-module__rIun6a__drawerNav{flex:1;padding:1rem;overflow-y:auto}.Header-module-scss-module__rIun6a__drawerList{flex-direction:column;gap:.25rem;display:flex}.Header-module-scss-module__rIun6a__drawerLink{color:var(--text-secondary);border-radius:1rem;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:1.125rem;font-weight:500;transition:all .3s;display:flex}.Header-module-scss-module__rIun6a__drawerLink:hover{color:var(--text-primary);background:var(--glass-bg)}.Header-module-scss-module__rIun6a__arrow{color:var(--accent-blue);font-size:1.25rem}.Header-module-scss-module__rIun6a__drawerFooter{border-top:1px solid var(--border-color);background:var(--glass-bg);padding:2rem}.Header-module-scss-module__rIun6a__drawerActions{align-items:center;gap:.75rem;display:flex}
.LanguageSwitcher-module-scss-module__VlS4yW__container{position:relative}.LanguageSwitcher-module-scss-module__VlS4yW__button{background:var(--glass-bg);border:1px solid var(--border-color);cursor:pointer;color:var(--text-primary);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.LanguageSwitcher-module-scss-module__VlS4yW__button:hover{background:var(--glass-bg-hover);border-color:var(--border-color-hover)}@media (max-width:768px){.LanguageSwitcher-module-scss-module__VlS4yW__button{padding:.4rem .8rem;font-size:.875rem}}.LanguageSwitcher-module-scss-module__VlS4yW__dropdown{background:var(--header-bg-scrolled);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:var(--card-shadow);z-index:1001;border-radius:12px;min-width:120px;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}@media (max-width:768px){.LanguageSwitcher-module-scss-module__VlS4yW__dropdown{top:auto;bottom:calc(100% + .5rem)}}.LanguageSwitcher-module-scss-module__VlS4yW__dropdown button{text-align:left;cursor:pointer;width:100%;color:var(--text-secondary);background:0 0;border:none;padding:.8rem 1rem;font-size:.9rem;transition:all .2s;display:block}.LanguageSwitcher-module-scss-module__VlS4yW__dropdown button:hover{background:var(--glass-bg);color:var(--text-primary)}.LanguageSwitcher-module-scss-module__VlS4yW__dropdown button.LanguageSwitcher-module-scss-module__VlS4yW__active{color:var(--accent-blue);background:var(--glass-bg);font-weight:700}
.ThemeToggle-module-scss-module___GpSgq__toggle{background:var(--glass-bg);border:1px solid var(--border-color);cursor:pointer;width:40px;height:40px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative}.ThemeToggle-module-scss-module___GpSgq__toggle:hover{background:var(--glass-bg-hover);border-color:var(--border-color-hover);transform:scale(1.05)}.ThemeToggle-module-scss-module___GpSgq__toggle:active{transform:scale(.95)}@media (max-width:768px){.ThemeToggle-module-scss-module___GpSgq__toggle{width:36px;height:36px}}
:root{--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--bg-hero:linear-gradient(135deg,#e0f2fe 0%,#f8fafc 100%);--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--text-dim:#cbd5e1;--border-color:#e2e8f0;--border-color-hover:#cbd5e1;--accent-blue:#2563eb;--accent-blue-light:#3b82f6;--accent-blue-dark:#1d4ed8;--accent-secondary:#6366f1;--accent-red:#ef4444;--accent-red-dark:#dc2626;--glass-bg:#fffc;--glass-bg-hover:#ffffffe6;--glass-border:#00000014;--glass-border-hover:#0000001f;--header-bg:#fffc;--header-bg-scrolled:#fffffff2;--header-border:#0000001a;--footer-bg:#f8fafc;--footer-border:#e2e8f0;--card-shadow:0 4px 20px #00000014;--card-shadow-hover:0 8px 30px #0000001f;--gradient-primary:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);--gradient-accent:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);--gradient-text:linear-gradient(to right,#0f172a,#475569);--gradient-radial:radial-gradient(circle at 30% 50%,#2563eb0d 0%,transparent 50%),radial-gradient(circle at 70% 80%,#6366f10a 0%,transparent 50%);--overlay-light:linear-gradient(180deg,#f8fafc4d 0%,#f1f5f9b3 100%);--overlay-heavy:linear-gradient(135deg,#f8fafcd9 0%,#f1f5f9e6 100%);--overlay-bg:#f8fafcd9;--overlay-radial:radial-gradient(circle at center,#f8fafccc 0%,#f1f5f9f2 100%);--accent-bg-subtle:#2563eb0d;--accent-bg-light:#2563eb1a;--accent-bg-medium:#2563eb26;--accent-bg-strong:#2563eb33;--accent-border-light:#2563eb66;--accent-border-strong:#2563eb99}[data-theme=dark]{--bg-primary:#000;--bg-secondary:#0d1e3e;--bg-tertiary:#1a2744;--bg-hero:linear-gradient(135deg,#0d1e3e 0%,#1a2744 100%);--text-primary:#ffffffeb;--text-secondary:#ffffffb3;--text-muted:#ffffff80;--text-dim:#fff6;--border-color:#ffffff1a;--border-color-hover:#fff3;--accent-blue:#38bdf8;--accent-blue-light:#60a5fa;--accent-blue-dark:#0ea5e9;--accent-secondary:#3b82f6;--accent-red:#ef4444;--accent-red-dark:#dc2626;--glass-bg:#ffffff14;--glass-bg-hover:#ffffff1f;--glass-border:#38bdf840;--glass-border-hover:#38bdf880;--header-bg:#0009;--header-bg-scrolled:#0d1e3ef2;--header-border:#38bdf826;--footer-bg:#060e1f;--footer-border:#38bdf833;--card-shadow:0 10px 30px #0000004d;--card-shadow-hover:0 15px 40px #38bdf833;--gradient-primary:linear-gradient(135deg,#38bdf8 0%,#0ea5e9 100%);--gradient-accent:linear-gradient(135deg,#38bdf8 0%,#3b82f6 100%);--gradient-text:linear-gradient(to right,#fff,#e0f2fe,#fff);--gradient-radial:radial-gradient(circle at 30% 50%,#38bdf814 0%,transparent 50%),radial-gradient(circle at 70% 80%,#3b82f60f 0%,transparent 50%);--overlay-light:linear-gradient(180deg,#0d1e3e4d 0%,#0d1e3eb3 100%);--overlay-heavy:linear-gradient(135deg,#0d1e3ed9 0%,#1a2744e6 100%);--overlay-bg:#0d1e3ed9;--overlay-radial:radial-gradient(circle at center,#0d1e3ecc 0%,#050c1cf2 100%);--accent-bg-subtle:#38bdf80d;--accent-bg-light:#38bdf81a;--accent-bg-medium:#38bdf826;--accent-bg-strong:#38bdf833;--accent-border-light:#38bdf866;--accent-border-strong:#38bdf899}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{color:var(--text-primary);background:var(--bg-primary);flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;transition:background-color .3s,color .3s;display:flex}body:before{content:"";background:var(--gradient-radial);pointer-events:none;z-index:0;position:fixed;inset:0}main{z-index:1;flex:1;position:relative}a{color:inherit;text-decoration:none;transition:all .3s}a:hover{color:var(--accent-blue)}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
