@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800;900&display=swap');

:root{
  --green-950:#04190f;--green-900:#06281c;--green-800:#0a3b29;--green-700:#0e6b45;
  --green-600:#108a57;--lime:#b9f35a;--paper:#fff;--ink:#08160f;--muted:#5e7468;
  --line:rgba(8,22,15,.10);--maxw:1120px
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'Onest',system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;font-weight:700;cursor:pointer;white-space:nowrap}
.btn-lime{background:var(--lime);color:var(--green-950)}

footer.site-shell-footer{margin-top:0;background:var(--green-950);color:#9fc4b1;padding:46px 0 24px}
.site-shell-footer .foot-grid{display:grid;grid-template-columns:1.45fr .8fr .8fr 1.05fr;gap:24px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.09)}
.site-shell-footer .foot-logo{display:flex;align-items:center;margin-bottom:12px}
.site-shell-footer .foot-logo img{width:auto;height:20px;filter:brightness(0) invert(1)}
.site-shell-footer .foot-about{max-width:310px;margin:0;color:#9fc4b1;font-size:13px!important;line-height:1.6!important}
.site-shell-footer .foot-col h4{margin:0 0 12px;color:#fff;font-size:13px;font-weight:750}
.site-shell-footer .foot-col a,.site-shell-footer .foot-col p{display:block;margin:0 0 8px;color:#9fc4b1!important;font-size:13px!important;line-height:1.45!important}
.site-shell-footer .foot-col a:hover{color:var(--lime)!important}
.site-shell-footer .foot-contact a.big{margin-bottom:6px;color:#fff!important;font-size:17px!important;font-weight:800}
.site-shell-footer .foot-social{display:flex;align-items:center;gap:8px;margin:0 0 10px}.site-shell-footer .foot-social a,.site-shell-footer .foot-social-placeholder{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin:0!important;border:1px solid rgba(176,226,196,.45);border-radius:5px;color:#fff!important;background:rgba(255,255,255,.04);font-size:10px!important;font-weight:800;line-height:1;text-decoration:none!important}.site-shell-footer .foot-social a:hover{background:#fff;color:var(--green-900)!important;border-color:#fff}.site-shell-footer .foot-social svg{width:15px;height:15px;fill:currentColor}.site-shell-footer .foot-social-max{font-size:15px!important;font-weight:900}
.site-shell-footer .foot-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:20px;color:#6f8d7d!important;font-size:12px}
.site-shell-footer .foot-bottom a{color:inherit!important}

@media(max-width:900px){.site-shell-footer .foot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){
  .wrap{padding-left:16px;padding-right:16px}
  .site-shell-footer .foot-grid{grid-template-columns:1fr;gap:20px}
  .site-shell-footer .foot-about{max-width:440px}
}
