/* Peaceful World Global Footer v1 — scoped Tilda production CSS */
#pw-global-footer{
  --pw-dark:#1F201E;
  --pw-fg:#F5F3EC;
  --pw-fg-muted:#C6C4BD;
  --pw-fg-subtle:#A9AAA4;
  --pw-rule:#4B4C47;
  --pw-focus:#F5F3EC;
  --pw-font-sans:"TildaSans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --pw-track-heading:-0.045em;
  --pw-track-title:-0.030em;
  --pw-content-max:1160px;
  --pw-gutter:20px;
  --pw-gutter-mobile:14px;
  --pw-motion-quick:150ms;
  --pw-ease:ease;
  --pw-footer-signal:#E7B016;
  --pw-footer-logo-disc:#FFFFFF;
  --pw-footer-che-divider:#F7F7F2;
  box-sizing:border-box;
  width:100%;
  background:var(--pw-dark);
  color:var(--pw-fg);
  border-top:1px solid var(--pw-rule);
  font-family:var(--pw-font-sans);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
#pw-global-footer[lang|="ru"]{--pw-track-heading:-0.008em;--pw-track-title:-0.006em}
#pw-global-footer *,#pw-global-footer *::before,#pw-global-footer *::after{box-sizing:border-box}
#pw-global-footer a{color:inherit;text-decoration:none}
#pw-global-footer :where(a,button,[tabindex]):focus-visible{outline:2px solid var(--pw-focus);outline-offset:3px}
#pw-global-footer .pw-footer-wrap{width:min(var(--pw-content-max),calc(100% - (var(--pw-gutter) * 2)));margin:0 auto}
#pw-global-footer .pw-footer-statement{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:end;padding:52px 0 46px;border-bottom:1px solid var(--pw-rule)}
#pw-global-footer .pw-footer-overline{margin-bottom:14px;color:var(--pw-fg-subtle);font-size:10px;line-height:1;font-weight:700;letter-spacing:.16em}
#pw-global-footer .pw-footer-statement-text{max-width:780px;margin:0;color:var(--pw-fg);font-size:clamp(34px,4.6vw,56px);line-height:.98;font-weight:700;letter-spacing:var(--pw-track-heading)}
#pw-global-footer .pw-footer-support-link{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 0 5px;border-bottom:1px solid var(--pw-rule);color:var(--pw-fg-muted);font-size:14px;white-space:nowrap;transition:color var(--pw-motion-quick) var(--pw-ease),border-color var(--pw-motion-quick) var(--pw-ease)}
#pw-global-footer .pw-footer-support-link:hover{color:var(--pw-fg);border-color:var(--pw-fg-subtle)}
#pw-global-footer .pw-footer-support-link>span{width:6px;height:6px;border-radius:50%;background:var(--pw-footer-signal)}
#pw-global-footer .pw-footer-support-link b{font:inherit;font-weight:700}
#pw-global-footer .pw-footer-support-link i{font-style:normal;color:var(--pw-fg-subtle)}
#pw-global-footer .pw-footer-main{display:grid;grid-template-columns:minmax(250px,.82fr) minmax(0,1.7fr);gap:clamp(60px,9vw,124px);padding:46px 0 42px}
#pw-global-footer .pw-footer-brand{max-width:360px}
#pw-global-footer .pw-footer-lockup{display:inline-flex;align-items:center;gap:13px}
#pw-global-footer .pw-footer-mark{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex:0 0 46px;border-radius:50%;background:var(--pw-footer-logo-disc)}
#pw-global-footer .pw-footer-hand{display:block;width:42px;height:42px;object-fit:contain;border-radius:50%}
#pw-global-footer .pw-footer-lockup>span:last-child{font-size:25px;line-height:1;letter-spacing:var(--pw-track-title);font-weight:700}
#pw-global-footer .pw-footer-thesis{margin:23px 0 0;max-width:340px;color:var(--pw-fg-muted);font-size:14px;line-height:1.65}
#pw-global-footer .pw-footer-email{display:inline-block;margin-top:22px;padding-bottom:3px;border-bottom:1px solid var(--pw-rule);color:var(--pw-fg-muted);font-size:13px;transition:color var(--pw-motion-quick) var(--pw-ease),border-color var(--pw-motion-quick) var(--pw-ease)}
#pw-global-footer .pw-footer-email:hover{color:var(--pw-fg);border-color:var(--pw-fg-subtle)}
#pw-global-footer .pw-footer-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}
#pw-global-footer .pw-footer-group h2{margin:2px 0 22px;color:var(--pw-fg-subtle);font-size:10px;line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:700}
#pw-global-footer .pw-footer-group ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}
#pw-global-footer .pw-footer-group li{min-width:0;margin:0;padding:0}
#pw-global-footer .pw-footer-group a{display:inline-flex;align-items:center;min-height:26px;color:var(--pw-fg-muted);font-size:14px;line-height:1.4;transition:color var(--pw-motion-quick) var(--pw-ease),transform var(--pw-motion-quick) var(--pw-ease)}
#pw-global-footer .pw-footer-group a:hover{color:var(--pw-fg);transform:translateX(2px)}
#pw-global-footer .pw-footer-social{display:grid;grid-template-columns:120px minmax(0,1fr);gap:28px;align-items:start;padding:18px 0 20px;border-top:1px solid var(--pw-rule);border-bottom:1px solid var(--pw-rule)}
#pw-global-footer .pw-footer-social-label{padding-top:3px;color:var(--pw-fg-subtle);font-size:10px;line-height:1;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
#pw-global-footer .pw-footer-social-links{display:flex;flex-wrap:wrap;gap:7px 12px;align-items:center}
#pw-global-footer .pw-social-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;opacity:.72;transition:opacity var(--pw-motion-quick) var(--pw-ease),transform var(--pw-motion-quick) var(--pw-ease)}
#pw-global-footer a.pw-social-icon:hover{opacity:1;transform:translateY(-1px)}
#pw-global-footer .pw-social-icon img{display:block;width:20px;height:20px;object-fit:contain}
#pw-global-footer .pw-social-icon.is-pending{cursor:default}
#pw-global-footer .pw-footer-bottom{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px 0 20px;color:var(--pw-fg-subtle);font-size:12px;line-height:1.5}
#pw-global-footer .pw-footer-copyright,#pw-global-footer .pw-footer-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px}
#pw-global-footer .pw-footer-meta{justify-content:flex-end}
#pw-global-footer .pw-footer-meta a{color:var(--pw-fg-muted);transition:color var(--pw-motion-quick) var(--pw-ease)}
#pw-global-footer .pw-footer-meta a:hover{color:var(--pw-fg)}
#pw-global-footer .pw-footer-trust{color:var(--pw-fg-subtle)}
#pw-global-footer .pw-footer-trust:hover{color:var(--pw-fg)}
#pw-global-footer .pw-footer-che-signature{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
#pw-global-footer .pw-footer-che-signature>span:first-child{font-size:11px}
#pw-global-footer .pw-che-lockup{position:relative;display:inline-flex;align-items:center;width:68px}
#pw-global-footer .pw-che-lockup img{display:block;width:68px;height:auto}
#pw-global-footer .pw-che-lockup::after{content:"";position:absolute;left:73.5%;top:9%;width:1px;height:82%;background:var(--pw-footer-che-divider);opacity:.95;transform:translateX(-.5px);pointer-events:none}
#pw-global-footer .pw-footer-top-link{font-weight:700}
#pw-global-footer .pw-footer-dot{color:var(--pw-rule)}
@media(prefers-reduced-motion:reduce){
  #pw-global-footer *,#pw-global-footer *::before,#pw-global-footer *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important;transition-duration:.01ms!important;transition-delay:0s!important;scroll-behavior:auto!important}
}
@media(max-width:900px){
  #pw-global-footer .pw-footer-statement{grid-template-columns:1fr;align-items:start}
  #pw-global-footer .pw-footer-support-link{justify-self:start}
  #pw-global-footer .pw-footer-main{grid-template-columns:1fr;gap:48px}
  #pw-global-footer .pw-footer-brand{max-width:560px}
}
@media(max-width:680px){
  #pw-global-footer{--pw-gutter:var(--pw-gutter-mobile)}
  #pw-global-footer .pw-footer-statement{padding:44px 0 38px}
  #pw-global-footer .pw-footer-statement-text{font-size:clamp(36px,11vw,50px)}
  #pw-global-footer .pw-footer-main{padding:42px 0 38px}
  #pw-global-footer .pw-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}
  #pw-global-footer .pw-footer-group ul{gap:0}
  #pw-global-footer .pw-footer-group a{min-height:44px}
  #pw-global-footer .pw-footer-social{grid-template-columns:1fr;gap:13px}
  #pw-global-footer .pw-footer-social-links{display:grid;grid-template-columns:repeat(5,44px);gap:8px}
  #pw-global-footer .pw-social-icon{width:44px;height:44px}
  #pw-global-footer .pw-footer-bottom{align-items:flex-start;flex-direction:column;gap:14px;padding:22px 0 28px}
  #pw-global-footer .pw-footer-copyright{display:grid;gap:4px}
  #pw-global-footer .pw-footer-dot{display:none}
  #pw-global-footer .pw-footer-meta{justify-content:flex-start}
}
@media(max-width:420px){
  #pw-global-footer .pw-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 20px}
  #pw-global-footer .pw-footer-lockup>span:last-child{font-size:23px}
  #pw-global-footer .pw-footer-mark{width:42px;height:42px;flex-basis:42px}
  #pw-global-footer .pw-footer-hand{width:38px;height:38px}
}
