.Navbar-module__yCp-1G__header{height:var(--nav-height);background-color:var(--card);z-index:50;border-bottom:1px solid #0000;transition:box-shadow .2s,border-bottom .2s;position:fixed;top:0;left:0;right:0}.Navbar-module__yCp-1G__scrolled{border-bottom:1px solid var(--border);box-shadow:0 4px 20px #24312c0d}.Navbar-module__yCp-1G__navContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Navbar-module__yCp-1G__logo{color:var(--main-brand);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Navbar-module__yCp-1G__desktopNav{align-items:center;gap:32px;display:none}.Navbar-module__yCp-1G__navLink{color:var(--main-text);padding-bottom:2px;font-size:.95rem;font-weight:600;transition:color .2s;position:relative}.Navbar-module__yCp-1G__navLink:hover,.Navbar-module__yCp-1G__navLinkActive{color:var(--main-brand)}.Navbar-module__yCp-1G__navLinkActive:after{content:"";background:var(--main-brand);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.Navbar-module__yCp-1G__ctaButton{background-color:var(--main-brand);color:#fff;border-radius:8px;padding:10px 24px;font-size:.95rem;font-weight:600;transition:background-color .2s}.Navbar-module__yCp-1G__ctaButton:hover{background-color:var(--brand-dark)}.Navbar-module__yCp-1G__mobileMenuBtn{color:var(--main-text);cursor:pointer;background:0 0;border:none;padding:8px;display:block}.Navbar-module__yCp-1G__mobileNav{top:var(--nav-height);background-color:var(--card);border-bottom:1px solid var(--border);opacity:0;visibility:hidden;flex-direction:column;gap:20px;padding:24px;transition:all .3s;display:flex;position:absolute;left:0;right:0;transform:translateY(-100%);box-shadow:0 10px 20px #24312c0d}.Navbar-module__yCp-1G__mobileNav.Navbar-module__yCp-1G__open{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__yCp-1G__mobileNavLink{color:var(--main-text);font-size:1.1rem;font-weight:600}.Navbar-module__yCp-1G__mobileCtaButton{background-color:var(--main-brand);color:#fff;text-align:center;border-radius:8px;margin-top:8px;padding:12px;font-weight:600}@media (min-width:1024px){.Navbar-module__yCp-1G__desktopNav{display:flex}.Navbar-module__yCp-1G__mobileMenuBtn{display:none}.Navbar-module__yCp-1G__mobileNav{display:none!important}}
.ApplyModal-module__D-xQtG__overlay{-webkit-backdrop-filter:blur(4px);z-index:400;background:#18221d8c;justify-content:center;align-items:center;padding:16px;animation:.18s ApplyModal-module__D-xQtG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ApplyModal-module__D-xQtG__fadeIn{0%{opacity:0}to{opacity:1}}.ApplyModal-module__D-xQtG__modal{background:var(--card);border:1px solid var(--border);border-radius:20px;flex-direction:column;width:100%;max-width:560px;max-height:92vh;animation:.22s ApplyModal-module__D-xQtG__slideUp;display:flex;overflow-y:auto;box-shadow:0 24px 64px #18221d2e}@keyframes ApplyModal-module__D-xQtG__slideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ApplyModal-module__D-xQtG__header{justify-content:space-between;align-items:flex-start;gap:12px;padding:24px 24px 0;display:flex}.ApplyModal-module__D-xQtG__headerLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--main-brand);margin-bottom:4px;font-size:.72rem;font-weight:700}.ApplyModal-module__D-xQtG__headerTitle{color:var(--main-text);font-size:1.35rem;font-weight:800;line-height:1.2}.ApplyModal-module__D-xQtG__closeBtn{background:var(--highlight);border:1px solid var(--border);width:36px;height:36px;color:var(--secondary-text);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.ApplyModal-module__D-xQtG__closeBtn:hover{background:var(--soft-accent);color:var(--main-text)}.ApplyModal-module__D-xQtG__itemChip{background:var(--highlight);border:1px solid var(--soft-accent);color:var(--brand-dark);word-break:break-word;border-radius:8px;max-width:calc(100% - 48px);margin:12px 24px 0;padding:6px 14px;font-size:.82rem;font-weight:600;line-height:1.4;display:inline-block}.ApplyModal-module__D-xQtG__body{flex:1;padding:20px 24px 24px}.ApplyModal-module__D-xQtG__fieldGroup{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.ApplyModal-module__D-xQtG__fieldRow{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:480px){.ApplyModal-module__D-xQtG__fieldRow{grid-template-columns:1fr}}.ApplyModal-module__D-xQtG__field{flex-direction:column;gap:5px;display:flex}.ApplyModal-module__D-xQtG__label{color:var(--main-text);letter-spacing:.02em;font-size:.78rem;font-weight:700}.ApplyModal-module__D-xQtG__req{color:var(--main-brand);margin-left:2px}.ApplyModal-module__D-xQtG__input,.ApplyModal-module__D-xQtG__select{border:1.5px solid var(--border);width:100%;color:var(--main-text);background:var(--input-bg);appearance:none;border-radius:8px;outline:none;padding:10px 13px;font-family:inherit;font-size:.88rem;transition:border-color .18s,box-shadow .18s}.ApplyModal-module__D-xQtG__input:focus,.ApplyModal-module__D-xQtG__select:focus{border-color:var(--main-brand);box-shadow:0 0 0 3px #6b908021}.ApplyModal-module__D-xQtG__input.ApplyModal-module__D-xQtG__hasError,.ApplyModal-module__D-xQtG__select.ApplyModal-module__D-xQtG__hasError{border-color:var(--error)}.ApplyModal-module__D-xQtG__input::placeholder{color:var(--secondary-text);opacity:.65}.ApplyModal-module__D-xQtG__selectWrapper{position:relative}.ApplyModal-module__D-xQtG__selectWrapper:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid var(--secondary-text);pointer-events:none;width:0;height:0;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.ApplyModal-module__D-xQtG__select{cursor:pointer;padding-right:36px}.ApplyModal-module__D-xQtG__errMsg{color:var(--error);margin-top:2px;font-size:.75rem}.ApplyModal-module__D-xQtG__modeNote{background:#fff8e6;border:1px solid #f5d87a;border-radius:8px;align-items:flex-start;gap:8px;margin-top:8px;padding:10px 14px;display:flex}.ApplyModal-module__D-xQtG__modeNoteIcon{flex-shrink:0;font-size:1rem;line-height:1.4}.ApplyModal-module__D-xQtG__modeNoteText{color:#7a5c00;font-size:.8rem;line-height:1.5}.ApplyModal-module__D-xQtG__amountBox{background:var(--highlight);border:1px solid var(--soft-accent);border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:14px 18px;display:flex}.ApplyModal-module__D-xQtG__amountLabel{color:var(--secondary-text);font-size:.85rem;font-weight:600}.ApplyModal-module__D-xQtG__amountValue{color:var(--main-brand);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.ApplyModal-module__D-xQtG__submitBtn{background:var(--main-brand);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 20px;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .18s,transform .15s;display:flex}.ApplyModal-module__D-xQtG__submitBtn:hover:not(:disabled){background:var(--brand-dark);transform:translateY(-1px)}.ApplyModal-module__D-xQtG__submitBtn:disabled{opacity:.55;cursor:not-allowed}.ApplyModal-module__D-xQtG__payingState{text-align:center;flex-direction:column;align-items:center;gap:18px;padding:40px 20px;display:flex}.ApplyModal-module__D-xQtG__payingState p{color:var(--secondary-text);font-size:.95rem}.ApplyModal-module__D-xQtG__spinner{border:3px solid var(--border);border-top-color:var(--main-brand);border-radius:50%;width:40px;height:40px;animation:.7s linear infinite ApplyModal-module__D-xQtG__spin}@keyframes ApplyModal-module__D-xQtG__spin{to{transform:rotate(360deg)}}.ApplyModal-module__D-xQtG__successState{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:32px 16px;display:flex}.ApplyModal-module__D-xQtG__successIconWrap{background:var(--highlight);border:2px solid var(--soft-accent);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;display:flex}.ApplyModal-module__D-xQtG__successIconWrap svg{color:var(--main-brand)}.ApplyModal-module__D-xQtG__successTitle{color:var(--main-text);font-size:1.25rem;font-weight:800}.ApplyModal-module__D-xQtG__successSubtitle{color:var(--secondary-text);max-width:340px;font-size:.875rem;line-height:1.6}.ApplyModal-module__D-xQtG__paymentRef{color:var(--secondary-text);background:var(--highlight);border-radius:6px;padding:4px 10px;font-size:.75rem}.ApplyModal-module__D-xQtG__finalBtn{background:linear-gradient(135deg, var(--main-brand) 0%, var(--brand-dark) 100%);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;max-width:320px;padding:14px 20px;font-family:inherit;font-size:.95rem;font-weight:700;transition:opacity .18s,transform .15s;display:flex}.ApplyModal-module__D-xQtG__finalBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ApplyModal-module__D-xQtG__finalBtn:disabled{opacity:.55;cursor:not-allowed}.ApplyModal-module__D-xQtG__doneState{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:32px 16px;display:flex}.ApplyModal-module__D-xQtG__doneIconWrap{background:#e6f9f0;border:2px solid #a8e6c4;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.ApplyModal-module__D-xQtG__doneIconWrap svg{color:#2e8b57}.ApplyModal-module__D-xQtG__doneTitle{color:var(--main-text);font-size:1.25rem;font-weight:800}.ApplyModal-module__D-xQtG__doneMsg{color:var(--secondary-text);max-width:360px;font-size:.9rem;line-height:1.65}.ApplyModal-module__D-xQtG__doneHighlight{color:var(--main-brand);font-weight:700}.ApplyModal-module__D-xQtG__closeModalBtn{background:var(--highlight);border:1.5px solid var(--soft-accent);color:var(--main-text);cursor:pointer;border-radius:8px;padding:11px 28px;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .15s}.ApplyModal-module__D-xQtG__closeModalBtn:hover{background:var(--soft-accent)}.ApplyModal-module__D-xQtG__modal::-webkit-scrollbar{width:5px}.ApplyModal-module__D-xQtG__modal::-webkit-scrollbar-track{background:0 0}.ApplyModal-module__D-xQtG__modal::-webkit-scrollbar-thumb{background:var(--soft-accent);border-radius:4px}
.HeroSection-module__t65JNq__hero{padding-top:calc(var(--nav-height) + 60px);background-color:var(--background);background-image:radial-gradient(var(--soft-accent) 1px, transparent 1px);background-size:32px 32px;align-items:center;min-height:85vh;padding-bottom:80px;display:flex}.HeroSection-module__t65JNq__container{text-align:center;flex-direction:column;align-items:center;display:flex}.HeroSection-module__t65JNq__content{flex-direction:column;align-items:center;max-width:800px;display:flex}.HeroSection-module__t65JNq__badge{background-color:var(--highlight);color:var(--brand-dark);border:1px solid var(--soft-accent);border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-size:.875rem;font-weight:600;display:inline-flex}.HeroSection-module__t65JNq__pulse{background-color:var(--success);border-radius:50%;width:8px;height:8px;animation:2s infinite HeroSection-module__t65JNq__pulse}@keyframes HeroSection-module__t65JNq__pulse{0%{box-shadow:0 0 #4f8a7066}70%{box-shadow:0 0 0 6px #4f8a7000}to{box-shadow:0 0 #4f8a7000}}.HeroSection-module__t65JNq__title{letter-spacing:-.03em;margin-bottom:24px;font-size:3rem;line-height:1.1}.HeroSection-module__t65JNq__highlight{color:var(--main-brand)}.HeroSection-module__t65JNq__subtitle{max-width:640px;margin-bottom:40px;font-size:1.125rem;font-weight:400}.HeroSection-module__t65JNq__buttonGroup{flex-direction:column;gap:16px;width:100%;max-width:400px;margin-bottom:48px;display:flex}.HeroSection-module__t65JNq__primaryButton{background-color:var(--main-brand);color:#fff;border-radius:8px;padding:16px 32px;font-size:1.125rem;font-weight:600;transition:background-color .2s}.HeroSection-module__t65JNq__primaryButton:hover{background-color:var(--brand-dark)}.HeroSection-module__t65JNq__secondaryButton{color:var(--main-text);border:1px solid var(--border);background-color:#fff;border-radius:8px;padding:16px 32px;font-size:1.125rem;font-weight:600;transition:all .2s}.HeroSection-module__t65JNq__secondaryButton:hover{border-color:var(--main-brand);color:var(--main-brand)}.HeroSection-module__t65JNq__trustSignals{color:var(--secondary-text);flex-direction:column;gap:16px;font-size:.95rem;font-weight:600;display:flex}.HeroSection-module__t65JNq__signal{align-items:center;gap:8px;display:flex}.HeroSection-module__t65JNq__signalIcon{color:var(--success)}@media (min-width:768px){.HeroSection-module__t65JNq__title{font-size:4rem}.HeroSection-module__t65JNq__subtitle{font-size:1.25rem}.HeroSection-module__t65JNq__buttonGroup{flex-direction:row;justify-content:center;max-width:none}.HeroSection-module__t65JNq__trustSignals{flex-direction:row;gap:32px}}@media (min-width:1024px){.HeroSection-module__t65JNq__hero{padding-top:calc(var(--nav-height) + 100px);padding-bottom:120px}.HeroSection-module__t65JNq__title{font-size:4.5rem}}
.InternshipsSection-module__2GrEsW__internshipsSection{background-color:var(--card)}.InternshipsSection-module__2GrEsW__header{text-align:center;max-width:600px;margin-bottom:64px;margin-left:auto;margin-right:auto}.InternshipsSection-module__2GrEsW__title{margin-bottom:16px;font-size:2.25rem}.InternshipsSection-module__2GrEsW__subtitle{font-size:1.1rem}.InternshipsSection-module__2GrEsW__iconWrapper{background-color:var(--highlight);border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;display:inline-flex}.InternshipsSection-module__2GrEsW__icon{color:var(--main-brand)}.InternshipsSection-module__2GrEsW__cardTitle{color:var(--main-text);margin-bottom:12px;font-size:1.25rem}.InternshipsSection-module__2GrEsW__cardDescription{min-height:66px;margin-bottom:24px;font-size:.95rem}.InternshipsSection-module__2GrEsW__meta{color:var(--secondary-text);border-bottom:1px solid var(--border);align-items:center;gap:8px;margin-bottom:32px;padding-bottom:24px;font-size:.875rem;font-weight:600;display:flex}.InternshipsSection-module__2GrEsW__metaDot{color:var(--border)}.InternshipsSection-module__2GrEsW__cardLink{color:var(--main-brand);font-weight:600;transition:color .2s;display:inline-block}.InternshipsSection-module__2GrEsW__cardLink:hover{color:var(--brand-dark)}@media (min-width:768px){.InternshipsSection-module__2GrEsW__title{font-size:2.5rem}}
.AchieveSection-module__9D44ka__achieveSection{background-color:var(--background)}.AchieveSection-module__9D44ka__header{text-align:center;max-width:700px;margin-bottom:64px;margin-left:auto;margin-right:auto}.AchieveSection-module__9D44ka__title{margin-bottom:16px;font-size:2.25rem}.AchieveSection-module__9D44ka__subtitle{font-size:1.1rem}.AchieveSection-module__9D44ka__grid{grid-template-columns:1fr;gap:24px;display:grid}.AchieveSection-module__9D44ka__featureCard{background-color:var(--card);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:20px;padding:24px;transition:box-shadow .2s,border-color .2s;display:flex}.AchieveSection-module__9D44ka__featureCard:hover{border-color:var(--soft-accent);box-shadow:0 8px 16px #24312c0a}.AchieveSection-module__9D44ka__iconWrapper{background-color:var(--highlight);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.AchieveSection-module__9D44ka__icon{color:var(--main-brand)}.AchieveSection-module__9D44ka__content{flex:1}.AchieveSection-module__9D44ka__featureTitle{color:var(--main-text);margin-bottom:8px;font-size:1.125rem}.AchieveSection-module__9D44ka__featureDescription{margin:0;font-size:.95rem}@media (min-width:768px){.AchieveSection-module__9D44ka__title{font-size:2.5rem}.AchieveSection-module__9D44ka__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.AchieveSection-module__9D44ka__grid{grid-template-columns:repeat(3,1fr)}}
.Footer-module__SwQ7ka__footer{background-color:var(--card);border-top:1px solid var(--border);padding-top:80px;padding-bottom:32px}.Footer-module__SwQ7ka__grid{grid-template-columns:1fr;gap:48px;margin-bottom:64px;display:grid}.Footer-module__SwQ7ka__brandCol{max-width:320px}.Footer-module__SwQ7ka__logo{color:var(--main-brand);letter-spacing:-.02em;margin-bottom:16px;font-size:1.5rem;font-weight:700;display:inline-block}.Footer-module__SwQ7ka__desc{color:var(--secondary-text);margin-bottom:24px;font-size:.95rem}.Footer-module__SwQ7ka__socials{gap:16px;display:flex}.Footer-module__SwQ7ka__socialIcon{background-color:var(--highlight);width:40px;height:40px;color:var(--main-brand);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__SwQ7ka__socialIcon:hover{background-color:var(--main-brand);color:#fff}.Footer-module__SwQ7ka__linksCol{flex-direction:column;gap:16px;display:flex}.Footer-module__SwQ7ka__colTitle{color:var(--main-text);margin-bottom:8px;font-size:1.1rem}.Footer-module__SwQ7ka__link{color:var(--secondary-text);font-size:.95rem;transition:color .2s}.Footer-module__SwQ7ka__link:hover{color:var(--main-brand)}.Footer-module__SwQ7ka__bottom{border-top:1px solid var(--border);text-align:center;color:var(--secondary-text);padding-top:32px;font-size:.875rem}@media (min-width:768px){.Footer-module__SwQ7ka__grid{grid-template-columns:2fr 1fr 1fr}}@media (min-width:1024px){.Footer-module__SwQ7ka__grid{grid-template-columns:2fr 1fr 1fr 1fr}.Footer-module__SwQ7ka__bottom{text-align:left;justify-content:space-between;align-items:center;display:flex}}
.ImageSlider-module__qziDYW__slider{background:var(--highlight);-webkit-user-select:none;user-select:none;width:100%;height:320px;position:relative;overflow:hidden}@media (min-width:640px){.ImageSlider-module__qziDYW__slider{height:380px}}@media (min-width:960px){.ImageSlider-module__qziDYW__slider{height:420px}}.ImageSlider-module__qziDYW__image{object-fit:cover;width:100%;height:100%;display:block}.ImageSlider-module__qziDYW__placeholder{width:100%;height:320px;color:var(--main-brand);background:var(--soft-accent);justify-content:center;align-items:center;font-size:4rem;font-weight:700;display:flex}@media (min-width:640px){.ImageSlider-module__qziDYW__placeholder{height:380px}}@media (min-width:960px){.ImageSlider-module__qziDYW__placeholder{height:420px}}.ImageSlider-module__qziDYW__arrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;width:36px;height:36px;color:var(--main-text);z-index:2;background:#ffffffe0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageSlider-module__qziDYW__arrow:hover{background:#fff}.ImageSlider-module__qziDYW__arrowLeft{left:12px}.ImageSlider-module__qziDYW__arrowRight{right:12px}.ImageSlider-module__qziDYW__counter{color:#fff;background:#0000006b;border-radius:20px;padding:3px 10px;font-size:.72rem;font-weight:600;position:absolute;top:12px;right:12px}.ImageSlider-module__qziDYW__dots{gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.ImageSlider-module__qziDYW__dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .2s,transform .2s}.ImageSlider-module__qziDYW__dotActive{background:#fff;transform:scale(1.35)}
.ApplyNowButton-module__zxZJHq__btn{cursor:pointer;background:var(--main-brand);color:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;font-family:inherit;font-weight:700;transition:background .2s,transform .15s;display:inline-flex}.ApplyNowButton-module__zxZJHq__btn:hover{background:var(--brand-dark);transform:translateY(-1px)}.ApplyNowButton-module__zxZJHq__default{padding:13px 28px;font-size:.95rem}.ApplyNowButton-module__zxZJHq__sidebar{border-radius:10px;width:100%;padding:14px 20px;font-size:1rem}.ApplyNowButton-module__zxZJHq__mobile{flex-shrink:0;padding:13px 24px;font-size:.95rem}
.CatalogCard-module__ZrsmGG__card{background:var(--card);border:1px solid var(--border);border-radius:14px;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.CatalogCard-module__ZrsmGG__card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #24312c17}.CatalogCard-module__ZrsmGG__imageWrap{background:var(--highlight);flex-shrink:0;width:100%;height:180px;position:relative;overflow:hidden}.CatalogCard-module__ZrsmGG__image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.CatalogCard-module__ZrsmGG__card:hover .CatalogCard-module__ZrsmGG__image{transform:scale(1.03)}.CatalogCard-module__ZrsmGG__imagePlaceholder{width:100%;height:100%;color:var(--main-brand);background:var(--soft-accent);justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;display:flex}.CatalogCard-module__ZrsmGG__trendingBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#b45309;white-space:nowrap;background:#ffffffeb;border-radius:20px;padding:3px 9px;font-size:.68rem;font-weight:700;position:absolute;top:8px;left:8px;box-shadow:0 1px 4px #00000014}.CatalogCard-module__ZrsmGG__dots{gap:4px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.CatalogCard-module__ZrsmGG__dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:5px;height:5px;padding:0;transition:background .2s,transform .2s}.CatalogCard-module__ZrsmGG__dotActive{background:#fff;transform:scale(1.4)}.CatalogCard-module__ZrsmGG__body{flex-direction:column;flex:1;gap:10px;padding:14px 16px 16px;display:flex}.CatalogCard-module__ZrsmGG__name{color:var(--main-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.43rem;font-size:.9rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.CatalogCard-module__ZrsmGG__meta{flex-wrap:wrap;gap:5px;display:flex}.CatalogCard-module__ZrsmGG__chip{background:var(--highlight);border:1px solid var(--border);color:var(--secondary-text);white-space:nowrap;border-radius:20px;padding:3px 8px;font-size:.68rem}.CatalogCard-module__ZrsmGG__pricing{flex-wrap:wrap;align-items:center;gap:6px;margin-top:auto;display:flex}.CatalogCard-module__ZrsmGG__freeLabel{color:var(--success);font-size:.82rem;font-weight:700}.CatalogCard-module__ZrsmGG__originalPrice{color:var(--secondary-text);font-size:.72rem;text-decoration:line-through}.CatalogCard-module__ZrsmGG__finalPrice{color:var(--main-text);font-size:.95rem;font-weight:700}.CatalogCard-module__ZrsmGG__discountBadge{color:var(--success);background:#edf6f1;border:1px solid #c3e6d5;border-radius:20px;padding:2px 7px;font-size:.65rem;font-weight:700}.CatalogCard-module__ZrsmGG__cta{background:var(--main-brand);color:#fff;border-radius:9px;justify-content:center;align-items:center;margin-top:auto;padding:10px 16px;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:flex}.CatalogCard-module__ZrsmGG__cta:hover{background:var(--brand-dark);transform:translateY(-1px)}
.MethodologySection-module__s1PZaG__methodologySection{background-color:var(--card)}.MethodologySection-module__s1PZaG__header{text-align:center;max-width:800px;margin-bottom:64px;margin-left:auto;margin-right:auto}.MethodologySection-module__s1PZaG__title{margin-bottom:16px;font-size:2.25rem}.MethodologySection-module__s1PZaG__subtitle{font-size:1.1rem}.MethodologySection-module__s1PZaG__timeline{flex-direction:column;gap:32px;max-width:500px;margin:0 auto;display:flex}.MethodologySection-module__s1PZaG__step{gap:24px;display:flex}.MethodologySection-module__s1PZaG__stepIndicator{flex-direction:column;align-items:center;gap:8px;display:flex}.MethodologySection-module__s1PZaG__stepNum{background-color:var(--main-brand);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:flex}.MethodologySection-module__s1PZaG__stepLine{background-color:var(--soft-accent);flex:1;width:2px;min-height:40px}.MethodologySection-module__s1PZaG__stepContent{padding-bottom:16px}.MethodologySection-module__s1PZaG__stepTitle{color:var(--main-text);margin-bottom:8px;font-size:1.25rem}.MethodologySection-module__s1PZaG__stepDescription{margin:0;font-size:.95rem}.MethodologySection-module__s1PZaG__footer{text-align:center;color:var(--brand-dark);background-color:var(--highlight);border-radius:12px;max-width:800px;margin-top:64px;margin-left:auto;margin-right:auto;padding:24px;font-size:1.125rem;font-weight:600}@media (min-width:1024px){.MethodologySection-module__s1PZaG__timeline{flex-direction:row;justify-content:space-between;gap:0;max-width:100%}.MethodologySection-module__s1PZaG__step{flex-direction:column;flex:1;gap:16px;position:relative}.MethodologySection-module__s1PZaG__stepIndicator{flex-direction:row;width:100%}.MethodologySection-module__s1PZaG__stepLine{width:100%;height:2px;min-height:2px;margin-top:0}.MethodologySection-module__s1PZaG__stepContent{padding-bottom:0;padding-right:24px}}
.PricingCard-module__g3DlBa__card{background:var(--card);border:1.5px solid var(--border);border-radius:16px;flex-direction:column;gap:16px;padding:28px 24px;display:flex;position:sticky;top:100px}.PricingCard-module__g3DlBa__label{color:var(--main-text);font-size:1rem;font-weight:700;line-height:1.4}.PricingCard-module__g3DlBa__priceBlock{flex-direction:column;gap:4px;display:flex}.PricingCard-module__g3DlBa__freePrice{color:var(--success);font-size:1.8rem;font-weight:800}.PricingCard-module__g3DlBa__originalPrice{color:var(--secondary-text);font-size:.9rem;text-decoration:line-through}.PricingCard-module__g3DlBa__finalPrice{color:var(--main-text);font-size:1.8rem;font-weight:800}.PricingCard-module__g3DlBa__saving{color:var(--success);background:#edf6f1;border:1px solid #c3e6d5;border-radius:20px;align-self:flex-start;padding:3px 10px;font-size:.82rem;font-weight:600}.PricingCard-module__g3DlBa__applyBtn{background:var(--main-brand);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px;font-size:1rem;font-weight:700;transition:background .2s,transform .15s}.PricingCard-module__g3DlBa__applyBtn:hover{background:var(--brand-dark);transform:translateY(-1px)}.PricingCard-module__g3DlBa__note{color:var(--secondary-text);text-align:center;font-size:.75rem}
.TrendingCarousel-module__5HHJ2W__section{margin-bottom:56px}.TrendingCarousel-module__5HHJ2W__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.TrendingCarousel-module__5HHJ2W__title{color:var(--main-text);align-items:center;gap:8px;font-size:1.3rem;font-weight:700;display:flex}.TrendingCarousel-module__5HHJ2W__flame{font-size:1.2rem}.TrendingCarousel-module__5HHJ2W__arrows{gap:8px;display:flex}.TrendingCarousel-module__5HHJ2W__arrow{border:1.5px solid var(--border);background:var(--card);width:36px;height:36px;color:var(--main-text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex}.TrendingCarousel-module__5HHJ2W__arrow:hover{background:var(--soft-accent);border-color:var(--main-brand)}.TrendingCarousel-module__5HHJ2W__arrowDisabled{opacity:.35;pointer-events:none}.TrendingCarousel-module__5HHJ2W__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:20px;padding-bottom:8px;display:flex;overflow-x:auto}.TrendingCarousel-module__5HHJ2W__track::-webkit-scrollbar{display:none}.TrendingCarousel-module__5HHJ2W__slide{scroll-snap-align:start;flex:0 0 300px}@media (max-width:480px){.TrendingCarousel-module__5HHJ2W__slide{flex:0 0 82vw}}
.HowItWorksSection-module__UIvZ1W__howItWorksSection{background-color:var(--background)}.HowItWorksSection-module__UIvZ1W__header{text-align:center;max-width:700px;margin-bottom:64px;margin-left:auto;margin-right:auto}.HowItWorksSection-module__UIvZ1W__title{margin-bottom:16px;font-size:2.25rem}.HowItWorksSection-module__UIvZ1W__subtitle{font-size:1.1rem}.HowItWorksSection-module__UIvZ1W__grid{grid-template-columns:1fr;gap:24px;display:grid}.HowItWorksSection-module__UIvZ1W__card{background-color:var(--card);border:1px solid var(--border);border-radius:12px;padding:32px;transition:transform .2s;position:relative}.HowItWorksSection-module__UIvZ1W__card:hover{border-color:var(--soft-accent);transform:translateY(-4px)}.HowItWorksSection-module__UIvZ1W__cardHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.HowItWorksSection-module__UIvZ1W__stepNum{color:var(--soft-accent);font-size:2rem;font-weight:700}.HowItWorksSection-module__UIvZ1W__arrowIcon{color:var(--border);display:none}.HowItWorksSection-module__UIvZ1W__cardTitle{color:var(--main-text);margin-bottom:12px;font-size:1.25rem}.HowItWorksSection-module__UIvZ1W__cardDesc{color:var(--secondary-text);font-size:.95rem}@media (min-width:768px){.HowItWorksSection-module__UIvZ1W__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.HowItWorksSection-module__UIvZ1W__title{font-size:2.5rem}.HowItWorksSection-module__UIvZ1W__grid{grid-template-columns:repeat(3,1fr)}.HowItWorksSection-module__UIvZ1W__arrowIcon{display:block}}
.BenefitsSection-module__ph872a__section{border-top:1px solid var(--border);padding:40px 0}.BenefitsSection-module__ph872a__title{color:var(--main-text);margin-bottom:20px;font-size:1.2rem;font-weight:700}.BenefitsSection-module__ph872a__grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.BenefitsSection-module__ph872a__card{background:var(--highlight);border:1px solid var(--border);border-radius:14px;padding:20px}.BenefitsSection-module__ph872a__iconWrap{background:var(--soft-accent);width:40px;height:40px;color:var(--main-brand);border-radius:10px;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.BenefitsSection-module__ph872a__cardTitle{color:var(--main-text);margin-bottom:6px;font-size:.9rem;font-weight:700}.BenefitsSection-module__ph872a__cardDesc{color:var(--secondary-text);font-size:.8rem;line-height:1.5}@media (max-width:480px){.BenefitsSection-module__ph872a__grid{grid-template-columns:1fr}}
.FilterSidebar-module__XYOy-G__desktopSidebar{background:var(--card);border:1.5px solid var(--border);border-radius:14px;flex-shrink:0;align-self:flex-start;width:220px;position:sticky;top:96px;overflow:hidden}@media (max-width:900px){.FilterSidebar-module__XYOy-G__desktopSidebar{display:none}}.FilterSidebar-module__XYOy-G__sidebarHeader{border-bottom:1px solid var(--border);background:var(--highlight);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.FilterSidebar-module__XYOy-G__sidebarTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--secondary-text);align-items:center;gap:6px;font-size:.75rem;font-weight:700;display:flex}.FilterSidebar-module__XYOy-G__clearAllBtn{color:var(--main-brand);cursor:pointer;background:0 0;border:none;font-size:.72rem;font-weight:600;text-decoration:underline}.FilterSidebar-module__XYOy-G__filterContent{padding:2px 0}.FilterSidebar-module__XYOy-G__section{border-bottom:1px solid var(--border)}.FilterSidebar-module__XYOy-G__section:last-child{border-bottom:none}.FilterSidebar-module__XYOy-G__sectionBtn{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;transition:background .15s;display:flex}.FilterSidebar-module__XYOy-G__sectionBtn:hover{background:var(--highlight)}.FilterSidebar-module__XYOy-G__sectionTitle{color:var(--main-text);font-size:.8rem;font-weight:600}.FilterSidebar-module__XYOy-G__chevron{color:var(--secondary-text);transition:transform .2s}.FilterSidebar-module__XYOy-G__chevronOpen{transform:rotate(180deg)}.FilterSidebar-module__XYOy-G__sectionBody{padding:0 14px 12px}.FilterSidebar-module__XYOy-G__searchInput{border:1.5px solid var(--border);background:var(--background);width:100%;color:var(--main-text);border-radius:8px;outline:none;padding:8px 11px;font-size:.82rem;transition:border-color .2s}.FilterSidebar-module__XYOy-G__searchInput:focus{border-color:var(--main-brand)}.FilterSidebar-module__XYOy-G__rangeLabel{margin-bottom:8px}.FilterSidebar-module__XYOy-G__rangeCurrent{color:var(--secondary-text);font-size:.78rem}.FilterSidebar-module__XYOy-G__rangeCurrent strong{color:var(--main-brand);font-weight:700}.FilterSidebar-module__XYOy-G__rangeInput{appearance:none;background:var(--soft-accent);cursor:pointer;width:100%;height:4px;accent-color:var(--main-brand);border-radius:4px;outline:none}.FilterSidebar-module__XYOy-G__rangeInput::-webkit-slider-thumb{appearance:none;background:var(--main-brand);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #0000002e}.FilterSidebar-module__XYOy-G__rangeInput::-moz-range-thumb{background:var(--main-brand);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px}.FilterSidebar-module__XYOy-G__rangeEnds{color:var(--secondary-text);justify-content:space-between;margin-top:4px;font-size:.7rem;display:flex}.FilterSidebar-module__XYOy-G__pillGroup{flex-wrap:wrap;gap:5px;display:flex}.FilterSidebar-module__XYOy-G__pill{border:1.5px solid var(--border);color:var(--secondary-text);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;padding:5px 10px;font-size:.75rem;font-weight:500;transition:all .15s}.FilterSidebar-module__XYOy-G__pill:hover{border-color:var(--main-brand);color:var(--main-brand)}.FilterSidebar-module__XYOy-G__pillActive{background:var(--main-brand);color:#fff;border-color:var(--main-brand)}.FilterSidebar-module__XYOy-G__select{border:1.5px solid var(--border);background:var(--background);width:100%;color:var(--main-text);cursor:pointer;border-radius:8px;outline:none;padding:8px 11px;font-size:.82rem;transition:border-color .2s}.FilterSidebar-module__XYOy-G__select:focus{border-color:var(--main-brand)}.FilterSidebar-module__XYOy-G__mobileTrigger{border:1.5px solid var(--border);background:var(--card);color:var(--main-text);cursor:pointer;border-radius:10px;align-items:center;gap:7px;padding:8px 14px;font-size:.82rem;font-weight:600;transition:border-color .15s,background .15s;display:none}.FilterSidebar-module__XYOy-G__mobileTrigger:hover{border-color:var(--main-brand);background:var(--highlight)}@media (max-width:900px){.FilterSidebar-module__XYOy-G__mobileTrigger{display:flex}}.FilterSidebar-module__XYOy-G__badge{background:var(--main-brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:.65rem;font-weight:700;display:inline-flex}.FilterSidebar-module__XYOy-G__triggerCount{color:var(--secondary-text);margin-left:auto;font-size:.72rem}.FilterSidebar-module__XYOy-G__overlay{z-index:100;background:#00000061;animation:.2s FilterSidebar-module__XYOy-G__fadeIn;position:fixed;inset:0}@keyframes FilterSidebar-module__XYOy-G__fadeIn{0%{opacity:0}to{opacity:1}}.FilterSidebar-module__XYOy-G__drawer{z-index:101;background:var(--card);border-radius:0 14px 14px 0;flex-direction:column;width:min(300px,86vw);transition:transform .26s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%);box-shadow:4px 0 32px #00000024}.FilterSidebar-module__XYOy-G__drawerOpen{transform:translate(0)}.FilterSidebar-module__XYOy-G__drawerHeader{border-bottom:1px solid var(--border);background:var(--highlight);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.FilterSidebar-module__XYOy-G__drawerTitle{color:var(--main-text);align-items:center;gap:7px;font-size:.95rem;font-weight:700;display:flex}.FilterSidebar-module__XYOy-G__drawerClose{border:1px solid var(--border);cursor:pointer;width:30px;height:30px;color:var(--secondary-text);background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:background .15s;display:flex}.FilterSidebar-module__XYOy-G__drawerClose:hover{background:var(--border)}.FilterSidebar-module__XYOy-G__drawerBody{flex:1;padding:4px 0;overflow-y:auto}.FilterSidebar-module__XYOy-G__drawerFooter{border-top:1px solid var(--border);flex-shrink:0;gap:8px;padding:14px 16px;display:flex}.FilterSidebar-module__XYOy-G__clearBtn{border:1.5px solid var(--border);color:var(--secondary-text);cursor:pointer;background:0 0;border-radius:9px;flex:1;padding:10px 12px;font-size:.82rem;font-weight:600;transition:background .15s}.FilterSidebar-module__XYOy-G__clearBtn:hover{background:var(--highlight)}.FilterSidebar-module__XYOy-G__applyBtn{background:var(--main-brand);color:#fff;cursor:pointer;border:none;border-radius:9px;flex:2;padding:10px 12px;font-size:.82rem;font-weight:700;transition:background .2s}.FilterSidebar-module__XYOy-G__applyBtn:hover{background:var(--brand-dark)}
.WhyChooseUsSection-module__noFUQW__whyChooseUsSection{background-color:var(--card)}.WhyChooseUsSection-module__noFUQW__header{text-align:center;max-width:700px;margin-bottom:64px;margin-left:auto;margin-right:auto}.WhyChooseUsSection-module__noFUQW__title{margin-bottom:16px;font-size:2.25rem}.WhyChooseUsSection-module__noFUQW__subtitle{font-size:1.1rem}.WhyChooseUsSection-module__noFUQW__grid{grid-template-columns:1fr;gap:24px;display:grid}.WhyChooseUsSection-module__noFUQW__card{text-align:center;border:1px solid var(--border);border-radius:12px;padding:32px 24px;transition:all .2s}.WhyChooseUsSection-module__noFUQW__card:hover{border-color:var(--main-brand);background-color:var(--highlight);transform:translateY(-4px)}.WhyChooseUsSection-module__noFUQW__icon{color:var(--main-brand);justify-content:center;margin-bottom:16px;display:flex}.WhyChooseUsSection-module__noFUQW__cardTitle{color:var(--main-text);margin-bottom:12px;font-size:1.125rem}.WhyChooseUsSection-module__noFUQW__cardDesc{color:var(--secondary-text);font-size:.95rem}@media (min-width:768px){.WhyChooseUsSection-module__noFUQW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.WhyChooseUsSection-module__noFUQW__title{font-size:2.5rem}.WhyChooseUsSection-module__noFUQW__grid{grid-template-columns:repeat(3,1fr)}}
.AboutPage-module__6C7MZq__main{padding-top:var(--nav-height);min-height:100vh}.AboutPage-module__6C7MZq__hero{background:linear-gradient(135deg, #e8f0ea 0%, var(--background) 100%);border-bottom:1px solid var(--border);text-align:center;padding:56px 0 48px}.AboutPage-module__6C7MZq__heroBadge{background-color:var(--highlight);color:var(--brand-dark);letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--soft-accent);border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.AboutPage-module__6C7MZq__heroDot{background-color:var(--main-brand);border-radius:50%;width:7px;height:7px}.AboutPage-module__6C7MZq__heroTitle{color:var(--main-text);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.AboutPage-module__6C7MZq__heroHighlight{color:var(--main-brand)}.AboutPage-module__6C7MZq__heroSub{color:var(--secondary-text);max-width:580px;margin:0 auto;font-size:1.05rem;line-height:1.7}.AboutPage-module__6C7MZq__section{padding:72px 0}.AboutPage-module__6C7MZq__sectionAlt{background-color:var(--highlight);padding:72px 0}.AboutPage-module__6C7MZq__sectionHeader{text-align:center;margin-bottom:52px}.AboutPage-module__6C7MZq__label{letter-spacing:.12em;text-transform:uppercase;color:var(--main-brand);margin-bottom:10px;font-size:.72rem;font-weight:700;display:inline-block}.AboutPage-module__6C7MZq__sectionTitle{color:var(--main-text);letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800}.AboutPage-module__6C7MZq__sectionSub{color:var(--secondary-text);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.7}.AboutPage-module__6C7MZq__twoCol{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.AboutPage-module__6C7MZq__twoCol{grid-template-columns:1fr 1fr}}.AboutPage-module__6C7MZq__mvCard{background-color:var(--card);border:1px solid var(--border);border-radius:16px;padding:36px 32px;transition:box-shadow .2s,border-color .2s}.AboutPage-module__6C7MZq__mvCard:hover{border-color:var(--soft-accent);box-shadow:0 8px 20px #24312c0f}.AboutPage-module__6C7MZq__mvIconWrap{background-color:var(--highlight);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:flex}.AboutPage-module__6C7MZq__mvIcon{color:var(--main-brand)}.AboutPage-module__6C7MZq__mvTitle{color:var(--main-text);margin-bottom:10px;font-size:1.2rem;font-weight:700}.AboutPage-module__6C7MZq__mvText{color:var(--secondary-text);font-size:.95rem;line-height:1.7}.AboutPage-module__6C7MZq__stepsGrid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:600px){.AboutPage-module__6C7MZq__stepsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.AboutPage-module__6C7MZq__stepsGrid{grid-template-columns:repeat(5,1fr)}}.AboutPage-module__6C7MZq__stepCard{background-color:var(--card);border:1px solid var(--border);text-align:center;border-radius:14px;padding:28px 22px;transition:transform .2s,box-shadow .2s,border-color .2s}.AboutPage-module__6C7MZq__stepCard:hover{border-color:var(--soft-accent);transform:translateY(-4px);box-shadow:0 12px 24px #24312c0f}.AboutPage-module__6C7MZq__stepNumber{background-color:var(--main-brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto 14px;font-size:.85rem;font-weight:700;display:flex}.AboutPage-module__6C7MZq__stepIconWrap{background-color:var(--highlight);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 14px;display:flex}.AboutPage-module__6C7MZq__stepIcon{color:var(--main-brand)}.AboutPage-module__6C7MZq__stepTitle{color:var(--main-text);margin-bottom:8px;font-size:1rem;font-weight:700}.AboutPage-module__6C7MZq__stepText{color:var(--secondary-text);font-size:.875rem;line-height:1.6}.AboutPage-module__6C7MZq__offerGrid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.AboutPage-module__6C7MZq__offerGrid{grid-template-columns:repeat(3,1fr)}}.AboutPage-module__6C7MZq__offerCard{background-color:var(--card);border:1px solid var(--border);border-radius:16px;padding:36px 28px;transition:transform .2s,box-shadow .2s,border-color .2s}.AboutPage-module__6C7MZq__offerCard:hover{border-color:var(--soft-accent);transform:translateY(-4px);box-shadow:0 12px 24px #24312c0f}.AboutPage-module__6C7MZq__offerIconWrap{background-color:var(--highlight);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:flex}.AboutPage-module__6C7MZq__offerIcon{color:var(--main-brand)}.AboutPage-module__6C7MZq__offerTitle{color:var(--main-text);margin-bottom:10px;font-size:1.1rem;font-weight:700}.AboutPage-module__6C7MZq__offerText{color:var(--secondary-text);margin-bottom:20px;font-size:.9rem;line-height:1.65}.AboutPage-module__6C7MZq__offerLink{color:var(--main-brand);align-items:center;gap:6px;font-size:.875rem;font-weight:600;transition:gap .2s;display:inline-flex}.AboutPage-module__6C7MZq__offerLink:hover{gap:10px}.AboutPage-module__6C7MZq__diffGrid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.AboutPage-module__6C7MZq__diffGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.AboutPage-module__6C7MZq__diffGrid{grid-template-columns:repeat(3,1fr)}}.AboutPage-module__6C7MZq__diffCard{background-color:var(--card);border:1px solid var(--border);border-radius:14px;align-items:flex-start;gap:16px;padding:28px 24px;transition:box-shadow .2s,border-color .2s;display:flex}.AboutPage-module__6C7MZq__diffCard:hover{border-color:var(--soft-accent);box-shadow:0 8px 16px #24312c0d}.AboutPage-module__6C7MZq__diffIconWrap{background-color:var(--highlight);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.AboutPage-module__6C7MZq__diffIcon{color:var(--main-brand)}.AboutPage-module__6C7MZq__diffTitle{color:var(--main-text);margin-bottom:6px;font-size:1rem;font-weight:700}.AboutPage-module__6C7MZq__diffText{color:var(--secondary-text);font-size:.875rem;line-height:1.6}.AboutPage-module__6C7MZq__audienceGrid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}@media (min-width:640px){.AboutPage-module__6C7MZq__audienceGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.AboutPage-module__6C7MZq__audienceGrid{grid-template-columns:repeat(4,1fr)}}.AboutPage-module__6C7MZq__audienceCard{background-color:var(--card);border:1px solid var(--border);text-align:center;border-radius:12px;padding:20px 16px;transition:box-shadow .2s,border-color .2s}.AboutPage-module__6C7MZq__audienceCard:hover{border-color:var(--soft-accent);box-shadow:0 6px 14px #24312c0d}.AboutPage-module__6C7MZq__audienceEmoji{margin-bottom:10px;font-size:1.75rem}.AboutPage-module__6C7MZq__audienceTitle{color:var(--main-text);font-size:.875rem;font-weight:600;line-height:1.4}.AboutPage-module__6C7MZq__commitList{grid-template-columns:1fr;gap:16px;max-width:820px;margin:0 auto;display:grid}@media (min-width:640px){.AboutPage-module__6C7MZq__commitList{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.AboutPage-module__6C7MZq__commitList{grid-template-columns:repeat(3,1fr)}}.AboutPage-module__6C7MZq__commitItem{align-items:flex-start;gap:12px;display:flex}.AboutPage-module__6C7MZq__commitDot{background-color:var(--main-brand);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.AboutPage-module__6C7MZq__commitTitle{color:var(--main-text);margin-bottom:4px;font-size:.95rem;font-weight:700}.AboutPage-module__6C7MZq__commitText{color:var(--secondary-text);font-size:.85rem;line-height:1.55}.AboutPage-module__6C7MZq__cta{background:linear-gradient(135deg, var(--brand-dark) 0%, var(--main-brand) 100%);text-align:center;padding:80px 0}.AboutPage-module__6C7MZq__ctaTitle{color:#fff;letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.AboutPage-module__6C7MZq__ctaSub{color:#ffffffd1;max-width:520px;margin:0 auto 40px;font-size:1.05rem;line-height:1.7}.AboutPage-module__6C7MZq__ctaButtons{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.AboutPage-module__6C7MZq__ctaPrimary{color:var(--brand-dark);background-color:#fff;border-radius:8px;padding:14px 28px;font-size:.95rem;font-weight:700;transition:background-color .2s,color .2s}.AboutPage-module__6C7MZq__ctaPrimary:hover{background-color:var(--soft-accent)}.AboutPage-module__6C7MZq__ctaSecondary{color:#fff;background-color:#0000;border:1.5px solid #ffffff80;border-radius:8px;padding:14px 28px;font-size:.95rem;font-weight:700;transition:border-color .2s,background-color .2s}.AboutPage-module__6C7MZq__ctaSecondary:hover{background-color:#ffffff14;border-color:#fff}
.InternshipsPage-module__IjZyGW__main{padding-top:var(--nav-height);min-height:100vh}.InternshipsPage-module__IjZyGW__hero{background:linear-gradient(135deg, var(--soft-accent) 0%, var(--background) 100%);border-bottom:1px solid var(--border);margin-bottom:36px;padding:44px 0 36px}.InternshipsPage-module__IjZyGW__heroTitle{color:var(--main-text);margin-bottom:8px;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800}.InternshipsPage-module__IjZyGW__heroSub{color:var(--secondary-text);max-width:520px;font-size:.95rem}.InternshipsPage-module__IjZyGW__errorBanner{color:#c0392b;background:#fdf3f3;border:1px solid #f5c2c2;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:.85rem;font-weight:500}.InternshipsPage-module__IjZyGW__contentArea{align-items:flex-start;gap:28px;padding-bottom:64px;display:flex}.InternshipsPage-module__IjZyGW__grid{flex:1;min-width:0}.InternshipsPage-module__IjZyGW__gridHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.InternshipsPage-module__IjZyGW__gridTitle{color:var(--main-text);font-size:1.05rem;font-weight:700}.InternshipsPage-module__IjZyGW__gridMeta{align-items:center;gap:10px;display:flex}.InternshipsPage-module__IjZyGW__count{color:var(--secondary-text);font-size:.78rem}.InternshipsPage-module__IjZyGW__cardGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:1100px){.InternshipsPage-module__IjZyGW__cardGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.InternshipsPage-module__IjZyGW__contentArea{flex-direction:column;gap:16px}.InternshipsPage-module__IjZyGW__cardGrid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width:560px){.InternshipsPage-module__IjZyGW__cardGrid{grid-template-columns:1fr;gap:12px;max-width:480px;margin:0 auto}.InternshipsPage-module__IjZyGW__hero{padding:32px 0 28px}}.InternshipsPage-module__IjZyGW__state{text-align:center;flex-direction:column;grid-column:1/-1;align-items:center;gap:14px;padding:48px 20px;display:flex}.InternshipsPage-module__IjZyGW__spinner{border:3px solid var(--border);border-top-color:var(--main-brand);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite InternshipsPage-module__IjZyGW__spin}@keyframes InternshipsPage-module__IjZyGW__spin{to{transform:rotate(360deg)}}.InternshipsPage-module__IjZyGW__emptyMsg{color:var(--secondary-text);font-size:.875rem}.InternshipsPage-module__IjZyGW__clearBtn{border:1.5px solid var(--border);color:var(--secondary-text);cursor:pointer;background:0 0;border-radius:8px;padding:8px 18px;font-size:.82rem;font-weight:600}.InternshipsPage-module__IjZyGW__clearBtn:hover{background:var(--highlight)}
.InternshipDetail-module__0gGauG__main{padding-top:var(--nav-height);padding-bottom:80px}.InternshipDetail-module__0gGauG__breadcrumb{flex-wrap:wrap;align-items:center;gap:6px;padding:16px 0 20px;font-size:.8rem;display:flex}.InternshipDetail-module__0gGauG__breadLink{color:var(--secondary-text);text-decoration:none;transition:color .15s}.InternshipDetail-module__0gGauG__breadLink:hover{color:var(--main-brand)}.InternshipDetail-module__0gGauG__breadSep{color:var(--secondary-text);opacity:.5}.InternshipDetail-module__0gGauG__breadCurrent{color:var(--main-text);font-weight:500}.InternshipDetail-module__0gGauG__imageWrap{border-radius:16px;max-height:480px;margin-bottom:32px;overflow:hidden}@media (min-width:960px){.InternshipDetail-module__0gGauG__imageWrap{max-height:420px}}.InternshipDetail-module__0gGauG__contentLayout{grid-template-columns:1fr;align-items:start;gap:32px;display:grid}.InternshipDetail-module__0gGauG__desktopSidebar{display:none}@media (min-width:960px){.InternshipDetail-module__0gGauG__contentLayout{grid-template-columns:1fr 300px}.InternshipDetail-module__0gGauG__desktopSidebar{display:block;position:sticky;top:96px}}.InternshipDetail-module__0gGauG__overview{margin-bottom:28px}.InternshipDetail-module__0gGauG__title{color:var(--main-text);margin-bottom:10px;font-size:clamp(1.4rem,3vw,2rem);font-weight:800}.InternshipDetail-module__0gGauG__description{color:var(--secondary-text);font-size:.93rem;line-height:1.7}.InternshipDetail-module__0gGauG__sectionTitle{color:var(--main-text);border-bottom:1px solid var(--border);margin-bottom:14px;padding-bottom:10px;font-size:1rem;font-weight:700}.InternshipDetail-module__0gGauG__detailsSection{margin-bottom:28px}.InternshipDetail-module__0gGauG__detailsGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;display:grid}.InternshipDetail-module__0gGauG__detailCard{background:var(--highlight);border:1px solid var(--border);border-radius:11px;flex-direction:column;gap:4px;padding:14px 12px;display:flex}.InternshipDetail-module__0gGauG__detailIcon{font-size:1.1rem}.InternshipDetail-module__0gGauG__detailLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--secondary-text);font-size:.68rem;font-weight:600}.InternshipDetail-module__0gGauG__detailValue{color:var(--main-text);font-size:.9rem;font-weight:700}.InternshipDetail-module__0gGauG__skillsSection{margin-bottom:28px}.InternshipDetail-module__0gGauG__skillTags{flex-wrap:wrap;gap:7px;display:flex}.InternshipDetail-module__0gGauG__skillTag{background:var(--soft-accent);color:var(--brand-dark);border:1px solid #c3d9ce;border-radius:20px;padding:5px 12px;font-size:.78rem;font-weight:500}.InternshipDetail-module__0gGauG__projectsSection{margin-bottom:28px}.InternshipDetail-module__0gGauG__projectList{flex-direction:column;gap:8px;list-style:none;display:flex}.InternshipDetail-module__0gGauG__projectItem{background:var(--card);border:1px solid var(--border);border-radius:10px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.InternshipDetail-module__0gGauG__projectNum{color:var(--main-brand);flex-shrink:0;min-width:26px;font-size:.9rem;font-weight:800}.InternshipDetail-module__0gGauG__projectName{color:var(--main-text);font-size:.87rem;font-weight:500;line-height:1.4}.InternshipDetail-module__0gGauG__finalCta{background:linear-gradient(135deg, var(--main-brand), var(--brand-dark));border-radius:14px;margin-top:32px;padding:28px}.InternshipDetail-module__0gGauG__ctaInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.InternshipDetail-module__0gGauG__ctaTitle{color:#fff;margin-bottom:4px;font-size:1.1rem;font-weight:700}.InternshipDetail-module__0gGauG__ctaText{color:#ffffffd1;font-size:.85rem}.InternshipDetail-module__0gGauG__ctaBtn{color:var(--main-brand);cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:10px;padding:12px 28px;font-size:.92rem;font-weight:700;transition:transform .15s}.InternshipDetail-module__0gGauG__ctaBtn:hover{transform:translateY(-2px)}.InternshipDetail-module__0gGauG__mobileStickyBar{z-index:50;background:var(--card);border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:10px 20px;display:flex;position:fixed;bottom:0;left:0;right:0}.InternshipDetail-module__0gGauG__mobilePriceInfo{flex-direction:column;display:flex}.InternshipDetail-module__0gGauG__mobileFree{color:var(--success);font-size:1rem;font-weight:800}.InternshipDetail-module__0gGauG__mobilePrice{color:var(--main-text);font-size:1rem;font-weight:800}.InternshipDetail-module__0gGauG__mobileCta{background:var(--main-brand);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;padding:11px 24px;font-size:.875rem;font-weight:700;transition:background .2s}.InternshipDetail-module__0gGauG__mobileCta:hover{background:var(--brand-dark)}@media (min-width:960px){.InternshipDetail-module__0gGauG__mobileStickyBar{display:none}.InternshipDetail-module__0gGauG__main{padding-bottom:0}}
.ProgramsPage-module__MbifHq__main{padding-top:var(--nav-height);min-height:100vh}.ProgramsPage-module__MbifHq__hero{background:linear-gradient(135deg, #e8f0ea 0%, var(--background) 100%);border-bottom:1px solid var(--border);margin-bottom:36px;padding:44px 0 36px}.ProgramsPage-module__MbifHq__heroTitle{color:var(--main-text);margin-bottom:8px;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800}.ProgramsPage-module__MbifHq__heroSub{color:var(--secondary-text);max-width:520px;font-size:.95rem}.ProgramsPage-module__MbifHq__errorBanner{color:#c0392b;background:#fdf3f3;border:1px solid #f5c2c2;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:.85rem;font-weight:500}.ProgramsPage-module__MbifHq__contentArea{align-items:flex-start;gap:28px;padding-bottom:64px;display:flex}.ProgramsPage-module__MbifHq__grid{flex:1;min-width:0}.ProgramsPage-module__MbifHq__gridHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.ProgramsPage-module__MbifHq__gridTitle{color:var(--main-text);font-size:1.05rem;font-weight:700}.ProgramsPage-module__MbifHq__gridMeta{align-items:center;gap:10px;display:flex}.ProgramsPage-module__MbifHq__count{color:var(--secondary-text);font-size:.78rem}.ProgramsPage-module__MbifHq__cardGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:1100px){.ProgramsPage-module__MbifHq__cardGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.ProgramsPage-module__MbifHq__contentArea{flex-direction:column;gap:16px}.ProgramsPage-module__MbifHq__cardGrid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width:560px){.ProgramsPage-module__MbifHq__cardGrid{grid-template-columns:1fr;gap:12px;max-width:480px;margin:0 auto}.ProgramsPage-module__MbifHq__hero{padding:32px 0 28px}}.ProgramsPage-module__MbifHq__state{text-align:center;flex-direction:column;grid-column:1/-1;align-items:center;gap:14px;padding:48px 20px;display:flex}.ProgramsPage-module__MbifHq__spinner{border:3px solid var(--border);border-top-color:var(--main-brand);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite ProgramsPage-module__MbifHq__spin}@keyframes ProgramsPage-module__MbifHq__spin{to{transform:rotate(360deg)}}.ProgramsPage-module__MbifHq__emptyMsg{color:var(--secondary-text);font-size:.875rem}.ProgramsPage-module__MbifHq__clearBtn{border:1.5px solid var(--border);color:var(--secondary-text);cursor:pointer;background:0 0;border-radius:8px;padding:8px 18px;font-size:.82rem;font-weight:600}.ProgramsPage-module__MbifHq__clearBtn:hover{background:var(--highlight)}
.ProgramDetail-module__-arMuW__main{padding-top:var(--nav-height);padding-bottom:80px}.ProgramDetail-module__-arMuW__breadcrumb{flex-wrap:wrap;align-items:center;gap:6px;padding:16px 0 20px;font-size:.8rem;display:flex}.ProgramDetail-module__-arMuW__breadLink{color:var(--secondary-text);text-decoration:none;transition:color .15s}.ProgramDetail-module__-arMuW__breadLink:hover{color:var(--main-brand)}.ProgramDetail-module__-arMuW__breadSep{color:var(--secondary-text);opacity:.5}.ProgramDetail-module__-arMuW__breadCurrent{color:var(--main-text);font-weight:500}.ProgramDetail-module__-arMuW__imageWrap{border-radius:16px;max-height:480px;margin-bottom:32px;overflow:hidden}@media (min-width:960px){.ProgramDetail-module__-arMuW__imageWrap{max-height:420px}}.ProgramDetail-module__-arMuW__contentLayout{grid-template-columns:1fr;align-items:start;gap:32px;display:grid}.ProgramDetail-module__-arMuW__desktopSidebar{display:none}@media (min-width:960px){.ProgramDetail-module__-arMuW__contentLayout{grid-template-columns:1fr 300px}.ProgramDetail-module__-arMuW__desktopSidebar{display:block;position:sticky;top:96px}}.ProgramDetail-module__-arMuW__overview{margin-bottom:28px}.ProgramDetail-module__-arMuW__title{color:var(--main-text);margin-bottom:10px;font-size:clamp(1.4rem,3vw,2rem);font-weight:800}.ProgramDetail-module__-arMuW__description{color:var(--secondary-text);font-size:.93rem;line-height:1.7}.ProgramDetail-module__-arMuW__sectionTitle{color:var(--main-text);border-bottom:1px solid var(--border);margin-bottom:14px;padding-bottom:10px;font-size:1rem;font-weight:700}.ProgramDetail-module__-arMuW__detailsSection{margin-bottom:28px}.ProgramDetail-module__-arMuW__detailsGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;display:grid}.ProgramDetail-module__-arMuW__detailCard{background:var(--highlight);border:1px solid var(--border);border-radius:11px;flex-direction:column;gap:4px;padding:14px 12px;display:flex}.ProgramDetail-module__-arMuW__detailIcon{font-size:1.1rem}.ProgramDetail-module__-arMuW__detailLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--secondary-text);font-size:.68rem;font-weight:600}.ProgramDetail-module__-arMuW__detailValue{color:var(--main-text);font-size:.9rem;font-weight:700}.ProgramDetail-module__-arMuW__skillsSection{margin-bottom:28px}.ProgramDetail-module__-arMuW__skillTags{flex-wrap:wrap;gap:7px;display:flex}.ProgramDetail-module__-arMuW__skillTag{background:var(--soft-accent);color:var(--brand-dark);border:1px solid #c3d9ce;border-radius:20px;padding:5px 12px;font-size:.78rem;font-weight:500}.ProgramDetail-module__-arMuW__projectsSection{margin-bottom:28px}.ProgramDetail-module__-arMuW__projectList{flex-direction:column;gap:8px;list-style:none;display:flex}.ProgramDetail-module__-arMuW__projectItem{background:var(--card);border:1px solid var(--border);border-radius:10px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.ProgramDetail-module__-arMuW__projectNum{color:var(--main-brand);flex-shrink:0;min-width:26px;font-size:.9rem;font-weight:800}.ProgramDetail-module__-arMuW__projectName{color:var(--main-text);font-size:.87rem;font-weight:500;line-height:1.4}.ProgramDetail-module__-arMuW__finalCta{background:linear-gradient(135deg, var(--main-brand), var(--brand-dark));border-radius:14px;margin-top:32px;padding:28px}.ProgramDetail-module__-arMuW__ctaInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.ProgramDetail-module__-arMuW__ctaTitle{color:#fff;margin-bottom:4px;font-size:1.1rem;font-weight:700}.ProgramDetail-module__-arMuW__ctaText{color:#ffffffd1;font-size:.85rem}.ProgramDetail-module__-arMuW__ctaBtn{color:var(--main-brand);cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:10px;padding:12px 28px;font-size:.92rem;font-weight:700;transition:transform .15s}.ProgramDetail-module__-arMuW__ctaBtn:hover{transform:translateY(-2px)}.ProgramDetail-module__-arMuW__mobileStickyBar{z-index:50;background:var(--card);border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:10px 20px;display:flex;position:fixed;bottom:0;left:0;right:0}.ProgramDetail-module__-arMuW__mobilePriceInfo{flex-direction:column;display:flex}.ProgramDetail-module__-arMuW__mobileFree{color:var(--success);font-size:1rem;font-weight:800}.ProgramDetail-module__-arMuW__mobilePrice{color:var(--main-text);font-size:1rem;font-weight:800}.ProgramDetail-module__-arMuW__mobileCta{background:var(--main-brand);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;padding:11px 24px;font-size:.875rem;font-weight:700;transition:background .2s}.ProgramDetail-module__-arMuW__mobileCta:hover{background:var(--brand-dark)}@media (min-width:960px){.ProgramDetail-module__-arMuW__mobileStickyBar{display:none}.ProgramDetail-module__-arMuW__main{padding-bottom:0}}
.ProjectsPage-module__h7MXRa__main{padding-top:var(--nav-height);min-height:100vh}.ProjectsPage-module__h7MXRa__hero{background:linear-gradient(135deg, #edf3f0 0%, var(--background) 100%);border-bottom:1px solid var(--border);margin-bottom:36px;padding:44px 0 36px}.ProjectsPage-module__h7MXRa__heroTitle{color:var(--main-text);margin-bottom:8px;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800}.ProjectsPage-module__h7MXRa__heroSub{color:var(--secondary-text);max-width:520px;margin-bottom:20px;font-size:.95rem}.ProjectsPage-module__h7MXRa__searchWrap{max-width:400px}.ProjectsPage-module__h7MXRa__searchInput{border:1.5px solid var(--border);background:#ffffffd9;border-radius:10px;outline:none;width:100%;padding:10px 16px;font-size:.875rem;transition:border-color .2s}.ProjectsPage-module__h7MXRa__searchInput:focus{border-color:var(--main-brand)}.ProjectsPage-module__h7MXRa__allSection{padding-bottom:64px}.ProjectsPage-module__h7MXRa__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.ProjectsPage-module__h7MXRa__sectionTitle{color:var(--main-text);font-size:1.05rem;font-weight:700}.ProjectsPage-module__h7MXRa__count{color:var(--secondary-text);font-size:.78rem}.ProjectsPage-module__h7MXRa__errorBanner{color:#c0392b;background:#fdf3f3;border:1px solid #f5c2c2;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:.85rem}.ProjectsPage-module__h7MXRa__cardGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:1100px){.ProjectsPage-module__h7MXRa__cardGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ProjectsPage-module__h7MXRa__cardGrid{grid-template-columns:1fr;gap:12px;max-width:480px;margin:0 auto}.ProjectsPage-module__h7MXRa__hero{padding:32px 0 28px}}.ProjectsPage-module__h7MXRa__state{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:48px 20px;display:flex}.ProjectsPage-module__h7MXRa__spinner{border:3px solid var(--border);border-top-color:var(--main-brand);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite ProjectsPage-module__h7MXRa__spin}@keyframes ProjectsPage-module__h7MXRa__spin{to{transform:rotate(360deg)}}.ProjectsPage-module__h7MXRa__emptyMsg{color:var(--secondary-text);font-size:.875rem}.ProjectsPage-module__h7MXRa__clearBtn{border:1.5px solid var(--border);color:var(--secondary-text);cursor:pointer;background:0 0;border-radius:8px;padding:8px 18px;font-size:.82rem;font-weight:600}.ProjectsPage-module__h7MXRa__clearBtn:hover{background:var(--highlight)}
.SupportPage-module__z_Vheq__main{padding-top:var(--nav-height);background-color:var(--background);min-height:100vh}.SupportPage-module__z_Vheq__hero{background:linear-gradient(135deg, #e8f0ea 0%, var(--background) 100%);border-bottom:1px solid var(--border);text-align:center;padding:56px 0 48px}.SupportPage-module__z_Vheq__heroBadge{background-color:var(--highlight);color:var(--brand-dark);letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--soft-accent);border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.SupportPage-module__z_Vheq__heroDot{background-color:var(--main-brand);border-radius:50%;width:7px;height:7px;animation:2s infinite SupportPage-module__z_Vheq__pulse}@keyframes SupportPage-module__z_Vheq__pulse{0%{box-shadow:0 0 #6b908066}70%{box-shadow:0 0 0 6px #6b908000}to{box-shadow:0 0 #6b908000}}.SupportPage-module__z_Vheq__heroTitle{color:var(--main-text);letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.SupportPage-module__z_Vheq__heroHighlight{color:var(--main-brand)}.SupportPage-module__z_Vheq__heroSub{color:var(--secondary-text);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}.SupportPage-module__z_Vheq__content{padding:60px 0 80px}.SupportPage-module__z_Vheq__grid{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:900px){.SupportPage-module__z_Vheq__grid{grid-template-columns:1fr 380px;align-items:start}}.SupportPage-module__z_Vheq__formCard{background-color:var(--card);border:1px solid var(--border);border-radius:16px;padding:40px 36px}@media (max-width:540px){.SupportPage-module__z_Vheq__formCard{padding:28px 20px}}.SupportPage-module__z_Vheq__formTitle{color:var(--main-text);margin-bottom:6px;font-size:1.35rem;font-weight:800}.SupportPage-module__z_Vheq__formSub{color:var(--secondary-text);margin-bottom:28px;font-size:.9rem;line-height:1.6}.SupportPage-module__z_Vheq__fieldGroup{flex-direction:column;gap:18px;margin-bottom:24px;display:flex}.SupportPage-module__z_Vheq__fieldRow{grid-template-columns:1fr;gap:18px;display:grid}@media (min-width:560px){.SupportPage-module__z_Vheq__fieldRow{grid-template-columns:1fr 1fr}}.SupportPage-module__z_Vheq__field{flex-direction:column;gap:6px;display:flex}.SupportPage-module__z_Vheq__label{color:var(--main-text);letter-spacing:.02em;font-size:.82rem;font-weight:700}.SupportPage-module__z_Vheq__required{color:var(--main-brand);margin-left:2px}.SupportPage-module__z_Vheq__input{border:1.5px solid var(--border);width:100%;color:var(--main-text);background-color:var(--input-bg);border-radius:8px;outline:none;padding:11px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.SupportPage-module__z_Vheq__input:focus{border-color:var(--main-brand);box-shadow:0 0 0 3px #6b90801f}.SupportPage-module__z_Vheq__input::placeholder{color:var(--secondary-text);opacity:.7}.SupportPage-module__z_Vheq__textarea{resize:vertical;min-height:130px}.SupportPage-module__z_Vheq__submitBtn{background-color:var(--main-brand);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 24px;font-family:inherit;font-size:1rem;font-weight:700;transition:background-color .2s,transform .15s;display:flex}.SupportPage-module__z_Vheq__submitBtn:hover:not(:disabled){background-color:var(--brand-dark);transform:translateY(-1px)}.SupportPage-module__z_Vheq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.SupportPage-module__z_Vheq__successCard{background-color:var(--card);border:1px solid var(--border);text-align:center;border-radius:16px;padding:56px 40px}.SupportPage-module__z_Vheq__successIcon{background-color:var(--highlight);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;display:flex}.SupportPage-module__z_Vheq__successIconSvg{color:var(--main-brand)}.SupportPage-module__z_Vheq__successTitle{color:var(--main-text);margin-bottom:12px;font-size:1.5rem;font-weight:800}.SupportPage-module__z_Vheq__successMsg{color:var(--secondary-text);max-width:420px;margin:0 auto 28px;font-size:1rem;line-height:1.7}.SupportPage-module__z_Vheq__successHighlight{color:var(--main-brand);font-weight:700}.SupportPage-module__z_Vheq__resetBtn{background-color:var(--highlight);border:1.5px solid var(--soft-accent);color:var(--main-text);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:11px 24px;font-family:inherit;font-size:.9rem;font-weight:600;transition:background-color .2s;display:inline-flex}.SupportPage-module__z_Vheq__resetBtn:hover{background-color:var(--soft-accent)}.SupportPage-module__z_Vheq__sidebar{flex-direction:column;gap:20px;display:flex}.SupportPage-module__z_Vheq__infoCard{background-color:var(--card);border:1px solid var(--border);border-radius:14px;padding:24px}.SupportPage-module__z_Vheq__infoTitle{color:var(--main-text);align-items:center;gap:8px;margin-bottom:14px;font-size:.95rem;font-weight:700;display:flex}.SupportPage-module__z_Vheq__infoIcon{color:var(--main-brand)}.SupportPage-module__z_Vheq__infoList{flex-direction:column;gap:12px;display:flex}.SupportPage-module__z_Vheq__infoItem{align-items:flex-start;gap:10px;display:flex}.SupportPage-module__z_Vheq__infoDot{background-color:var(--main-brand);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.SupportPage-module__z_Vheq__infoText{color:var(--secondary-text);font-size:.875rem;line-height:1.55}.SupportPage-module__z_Vheq__waCard{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:14px;padding:24px}.SupportPage-module__z_Vheq__waTitle{color:#fff;align-items:center;gap:8px;margin-bottom:6px;font-size:.95rem;font-weight:700;display:flex}.SupportPage-module__z_Vheq__waSub{color:#ffffffd1;margin-bottom:16px;font-size:.82rem;line-height:1.5}.SupportPage-module__z_Vheq__waLinks{flex-direction:column;gap:10px;display:flex}.SupportPage-module__z_Vheq__waLink{color:#fff;background-color:#ffffff26;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:flex}.SupportPage-module__z_Vheq__waLink:hover{background-color:#ffffff40}
.ProjectsSection-module__MIgema__projectsSection{background-color:var(--background)}.ProjectsSection-module__MIgema__header{text-align:center;max-width:600px;margin-bottom:64px;margin-left:auto;margin-right:auto}.ProjectsSection-module__MIgema__title{margin-bottom:16px;font-size:2.25rem}.ProjectsSection-module__MIgema__subtitle{font-size:1.1rem}.ProjectsSection-module__MIgema__projectCard{background-color:var(--card);border:1px solid var(--border);border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.ProjectsSection-module__MIgema__projectCard:hover{border-color:var(--soft-accent);transform:translateY(-4px);box-shadow:0 12px 24px #24312c0d}.ProjectsSection-module__MIgema__imagePlaceholder{background-color:var(--highlight);border-bottom:1px solid var(--border);background-position:50%;background-size:cover;height:200px}.ProjectsSection-module__MIgema__content{padding:24px}.ProjectsSection-module__MIgema__projectTitle{color:var(--main-text);margin-bottom:12px;font-size:1.25rem}.ProjectsSection-module__MIgema__tags{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.ProjectsSection-module__MIgema__tag{background-color:var(--highlight);color:var(--brand-dark);border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:600}.ProjectsSection-module__MIgema__viewLink{color:var(--main-brand);align-items:center;gap:8px;font-weight:600;transition:color .2s;display:inline-flex}.ProjectsSection-module__MIgema__viewLink:hover{color:var(--brand-dark)}@media (min-width:768px){.ProjectsSection-module__MIgema__title{font-size:2.5rem}}
