.Header-module__hBw1pG__header{border-bottom:1px solid var(--border-color);z-index:1000;width:100%;transition:all var(--transition-fast);position:sticky;top:0;left:0;background-color:var(--ivory)!important}.Header-module__hBw1pG__scrolled{border-bottom:1px solid var(--border-color);box-shadow:0 4px 20px #29142e0d;box-shadow:0 4px 20px lab(10.4392% 14.8338 -12.7932/.05);background-color:var(--ivory)!important}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;gap:16px;max-width:1280px;height:76px;margin:0 auto;padding:0 24px;display:flex}.Header-module__hBw1pG__logoArea{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__logoImage{width:auto!important;height:42px!important}.Header-module__hBw1pG__logo{flex-direction:column;line-height:1;display:flex}.Header-module__hBw1pG__logoTitle{font-family:var(--font-title);letter-spacing:-.01em;color:var(--text-dark);font-size:1.35rem;font-weight:400}.Header-module__hBw1pG__logoTitle span{color:var(--primary);font-style:normal}.Header-module__hBw1pG__logoSub{font-family:var(--font-body);color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin-top:4px;font-size:.6rem;font-weight:500}.Header-module__hBw1pG__nav{flex-wrap:nowrap;align-items:center;gap:22px;display:flex}.Header-module__hBw1pG__navLink{font-family:var(--font-interface);text-transform:uppercase;color:var(--text-muted);white-space:nowrap;padding:6px 0;position:relative;letter-spacing:.12em!important;font-size:.68rem!important;font-weight:500!important}.Header-module__hBw1pG__navLink:hover{color:var(--primary)}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--primary);width:0;height:1px;transition:width var(--transition-fast);position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__navGroup{align-items:center;display:flex;position:relative}.Header-module__hBw1pG__navGroupTrigger{align-items:center;gap:5px;display:inline-flex}.Header-module__hBw1pG__chevron{transition:transform var(--transition-fast)}.Header-module__hBw1pG__navGroup:hover .Header-module__hBw1pG__chevron,.Header-module__hBw1pG__navGroup:focus-within .Header-module__hBw1pG__chevron{transform:rotate(180deg)}.Header-module__hBw1pG__dropdown{opacity:0;visibility:hidden;transition:opacity var(--transition-fast), visibility var(--transition-fast);z-index:40;padding-top:16px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__navGroup:hover .Header-module__hBw1pG__dropdown,.Header-module__hBw1pG__navGroup:focus-within .Header-module__hBw1pG__dropdown{opacity:1;visibility:visible}.Header-module__hBw1pG__dropdownInner{background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-md);flex-direction:column;gap:2px;min-width:190px;padding:8px;display:flex;box-shadow:0 18px 40px #1409231f}.Header-module__hBw1pG__dropdownLink{font-family:var(--font-interface);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;transition:background-color var(--transition-fast), color var(--transition-fast);border-radius:10px;padding:11px 14px;font-size:.68rem;font-weight:500}.Header-module__hBw1pG__dropdownLink:hover{background-color:var(--plum-tint);color:var(--primary)}.Header-module__hBw1pG__actions{flex-shrink:0;align-items:center;gap:20px;display:flex}.Header-module__hBw1pG__phone{color:var(--text-dark);white-space:nowrap;align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}.Header-module__hBw1pG__phone:hover{color:var(--primary)}.Header-module__hBw1pG__burger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;width:30px;display:none}.Header-module__hBw1pG__burger:focus{box-shadow:none;outline:none}.Header-module__hBw1pG__burgerLine{background-color:var(--text-dark);width:100%;height:2px;transition:all var(--transition-fast)}.Header-module__hBw1pG__mobileActions{display:none}@media (max-width:1024px){.Header-module__hBw1pG__container{height:60px}.Header-module__hBw1pG__logoImage{height:34px!important}.Header-module__hBw1pG__nav{background-color:var(--bg-white);width:100%;height:calc(100vh - 60px);transition:all var(--transition-normal);flex-direction:column;justify-content:flex-start;align-items:center;gap:20px;padding:30px 24px 60px;position:fixed;top:60px;left:-100%;overflow-y:auto;box-shadow:0 10px 20px #0000000d}.Header-module__hBw1pG__navActive{left:0}.Header-module__hBw1pG__navGroup{flex-direction:column;align-items:center;gap:18px;width:100%}.Header-module__hBw1pG__chevron{display:inline-block}.Header-module__hBw1pG__dropdown{opacity:1;visibility:visible;padding-top:0;display:none;position:static;transform:none}.Header-module__hBw1pG__navGroupOpen .Header-module__hBw1pG__dropdown{display:block}.Header-module__hBw1pG__navGroupOpen .Header-module__hBw1pG__chevron{transform:rotate(180deg)}.Header-module__hBw1pG__navGroup:hover .Header-module__hBw1pG__dropdown,.Header-module__hBw1pG__navGroup:focus-within .Header-module__hBw1pG__dropdown{display:none}.Header-module__hBw1pG__navGroupOpen:hover .Header-module__hBw1pG__dropdown,.Header-module__hBw1pG__navGroupOpen:focus-within .Header-module__hBw1pG__dropdown{display:block}.Header-module__hBw1pG__dropdownInner{box-shadow:none;background-color:#0000;border:none;align-items:center;gap:18px;min-width:0;padding:0}.Header-module__hBw1pG__dropdownLink{opacity:.72;padding:0;font-size:.62rem}.Header-module__hBw1pG__actions{display:none}.Header-module__hBw1pG__mobileActions{border-top:1px solid var(--border-color);flex-direction:column;align-items:center;gap:20px;width:100%;max-width:280px;margin-top:15px;padding-top:25px;display:flex}.Header-module__hBw1pG__burger{display:flex}.Header-module__hBw1pG__burgerActive .Header-module__hBw1pG__burgerLine:first-child{transform:rotate(45deg) translate(5deg, 6deg)}.Header-module__hBw1pG__burgerActive .Header-module__hBw1pG__burgerLine:nth-child(2){opacity:0}.Header-module__hBw1pG__burgerActive .Header-module__hBw1pG__burgerLine:nth-child(3){transform:rotate(-45deg) translate(5deg, -7deg)}}.Header-module__hBw1pG__headerBtn{white-space:nowrap;letter-spacing:.12em!important;justify-content:center!important;align-items:center!important;height:38px!important;padding:8px 20px!important;font-size:.68rem!important;font-weight:600!important;display:inline-flex!important}
.Hero-module__ZARIfG__hero{background:var(--bg-gradient-hero);padding:0;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{z-index:2;grid-template-columns:1.45fr .55fr;align-items:end;gap:24px;display:grid;position:relative}.Hero-module__ZARIfG__content{text-align:left;flex-direction:column;align-self:center;align-items:flex-start;display:flex}.Hero-module__ZARIfG__orgInfo{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:.8rem;font-weight:500}.Hero-module__ZARIfG__infoBar{background:var(--primary-light);border:1px solid var(--border-light);border-radius:var(--radius-full);align-items:center;gap:10px;max-width:100%;margin-bottom:18px;padding:8px 14px;display:none}.Hero-module__ZARIfG__infoItem{color:var(--primary);white-space:nowrap;align-items:center;gap:5px;font-size:.82rem;display:flex}.Hero-module__ZARIfG__infoIcon{flex-shrink:0;width:14px;height:14px}.Hero-module__ZARIfG__infoItem strong{font-weight:700}.Hero-module__ZARIfG__infoDivider{background-color:var(--primary);opacity:.25;flex-shrink:0;width:1px;height:16px}.Hero-module__ZARIfG__kicker{font-family:var(--font-body);color:var(--primary);text-transform:uppercase;letter-spacing:.18em;margin-bottom:20px;font-size:.9rem;font-weight:600}.Hero-module__ZARIfG__title{font-family:var(--font-title);color:var(--text-dark);letter-spacing:-.01em;text-transform:uppercase;margin-bottom:24px;font-size:clamp(2.6rem,4.9vw,4.5rem);font-weight:700;line-height:1.04}.Hero-module__ZARIfG__titleHighlight{color:var(--primary);font-style:normal}.Hero-module__ZARIfG__subtitle{font-family:var(--font-body);color:var(--text-muted);letter-spacing:.08em;margin-bottom:36px;font-size:1.3rem;font-weight:500;line-height:1.5}.Hero-module__ZARIfG__btnGroup{gap:16px;width:100%;display:flex}.Hero-module__ZARIfG__primaryBtn{background-color:var(--ink);color:var(--ivory);font-family:var(--font-body);letter-spacing:.14em;border-radius:var(--radius-full);text-transform:uppercase;white-space:nowrap;transition:all var(--transition-fast);box-shadow:none;justify-content:center;align-items:center;gap:8px;padding:20px 40px;font-size:.8rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__primaryBtn:hover{background-color:var(--plum-deep);box-shadow:none;transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryBtn{color:var(--text-dark);border:1px solid var(--border-color);font-family:var(--font-body);letter-spacing:.14em;border-radius:var(--radius-full);text-transform:uppercase;white-space:nowrap;transition:all var(--transition-fast);background-color:#0000;justify-content:center;align-items:center;padding:20px 40px;font-size:.8rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__secondaryBtn:hover{background-color:var(--cream);transform:translateY(-2px)}.Hero-module__ZARIfG__visual{justify-content:center;align-items:flex-end;width:100%;height:620px;display:flex;position:relative}.Hero-module__ZARIfG__visual:after{content:"";background:linear-gradient(to bottom, #fcf9fd00 0%, var(--ivory) 100%);pointer-events:none;z-index:2;height:140px;position:absolute;bottom:0;left:0;right:0}@supports (color:lab(0% 0 0)){.Hero-module__ZARIfG__visual:after{background:linear-gradient(to bottom, lab(98.1816% 1.57166 -1.45049/0) 0%, var(--ivory) 100%)}}.Hero-module__ZARIfG__imageWrapper{align-self:stretch;align-items:flex-end;height:100%;display:flex;position:relative}.Hero-module__ZARIfG__trainerImage{object-fit:contain;transform-origin:bottom;z-index:1;transform:translateY(0%);width:auto!important;max-width:none!important;height:98%!important}.Hero-module__ZARIfG__trainerImageMobile{display:none}@media (max-width:992px){.Hero-module__ZARIfG__trainerImageDesktop{display:none}.Hero-module__ZARIfG__trainerImageMobile{display:block}}.Hero-module__ZARIfG__stampBadge{z-index:2;justify-content:center;align-items:center;width:120px;height:120px;animation:20s linear infinite Hero-module__ZARIfG__rotateStamp;display:flex;position:absolute;top:30%;right:-30px}.Hero-module__ZARIfG__stampSvg{width:100%;height:100%}.Hero-module__ZARIfG__stampText{fill:var(--primary);letter-spacing:1.5px;font-size:9px;font-weight:800}.Hero-module__ZARIfG__stampCenter{background:var(--primary-light);border:2px solid var(--primary);z-index:3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;animation:20s linear infinite Hero-module__ZARIfG__counterRotate;display:flex;position:absolute}.Hero-module__ZARIfG__stampCenter span{color:var(--primary);font-size:.85rem;font-weight:800}@keyframes Hero-module__ZARIfG__rotateStamp{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Hero-module__ZARIfG__counterRotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media (max-width:992px){.Hero-module__ZARIfG__container{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.Hero-module__ZARIfG__content{display:contents}.Hero-module__ZARIfG__title,.Hero-module__ZARIfG__subtitle{max-width:none}.Hero-module__ZARIfG__btnGroup{flex-direction:column;order:2;align-items:stretch;gap:12px;width:100%;margin-top:8px;padding-bottom:24px}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{text-align:center;width:100%}.Hero-module__ZARIfG__visual{order:1;height:540px;overflow:hidden}.Hero-module__ZARIfG__imageWrapper{align-self:center;width:100%;height:100%}.Hero-module__ZARIfG__trainerImage{object-fit:cover!important;object-position:top center!important;width:100%!important;max-width:none!important;height:100%!important;transform:none!important}.Hero-module__ZARIfG__stampBadge{top:20%;right:15%}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:32px 0 0}.Hero-module__ZARIfG__container{gap:10px}.Hero-module__ZARIfG__orgInfo,.Hero-module__ZARIfG__infoBar{display:none}.Hero-module__ZARIfG__container{text-align:left;align-items:stretch}.Hero-module__ZARIfG__title{letter-spacing:-.01em;margin-bottom:0;font-size:min(2.6rem,11.9048vw - 5.71429px);line-height:1.02}.Hero-module__ZARIfG__subtitle{display:none}.Hero-module__ZARIfG__kicker{letter-spacing:.14em;margin-bottom:14px;font-size:.68rem}.Hero-module__ZARIfG__content{padding-bottom:0}.Hero-module__ZARIfG__visual{height:auto;overflow:visible}.Hero-module__ZARIfG__visual:after{height:40px}.Hero-module__ZARIfG__imageWrapper{border-radius:var(--radius-lg) var(--radius-lg) 0 0;justify-content:center;align-self:flex-end;width:100%;overflow:hidden}.Hero-module__ZARIfG__trainerImage{object-fit:contain!important;object-position:center!important;width:100%!important;max-width:none!important;height:auto!important;transform:none!important}.Hero-module__ZARIfG__stampBadge{width:84px;height:84px;top:65%;right:4%}}@media (max-width:480px){.Hero-module__ZARIfG__hero{padding:28px 0 0}.Hero-module__ZARIfG__infoBar{gap:6px;margin-bottom:20px;padding:7px 10px}.Hero-module__ZARIfG__infoItem{gap:3px;font-size:.56rem}.Hero-module__ZARIfG__infoItem strong{font-weight:700}.Hero-module__ZARIfG__infoIcon{width:14px;height:14px}.Hero-module__ZARIfG__kicker{letter-spacing:.12em;margin-bottom:12px;font-size:.66rem}.Hero-module__ZARIfG__btnGroup{flex-direction:column;width:100%}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{width:100%}.Hero-module__ZARIfG__stampCenter{width:38px;height:38px}.Hero-module__ZARIfG__stampCenter span{font-size:.7rem}}
.Books-module__WcUwHG__booksSection{background:var(--cream);padding:96px 0}.Books-module__WcUwHG__sectionHeader{grid-template-columns:minmax(0,1.3fr) minmax(0,.9fr);align-items:end;gap:40px;margin-bottom:48px;display:grid}.Books-module__WcUwHG__eyebrow{font-family:var(--font-body);color:var(--primary);text-transform:uppercase;letter-spacing:.16em;margin-bottom:14px;font-size:.72rem;font-weight:600;display:block}.Books-module__WcUwHG__sectionTitle{font-family:var(--font-title);color:var(--text-dark);font-size:clamp(1.9rem,3vw,2.6rem);font-weight:400;line-height:1.2}.Books-module__WcUwHG__sectionTitle em{color:var(--primary)}.Books-module__WcUwHG__sectionLead{color:var(--text-muted);font-size:1rem;line-height:1.6}.Books-module__WcUwHG__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Books-module__WcUwHG__card{background:var(--blush);border-radius:var(--radius-lg);transition:transform var(--transition-normal);flex-direction:column;padding:24px;display:flex;position:relative}.Books-module__WcUwHG__card:hover{transform:translateY(-6px)}.Books-module__WcUwHG__number{font-family:var(--font-title);color:var(--plum-soft);margin-bottom:10px;font-size:1.1rem;font-style:normal;display:block}.Books-module__WcUwHG__imageWrapper{border-radius:var(--radius-md);background:var(--ivory);aspect-ratio:4/3;margin-bottom:22px;overflow:hidden}.Books-module__WcUwHG__image{object-fit:cover;width:100%;height:100%}.Books-module__WcUwHG__cardContent{flex-direction:column;flex-grow:1;display:flex}.Books-module__WcUwHG__cardTitle{font-family:var(--font-title);color:var(--text-dark);margin-bottom:10px;font-size:1.15rem;font-weight:400;line-height:1.3}.Books-module__WcUwHG__cardDesc{color:var(--text-muted);flex-grow:1;margin-bottom:14px;font-size:.88rem;line-height:1.6}.Books-module__WcUwHG__cardMeta{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px;font-size:.7rem;font-weight:600}.Books-module__WcUwHG__cardBtn{border:1px solid var(--border-color);color:var(--text-dark);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-full);transition:all var(--transition-fast);background:0 0;justify-content:center;align-self:flex-start;align-items:center;gap:6px;padding:11px 20px;font-size:.7rem;font-weight:600;display:inline-flex}.Books-module__WcUwHG__cardBtn:hover{background:var(--ink);color:var(--ivory);border-color:var(--ink)}@media (max-width:992px){.Books-module__WcUwHG__sectionHeader{grid-template-columns:1fr;gap:16px}.Books-module__WcUwHG__grid{grid-template-columns:1fr}}@media (max-width:650px){.Books-module__WcUwHG__booksSection{padding:72px 0}.Books-module__WcUwHG__grid{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;flex-wrap:nowrap;gap:24px;margin:0 -24px;padding:4px 24px 14px;scroll-padding-left:24px;display:flex;overflow-x:auto}.Books-module__WcUwHG__grid::-webkit-scrollbar{display:none}.Books-module__WcUwHG__grid .Books-module__WcUwHG__card{scroll-snap-align:start;flex:0 0 100%;min-width:100%}}
.Partners-module__Wk2-ZG__partnersSection{background-color:var(--bg-lavender);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:80px 0}.Partners-module__Wk2-ZG__eyebrow{text-align:center;font-family:var(--font-body);color:var(--primary);text-transform:uppercase;letter-spacing:.16em;margin-bottom:14px;font-size:.72rem;font-weight:600;display:block}.Partners-module__Wk2-ZG__sectionTitle{text-align:center;font-family:var(--font-title);color:var(--text-dark);max-width:720px;margin:0 auto 48px;font-size:clamp(1.9rem,3.5vw,2.6rem);font-weight:400;line-height:1.25}.Partners-module__Wk2-ZG__sectionTitle em{font-style:normal}.Partners-module__Wk2-ZG__grid{border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--bg-white);grid-template-columns:repeat(5,1fr);display:grid;overflow:hidden}.Partners-module__Wk2-ZG__partnerCell{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);transition:background-color var(--transition-normal);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:32px 16px;display:flex}.Partners-module__Wk2-ZG__partnerCell:hover{background-color:var(--bg-lavender)}.Partners-module__Wk2-ZG__partnerCell:nth-child(5n){border-right:none}.Partners-module__Wk2-ZG__partnerCell:nth-last-child(-n+5){border-bottom:none}.Partners-module__Wk2-ZG__badge{border-radius:var(--radius-full);background-color:var(--primary-light);border:1px solid var(--primary-light-hover);width:56px;height:56px;color:var(--primary);font-family:var(--font-title);justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.Partners-module__Wk2-ZG__logoImage{object-fit:contain;border-radius:var(--radius-sm);max-width:110px;max-height:56px}.Partners-module__Wk2-ZG__partnerName{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);text-align:center;font-size:.7rem;font-weight:600}.Partners-module__Wk2-ZG__note{text-align:center;color:var(--text-muted);margin-top:24px;font-size:.85rem}@media (max-width:900px){.Partners-module__Wk2-ZG__grid{grid-template-columns:repeat(3,1fr)}.Partners-module__Wk2-ZG__partnerCell:nth-child(5n){border-right:1px solid var(--border-color)}.Partners-module__Wk2-ZG__partnerCell:nth-child(3n){border-right:none}.Partners-module__Wk2-ZG__partnerCell:nth-last-child(-n+5){border-bottom:1px solid var(--border-color)}.Partners-module__Wk2-ZG__partnerCell:nth-last-child(-n+3){border-bottom:none}}@media (max-width:560px){.Partners-module__Wk2-ZG__grid{grid-template-columns:repeat(2,1fr)}.Partners-module__Wk2-ZG__partnerCell:nth-child(3n){border-right:1px solid var(--border-color)}.Partners-module__Wk2-ZG__partnerCell:nth-child(2n){border-right:none}.Partners-module__Wk2-ZG__partnerCell:nth-last-child(-n+3){border-bottom:1px solid var(--border-color)}.Partners-module__Wk2-ZG__partnerCell:nth-last-child(-n+2){border-bottom:none}}
.ArticleContent-module__FbXr2G__wrapper{width:100%}.ArticleContent-module__FbXr2G__articleBody{color:var(--text-dark);font-size:1.05rem;line-height:1.8}.ArticleContent-module__FbXr2G__articleBody img{border-radius:var(--radius-sm);max-width:100%;height:auto;box-shadow:var(--shadow-sm);margin:24px auto;display:block}.ArticleContent-module__FbXr2G__galleryContainer{border-top:1px solid var(--border-color);margin-top:48px;padding-top:36px}.ArticleContent-module__FbXr2G__galleryTitle{color:var(--text-dark);margin-bottom:24px;font-size:1.6rem;font-weight:700;display:inline-block;position:relative}.ArticleContent-module__FbXr2G__galleryTitle:after{content:"";background-color:var(--primary);border-radius:var(--radius-full);width:40px;height:3px;position:absolute;bottom:-6px;left:0}.ArticleContent-module__FbXr2G__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.ArticleContent-module__FbXr2G__imageCard{aspect-ratio:4/3;border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);cursor:pointer;position:relative;overflow:hidden}.ArticleContent-module__FbXr2G__galleryImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.ArticleContent-module__FbXr2G__imageCard:hover .ArticleContent-module__FbXr2G__galleryImage{transform:scale(1.05)}.ArticleContent-module__FbXr2G__imageOverlay{opacity:0;color:#fff;width:100%;height:100%;transition:opacity var(--transition-fast);z-index:2;background-color:#9b409866;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.ArticleContent-module__FbXr2G__imageCard:hover .ArticleContent-module__FbXr2G__imageOverlay{opacity:1}.ArticleContent-module__FbXr2G__leadSection{border-radius:var(--radius-md);color:#fff;background:radial-gradient(circle at 12% 18%,#9751e061,#0000 34%),linear-gradient(135deg,#2a173c 0%,#35194d 54%,#6f2dbd 100%);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:28px;margin-top:52px;padding:32px;display:grid}.ArticleContent-module__FbXr2G__leadKicker{color:#dec8ff;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px;font-size:.72rem;font-weight:800;display:inline-flex}.ArticleContent-module__FbXr2G__leadCopy h3{color:#fff;font-family:var(--font-title);margin-bottom:10px;font-size:clamp(1.65rem,2.5vw,2.3rem);line-height:1.12}.ArticleContent-module__FbXr2G__leadCopy p{color:#ffffffc7;line-height:1.65}.ArticleContent-module__FbXr2G__leadForm{color:var(--text-dark);background:#fffffff5;border:1px solid #ffffffb8;border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:18px;display:grid}.ArticleContent-module__FbXr2G__formGroup{gap:7px;display:grid}.ArticleContent-module__FbXr2G__formGroup span{color:#2a173c;font-size:.84rem;font-weight:800}.ArticleContent-module__FbXr2G__formGroup input{color:var(--text-dark);font:inherit;background:#fff;border:1px solid #ded7e8;border-radius:14px;outline:none;width:100%;min-height:52px;padding:0 15px}.ArticleContent-module__FbXr2G__formGroup input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #6f2dbd1f}.ArticleContent-module__FbXr2G__leadButton{background:var(--primary);color:#fff;border-radius:14px;grid-column:1/-1;justify-content:center;align-items:center;width:100%;min-height:52px;padding:0 22px;font-weight:800;display:inline-flex}.ArticleContent-module__FbXr2G__leadButton:hover{background:var(--primary-hover)}.ArticleContent-module__FbXr2G__leadButton:disabled{cursor:not-allowed;opacity:.65}.ArticleContent-module__FbXr2G__successMsg,.ArticleContent-module__FbXr2G__errorMsg{border-radius:14px;grid-column:1/-1;padding:13px 15px;font-size:.9rem;font-weight:700}.ArticleContent-module__FbXr2G__successMsg{color:#246b2d;background:#e8f5e9;border:1px solid #c8e6c9}.ArticleContent-module__FbXr2G__errorMsg{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.ArticleContent-module__FbXr2G__lightbox{z-index:99999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;animation:.25s ease-out ArticleContent-module__FbXr2G__fadeIn;display:flex;position:fixed;top:0;left:0}.ArticleContent-module__FbXr2G__lightboxContent{flex-direction:column;align-items:center;max-width:85%;max-height:85vh;animation:.3s cubic-bezier(.34,1.56,.64,1) ArticleContent-module__FbXr2G__scaleUp;display:flex;position:relative}.ArticleContent-module__FbXr2G__lightboxImage{object-fit:contain;border-radius:var(--radius-sm);border:2px solid #ffffff1a;max-width:100%;max-height:80vh;box-shadow:0 20px 50px #00000080}.ArticleContent-module__FbXr2G__lightboxCaption{color:#fff;text-align:center;text-shadow:0 2px 4px #00000080;max-width:600px;margin-top:12px;font-size:.95rem}.ArticleContent-module__FbXr2G__lightboxCounter{color:#fff9;margin-top:6px;font-size:.8rem;font-weight:500}.ArticleContent-module__FbXr2G__closeBtn{color:#fff;cursor:pointer;transition:color var(--transition-fast), transform var(--transition-fast);z-index:100000;background:0 0;border:none;font-size:3rem;font-weight:300;line-height:1;position:absolute;top:24px;right:24px}.ArticleContent-module__FbXr2G__closeBtn:hover{color:var(--accent);transform:scale(1.1)}.ArticleContent-module__FbXr2G__navBtn{color:#fff;cursor:pointer;width:60px;height:60px;transition:background var(--transition-fast), color var(--transition-fast);z-index:100000;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ArticleContent-module__FbXr2G__navBtn:hover{color:var(--accent);background:#fff3}.ArticleContent-module__FbXr2G__prevBtn{left:32px}.ArticleContent-module__FbXr2G__nextBtn{right:32px}@media (max-width:992px){.ArticleContent-module__FbXr2G__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ArticleContent-module__FbXr2G__grid{grid-template-columns:repeat(2,1fr);gap:12px}.ArticleContent-module__FbXr2G__navBtn{width:44px;height:44px;font-size:1.2rem}.ArticleContent-module__FbXr2G__prevBtn{left:12px}.ArticleContent-module__FbXr2G__nextBtn{right:12px}.ArticleContent-module__FbXr2G__leadSection{grid-template-columns:1fr;padding:24px}.ArticleContent-module__FbXr2G__leadForm{grid-template-columns:1fr}}@media (max-width:480px){.ArticleContent-module__FbXr2G__grid{grid-template-columns:repeat(2,1fr);gap:8px}.ArticleContent-module__FbXr2G__galleryTitle{font-size:1.3rem}.ArticleContent-module__FbXr2G__leadSection{padding:20px}.ArticleContent-module__FbXr2G__leadCopy h3{font-size:1.4rem}}@keyframes ArticleContent-module__FbXr2G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ArticleContent-module__FbXr2G__scaleUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
.Videos-module__5X57Ca__videoSection{background-color:var(--bg-white);padding:80px 0}.Videos-module__5X57Ca__headerRow{justify-content:space-between;align-items:flex-end;margin-bottom:48px;display:flex}.Videos-module__5X57Ca__titleGroup{flex-direction:column;display:flex}.Videos-module__5X57Ca__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Videos-module__5X57Ca__card{border-radius:var(--radius-md);height:240px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);cursor:pointer;position:relative;overflow:hidden}.Videos-module__5X57Ca__thumbnailWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Videos-module__5X57Ca__thumbnailPlaceholder{opacity:.95;width:100%;height:100%;transition:transform var(--transition-slow);background:linear-gradient(135deg,#4a148c 0%,#880e4f 100%)}.Videos-module__5X57Ca__card:hover .Videos-module__5X57Ca__thumbnailPlaceholder{transform:scale(1.05)}.Videos-module__5X57Ca__overlay{z-index:2;width:100%;height:100%;transition:opacity var(--transition-normal);background:linear-gradient(#0000 40%,#000000b3 100%);position:absolute;top:0;left:0}.Videos-module__5X57Ca__card:hover .Videos-module__5X57Ca__overlay{background:linear-gradient(#0000001a 40%,#000c 100%)}.Videos-module__5X57Ca__playBtn{border-radius:var(--radius-full);background-color:var(--primary-light);width:56px;height:56px;color:var(--primary);z-index:3;box-shadow:var(--shadow-md);transition:all var(--transition-normal);justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Videos-module__5X57Ca__playBtn svg{margin-left:2px}.Videos-module__5X57Ca__card:hover .Videos-module__5X57Ca__playBtn{background-color:var(--primary);color:var(--text-light);box-shadow:var(--shadow-hover);transform:translate(-50%,-50%)scale(1.1)}.Videos-module__5X57Ca__cardTitle{color:var(--text-light);z-index:3;text-shadow:0 2px 4px #0000004d;font-size:1rem;font-weight:700;line-height:1.4;position:absolute;bottom:20px;left:20px;right:20px}@media (max-width:992px){.Videos-module__5X57Ca__grid{grid-template-columns:repeat(2,1fr)}.Videos-module__5X57Ca__card:nth-child(3){display:none}}@media (max-width:600px){.Videos-module__5X57Ca__headerRow{flex-direction:column;align-items:flex-start;gap:16px}.Videos-module__5X57Ca__grid{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;flex-wrap:nowrap;gap:24px;margin:0 -24px;padding:4px 24px 14px;scroll-padding-left:24px;display:flex;overflow-x:auto}.Videos-module__5X57Ca__grid::-webkit-scrollbar{display:none}.Videos-module__5X57Ca__grid .Videos-module__5X57Ca__card{scroll-snap-align:start;flex:0 0 100%;min-width:100%}.Videos-module__5X57Ca__card:nth-child(3){display:block}}.Videos-module__5X57Ca__modalOverlay{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;animation:.25s ease-out Videos-module__5X57Ca__fadeIn;display:flex;position:fixed;top:0;left:0}.Videos-module__5X57Ca__modalContent{border-radius:var(--radius-md);background-color:#000;width:90%;max-width:850px;animation:.3s cubic-bezier(.34,1.56,.64,1) Videos-module__5X57Ca__scaleUp;position:relative;overflow:visible;box-shadow:0 20px 50px #0009}.Videos-module__5X57Ca__closeBtn{color:var(--text-light);cursor:pointer;transition:color var(--transition-fast), transform var(--transition-fast);z-index:10000;background:0 0;border:none;justify-content:center;align-items:center;font-size:2.8rem;font-weight:300;line-height:1;display:flex;position:absolute;top:-48px;right:-10px}.Videos-module__5X57Ca__closeBtn:hover{color:var(--accent);transform:scale(1.1)}.Videos-module__5X57Ca__videoWrapper{border-radius:var(--radius-md);border:1px solid #ffffff1a;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.Videos-module__5X57Ca__videoWrapper iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.Videos-module__5X57Ca__closeBtn{color:#fff;background:#0009;border:1px solid #fff3;border-radius:50%;width:38px;height:38px;font-size:1.8rem;top:10px;right:12px}}@keyframes Videos-module__5X57Ca__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Videos-module__5X57Ca__scaleUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
