.header-module__T0eRAG__header{z-index:30;border-bottom:1px solid var(--header-border);background:var(--header-bg-compact);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 18px var(--header-shadow-compact);transition:padding .3s ease,backdrop-filter var(--theme-transition-duration)var(--theme-transition-ease),border-color var(--theme-transition-duration)var(--theme-transition-ease),box-shadow var(--theme-transition-duration)var(--theme-transition-ease);justify-content:space-between;align-items:center;padding:12px clamp(16px,5vw,84px);display:flex;position:sticky;top:0}.header-module__T0eRAG__headerActions{align-items:center;gap:8px;display:none}.header-module__T0eRAG__logoWrap{width:116px;transition:transform .35s,width .3s}.header-module__T0eRAG__logoWrap:hover{transform:translateY(-2px)scale(1.015)}.header-module__T0eRAG__logo{border-radius:10px;width:100%;height:auto;display:block}.header-module__T0eRAG__logoLight{display:block}.header-module__T0eRAG__logoDark{display:none}:root[data-theme=dark] .header-module__T0eRAG__logoLight{display:none}:root[data-theme=dark] .header-module__T0eRAG__logoDark{display:block}.header-module__T0eRAG__nav{align-items:center;gap:clamp(12px,1.8vw,24px);transition:gap .3s;display:flex}.header-module__T0eRAG__navOpen{display:flex}.header-module__T0eRAG__link{color:var(--header-link);text-align:center;white-space:nowrap;width:fit-content;font-size:18px;font-weight:600;font-family:var(--font-body);letter-spacing:.01em;transition:color var(--theme-transition-duration)var(--theme-transition-ease),transform .25s ease,font-size .25s ease;flex-shrink:0;text-decoration:none;position:relative}.header-module__T0eRAG__link:after{content:"";transform-origin:0;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.header-module__T0eRAG__link:hover{color:var(--header-link-hover);transform:translateY(-1px)}.header-module__T0eRAG__link:hover:after,.header-module__T0eRAG__link:focus-visible:after{transform:scaleX(1)}.header-module__T0eRAG__link:focus-visible,.header-module__T0eRAG__ctaButton:focus-visible,.header-module__T0eRAG__themeButton:focus-visible,.header-module__T0eRAG__menuButton:focus-visible{outline:2px solid var(--secondary-color);outline-offset:4px}.header-module__T0eRAG__menuButton{border:1px solid var(--theme-toggle-border);background:var(--theme-toggle-bg);width:44px;height:44px;color:var(--theme-toggle-text);cursor:pointer;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none}.header-module__T0eRAG__menuBar{background:currentColor;border-radius:999px;width:18px;height:2px;transition:transform .25s,opacity .2s}.header-module__T0eRAG__menuOpen .header-module__T0eRAG__menuBar:first-child{transform:translateY(7px)rotate(45deg)}.header-module__T0eRAG__menuOpen .header-module__T0eRAG__menuBar:nth-child(2){opacity:0}.header-module__T0eRAG__menuOpen .header-module__T0eRAG__menuBar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header-module__T0eRAG__themeButton{color:var(--theme-toggle-text);cursor:pointer;transition:transform .2s ease,filter .2s ease,background var(--theme-transition-duration)var(--theme-transition-ease),color var(--theme-transition-duration)var(--theme-transition-ease);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;font-size:.88rem;font-weight:700;display:flex}.header-module__T0eRAG__themeButton:hover{filter:brightness(1.04);transform:translateY(-1px)}.header-module__T0eRAG__themeButton svg{width:32px;height:32px;transition:transform var(--theme-transition-duration)var(--theme-transition-ease),fill var(--theme-transition-duration)var(--theme-transition-ease)}.header-module__T0eRAG__themeButtonNav{display:flex}.header-module__T0eRAG__iconMoon{display:inline-flex}.header-module__T0eRAG__iconSun{display:none}:root[data-theme=dark] .header-module__T0eRAG__iconMoon{display:none}:root[data-theme=dark] .header-module__T0eRAG__iconSun{display:inline-flex}.header-module__T0eRAG__themeButton:active svg{transform:rotate(18deg)scale(.96)}.header-module__T0eRAG__themeButtonHamburguer{display:none}.header-module__T0eRAG__ctaButton{font-size:.88rem;font-family:var(--font-body);text-align:center;color:var(--white);cursor:pointer;background:linear-gradient(100deg,var(--primary-color)0%,var(--secondary-color)100%);white-space:nowrap;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:10px 18px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s,filter .25s,padding .25s,font-size .25s;display:flex;box-shadow:0 8px 18px #832f9147}.header-module__T0eRAG__ctaButton:hover{filter:saturate(1.08);transform:translateY(-2px);box-shadow:0 12px 22px #1cbed852}.header-module__T0eRAG__ctaButton:active{transform:translateY(0)}@media (max-width:900px){.header-module__T0eRAG__header{padding:10px clamp(12px,3.8vw,20px)}.header-module__T0eRAG__nav{gap:clamp(10px,1.6vw,18px)}.header-module__T0eRAG__link{font-size:.88rem}}@media (max-width:750px){.header-module__T0eRAG__header{flex-wrap:wrap;row-gap:12px;padding:10px 14px}.header-module__T0eRAG__themeButtonNav{display:none}.header-module__T0eRAG__themeButtonHamburguer,.header-module__T0eRAG__headerActions{display:flex}.header-module__T0eRAG__logoWrap{width:104px}.header-module__T0eRAG__headerActions{margin-left:auto}.header-module__T0eRAG__themeButton{padding:8px}.header-module__T0eRAG__themeButton svg{width:28px;height:28px}.header-module__T0eRAG__nav{border:1px solid var(--header-border);background:var(--header-bg-compact);width:100%;box-shadow:0 10px 20px var(--header-shadow-compact);border-radius:14px;flex-direction:column;order:3;align-items:stretch;gap:10px;padding:14px;display:none}.header-module__T0eRAG__navOpen{display:flex}.header-module__T0eRAG__menuButton{display:inline-flex}.header-module__T0eRAG__link{padding:8px 4px;font-size:.95rem}.header-module__T0eRAG__link:after{bottom:1px}.header-module__T0eRAG__ctaButton{text-align:center;margin-top:4px;box-shadow:0 0 #0000}}@media (max-width:640px){.header-module__T0eRAG__header{padding:10px 12px}.header-module__T0eRAG__nav{padding:12px}}
.footer-module__x4bJBG__footer{border-top:1px solid var(--border-indigo-20);background:radial-gradient(circle at 15% 0%,var(--overlay-primary-18),transparent 34%),linear-gradient(135deg,var(--glass-white-10),var(--glass-white-03));padding:clamp(26px,5vw,42px) clamp(18px,6vw,80px) 18px}.footer-module__x4bJBG__container{grid-template-columns:1fr 1fr 1fr;place-items:center;gap:40px;margin:0 auto;display:grid}.footer-module__x4bJBG__brandColumn{text-align:right;gap:10px;display:grid}.footer-module__x4bJBG__centerColumn{flex-direction:column;align-items:center;gap:14px;display:flex}.footer-module__x4bJBG__centerLink{flex-direction:column;align-items:center;gap:12px;text-decoration:none;transition:transform .3s;display:flex}.footer-module__x4bJBG__centerLink:hover{transform:scale(1.05)}.footer-module__x4bJBG__centerLink .footer-module__x4bJBG__logoWrap{width:100px}.footer-module__x4bJBG__injuniorLogo{filter:invert();width:80px;height:auto;transition:filter .3s}:root[data-theme=dark] .footer-module__x4bJBG__injuniorLogo{filter:invert(0)}.footer-module__x4bJBG__developedBy{flex-direction:column;align-items:center;gap:4px;display:flex}.footer-module__x4bJBG__developedText{color:var(--text-ice-88);font-family:var(--font-body);font-size:.85rem;line-height:1.2}.footer-module__x4bJBG__injuniorName{color:var(--color-white);font-family:var(--font-body);font-size:clamp(.95rem,1.3vw,1.1rem);font-weight:700;line-height:1.2}.footer-module__x4bJBG__logoWrap,.footer-module__x4bJBG__logo,.footer-module__x4bJBG__logoLight,.footer-module__x4bJBG__logoDark{display:none}.footer-module__x4bJBG__location{color:var(--color-white);font-family:var(--font-body);font-size:clamp(1rem,1.4vw,1.2rem);font-weight:700;line-height:1.25}.footer-module__x4bJBG__locationMuted{color:var(--text-ice-88);font-family:var(--font-body);font-size:clamp(.9rem,1.1vw,1rem);line-height:1.3}.footer-module__x4bJBG__socialColumn{flex-direction:column;gap:12px;display:flex}.footer-module__x4bJBG__socialColumn h3{color:var(--color-white);font-family:var(--font-body);font-size:clamp(1.05rem,1.5vw,1.25rem);font-weight:700}.footer-module__x4bJBG__socialList{gap:16px;display:flex}.footer-module__x4bJBG__icon{color:var(--text-ice-94);place-items:center;text-decoration:none;display:grid}:root[data-theme=dark] .footer-module__x4bJBG__icon{color:var(--hero-title)}.footer-module__x4bJBG__socialButton{border:1px solid var(--border-ice-20);background:var(--glass-white-08);color:var(--text-ice-94);font-family:var(--font-body);cursor:default;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-size:.94rem;font-weight:600;display:flex}.footer-module__x4bJBG__icon svg{fill:currentColor;cursor:pointer;width:32px;height:32px}.footer-module__x4bJBG__copyright{border-top:1px solid var(--border-indigo-20);color:var(--text-ice-78);font-family:var(--font-body);text-align:center;margin:18px auto 0;padding-top:14px;font-size:.85rem;line-height:1.3}@media (max-width:760px){.footer-module__x4bJBG__container{grid-template-columns:1fr;gap:24px}.footer-module__x4bJBG__brandColumn{text-align:center}.footer-module__x4bJBG__socialList{justify-content:center}}
