:root {
    --brand-blue: #0089ce;
    --hover-blue: #67b3fd;
    --hover-red: #e31f25;
    --light-blue: #e0f0ff;
    --dark-blue: #0a3c5e;
    --ink: #121d24;
    --muted: #5f6a70;
    --surface: #f2f6f6;
}
:root {
    --font-family: "Manrope", sans-serif;
    --second-family: "Manrope", sans-serif;
    --third-family: "Caveat", cursive;
}
body {
    font-family: var(--font-family);
    color: var(--ink);
    line-height: 1.4;
}
.text-brand { color: var(--brand-blue); }
.text-dark { color: var(--dark-blue); }
.text-light { color: var(--light-blue); }
.bg-brand { background: var(--brand-blue); }
.bg-dark { background: var(--dark-blue); }
.bg-light { background: var(--light-blue); }
.btn-primary {
    background: var(--brand-blue);
    color: #fff;
}
.btn-primary:hover {
    background: var(--hover-blue);
}
.btn-danger {
    background: var(--hover-red);
    color: #fff;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.55);
    display: none;
}
.content_inject {
    width: 543px;
    height: 414px;
    background: #fff;
    border-radius: 16px;
    margin: auto;
    z-index: 101;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    display: none;
}
.content_inject_default {
    padding: 40px;
}
.content_inject_close {
    position: absolute;
    right: 31px;
    top: 31px;
}
.cookies {
    background: #fff;
    border-radius: 5px;
    position: fixed;
    z-index: 950;
    bottom: var(--s32);
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #999;
}
.cookies-close {
    background: url(/images/close.png);
    width: 14px;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.cookies-grid {
    padding: 15px 90px;
    display: grid;
    gap: var(--s32);
    grid-template-columns: 1fr 140px;
    align-items: center;
}
.cookies-agree {

    border-radius: 5px;
    padding: 10px 18px;
    background: #000;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 849px) {
    .content_inject {
        width: calc(100% - 32px);
        height: auto;
        max-height: calc(100% - 32px);
        overflow: auto;
    }

    .content_inject_default {
        padding: 32px 20px 20px;
    }

    .content_inject_close {
        right: 16px;
        top: 16px;
    }

    .cookies {
        bottom: var(--s16);
        width: calc(100% - 32px);
    }

    .cookies-grid {
        grid-template-columns: 1fr;
        padding: 40px 20px 20px;
    }

    .cookies-agree {
        width: 100%;
        text-align: center;
    }
}

/* Main page */
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { text-decoration: none; }
h1, h2, h3, p { margin: 0; }
.heart { font-size: 1.28em; line-height: 1; }
.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.98); box-shadow: 0 2px 18px rgba(16,54,63,.07); }
.header-inner { min-height: 70px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; min-width: 350px; }
.brand img { flex: 0 0 62px; width: 62px; height: 62px; object-fit: contain; }
.brand-name { position: relative; min-width: 116px; margin-left: -4px; font-size: 16px; font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.brand-name b { display: block; margin: -1px 0 0 22px; font-family: var(--third-family); font-size: 29px; line-height: .8; font-weight: 700; letter-spacing: -.02em; }
.brand-tagline { margin-left: 12px; padding-left: 12px; border-left: 1px solid #dce3e4; color: #687278; font-size: 9px; line-height: 1.45; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; white-space: nowrap; font-size: 12px; font-weight: 600; }
.main-nav a, .footer-nav a { transition: color .2s; }
.main-nav a:hover, .footer-nav a:hover, .section-heading a:hover { color: var(--brand-blue); }
.search-button { flex: 0 0 42px; height: 42px; border: 1px solid #e3e9e9; border-radius: 50%; background: #fff; display: grid; place-items: center; cursor: pointer; }
.search-button svg { width: 19px; fill: none; stroke: var(--ink); stroke-width: 2; }
.header-cta { min-width: 170px; min-height: 43px; border-radius: 24px; font-weight: 700; }
.btn-primary { background: linear-gradient(135deg, #09b7af, #069993); box-shadow: 0 7px 18px rgba(5,158,151,.18); }
.btn-primary:hover { background: linear-gradient(135deg, #0bc8be, #08aaa3); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { min-height: 382px; background-image: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.92) 30%, rgba(255,255,255,.12) 57%, rgba(255,255,255,0) 100%), url('/images/hero-volunteer.webp'); background-size: cover; background-position: center; }
.hero-inner { min-height: 382px; position: relative; display: flex; align-items: center; }
.hero-content { width: 53%; padding: 28px 0 22px; }
.hero h1 { font-family: var(--third-family); font-size: clamp(57px, 5.25vw, 76px); line-height: .78; font-weight: 600; letter-spacing: -.02em; }
.hero h1 span { display: block; color: #0b0f11; margin-bottom: 14px; }
.hero h1 { color: #00a6a2; }
.hero-content > p { margin-top: 26px; font-size: 15px; line-height: 1.4; font-weight: 500; }
.hero-actions { display: flex; gap: 16px; margin-top: 20px; }
.hero-actions .btn { min-width: 183px; min-height: 42px; border-radius: 23px; font-weight: 700; }
.btn-outline { border: 1px solid #38515c; background: rgba(255,255,255,.72); color: var(--ink); }
.btn-outline:hover { border-color: var(--brand-blue); color: var(--brand-blue); }
.trust-list { display: flex; align-items: center; gap: 25px; margin-top: 22px; font-size: 10px; color: #49545a; }
.trust-list span { display: flex; align-items: center; gap: 7px; }
.trust-list img { width: 25px; height: 25px; filter: grayscale(1) brightness(.45); }
.trust-list b { width: 25px; height: 25px; display: grid; place-items: center; border: 1.5px solid #526068; border-radius: 50%; font-size: 11px; }
.hero-note { position: absolute; right: 1%; bottom: 28px; transform: rotate(-4deg); padding: 15px 21px; border-radius: 35px 35px 10px 35px; background: rgba(244,255,255,.92); font-family: var(--third-family); font-size: 22px; line-height: 1.02; text-align: center; box-shadow: 0 8px 25px rgba(22,82,82,.11); }
.hero-note em { color: #00aaa5; font-style: normal; }

.section { padding-top: 16px; }
.section-heading { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.section-heading h2, .results h2 { font-size: 21px; line-height: 1.2; font-weight: 800; }
.section-heading a { color: #049c9a; font-size: 11px; text-decoration: underline; }
.section-heading a span, .card-link span { margin-left: 8px; font-size: 17px; text-decoration: none; }

.story-grid, .project-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 10px; }
.story-card, .project-card { min-height: 164px; display: grid; grid-template-columns: 52% 48%; background: linear-gradient(135deg,#f7f9f9,#eef2f2); border-radius: 12px; overflow: hidden; }
.story-card > img, .project-card > img { width: 100%; height: 100%; object-fit: cover; }
.story-card > div, .project-card > div { padding: 18px 14px 14px; display: flex; flex-direction: column; align-items: flex-start; }
.story-card h3, .project-card h3 { font-family: var(--third-family); font-size: 24px; line-height: .95; font-weight: 700; }
.story-card p, .project-card p { margin-top: 9px; color: #4f5b61; font-size: 10px; line-height: 1.35; }
.card-link { margin-top: auto; display: inline-flex; align-items: center; min-height: 30px; padding: 4px 13px; border-radius: 18px; background: #fff; border: 1px solid #dfe7e7; font-size: 10px; box-shadow: 0 3px 10px rgba(18,47,52,.05); white-space: nowrap; }
.card-link span { color: #00a8a3; }

.help-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 25px; margin-top: 9px; }
.help-grid article { min-width: 0; }
.round-icon { width: 63px; height: 63px; display: grid; place-items: center; border-radius: 50%; background: #e1f5f4; }
.round-icon img { width: 39px; height: 39px; }
.help-grid h3 { margin-top: 8px; font-size: 13px; line-height: 1.15; font-weight: 700; }
.help-grid p { margin-top: 7px; color: #69757a; font-size: 10px; line-height: 1.35; }

.project-card { min-height: 152px; }
.project-card h3 { font-size: 22px; }
.project-card > div { padding-top: 14px; }

.volunteer-banner { margin-top: 17px; min-height: 180px; background-image: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 32%, rgba(255,255,255,.08) 58%), url('/images/volunteer-team.webp'); background-size: cover; background-position: center 47%; border-radius: 13px; overflow: hidden; }
.volunteer-inner { min-height: 180px; position: relative; display: flex; align-items: center; }
.volunteer-copy { width: 43%; }
.volunteer-copy h2 { font-family: var(--third-family); font-size: 39px; line-height: 1; }
.volunteer-copy h2 span { color: #08a8a6; }
.volunteer-copy p { margin-top: 7px; font-size: 12px; line-height: 1.4; }
.volunteer-copy .hero-actions { margin-top: 11px; }
.volunteer-copy .btn { min-height: 38px; min-width: 175px; }
.banner-slogan { position: absolute; right: 1%; top: 23px; color: #fff; font-family: var(--third-family); font-size: 27px; line-height: .95; transform: rotate(-5deg); text-shadow: 0 2px 6px rgba(0,0,0,.35); }
.banner-slogan span { font-size: 38px; }

.results { padding: 10px 0 14px; border-bottom: 1px solid #e6ebec; }
.results-grid { display: grid; grid-template-columns: 1.1fr .95fr 1.35fr 1fr 1fr; gap: 28px; margin-top: 8px; }
.results-grid article { display: flex; align-items: center; gap: 12px; }
.results-grid .round-icon { flex: 0 0 50px; width: 50px; height: 50px; }
.results-grid .round-icon img { width: 30px; height: 30px; }
.results-grid strong { display: block; color: #02a5a0; font-size: 21px; line-height: 1; }
.results-grid span { display: block; margin-top: 5px; color: #647075; font-size: 9px; white-space: nowrap; }

.site-footer { background: #fff; }
.footer-main { min-height: 92px; display: flex; align-items: center; gap: 27px; }
.footer-brand { min-width: 330px; }
.footer-brand img { width: 62px; height: 62px; }
.contacts { display: flex; flex-direction: column; gap: 5px; font-size: 10px; color: #4f5c62; white-space: nowrap; }
.socials { display: flex; gap: 7px; }
.socials a { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #526168; color: #fff; font-size: 8px; font-weight: 800; }
.footer-nav { display: flex; gap: 14px; margin-left: auto; font-size: 9px; white-space: nowrap; }
.footer-cta { min-width: 155px; border-radius: 23px; font-weight: 700; }
.footer-bottom { min-height: 35px; border-top: 1px solid #e9eded; display: flex; justify-content: space-between; align-items: center; color: #7b8589; font-size: 8px; }
.footer-bottom div { display: flex; gap: 28px; }

@media (max-width: 1199px) and (min-width: 850px) {
    .container { max-width: calc(100% - 112px); }
    .header-inner { gap: 12px; }
    .brand, .footer-brand { min-width: 245px; }
    .brand img { flex-basis: 54px; width: 54px; height: 54px; }
    .brand-name { min-width: 100px; font-size: 14px; }
    .brand-name b { font-size: 25px; }
    .brand-tagline { display: none; }
    .main-nav { gap: 11px; font-size: 10px; }
    .header-cta { min-width: 145px; }
    .hero-content { width: 60%; }
    .story-card, .project-card { grid-template-columns: 48% 52%; }
    .help-grid { gap: 12px; }
    .footer-main { flex-wrap: wrap; padding: 12px 0; }
    .footer-nav { margin-left: 0; }
}

@media (max-width: 849px) {
    .container { width: calc(100% - 32px); }
    .site-header { position: sticky; top: 0; }
    .header-inner { min-height: 65px; }
    .brand { min-width: 0; }
    .brand img { flex-basis: 53px; width: 53px; height: 53px; }
    .brand-name { min-width: 102px; font-size: 14px; }
    .brand-name b { font-size: 25px; }
    .brand-tagline, .search-button, .header-cta { display: none; }
    .menu-toggle { display: block; }
    .main-nav { display: none; position: absolute; left: 0; right: 0; top: 65px; margin: 0; padding: 18px 24px; background: #fff; flex-direction: column; align-items: flex-start; gap: 14px; box-shadow: 0 14px 20px rgba(0,0,0,.08); font-size: 14px; }
    .main-nav.is-open { display: flex; }
    .hero { min-height: 610px; background-image: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 38%, rgba(255,255,255,.05) 65%), url('/images/hero-volunteer.webp'); background-position: 60% center; }
    .hero-inner { min-height: 610px; align-items: flex-start; }
    .hero-content { width: 100%; padding-top: 35px; }
    .hero h1 { font-size: clamp(53px, 16vw, 72px); }
    .hero-content > p { margin-top: 22px; font-size: 13px; }
    .hero-actions { gap: 10px; }
    .hero-actions .btn { min-width: 0; flex: 1; padding-left: 10px; padding-right: 10px; font-size: 12px; }
    .trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; width: 260px; }
    .hero-note { right: 4px; bottom: 18px; font-size: 18px; }
    .section { padding-top: 24px; }
    .section-heading { align-items: flex-end; }
    .section-heading h2, .results h2 { font-size: 20px; }
    .section-heading a { font-size: 10px; white-space: nowrap; }
    .story-grid, .project-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-left: -16px; margin-right: -16px; padding: 0 16px 8px; gap: 12px; }
    .story-card, .project-card { flex: 0 0 88%; min-height: 190px; scroll-snap-align: center; grid-template-columns: 50% 50%; }
    .story-card h3, .project-card h3 { font-size: 23px; }
    .help-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px 18px; }
    .round-icon { width: 58px; height: 58px; }
    .help-grid h3 { font-size: 13px; }
    .volunteer-banner { min-height: 465px; background-image: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.9) 40%, rgba(255,255,255,.05) 65%), url('/images/volunteer-team.webp'); background-position: 57% center; }
    .volunteer-inner { min-height: 465px; align-items: flex-start; }
    .volunteer-copy { width: 100%; padding-top: 25px; }
    .volunteer-copy h2 { font-size: 36px; }
    .volunteer-copy p { max-width: 95%; }
    .banner-slogan { top: auto; bottom: 18px; font-size: 24px; }
    .results { padding-top: 20px; }
    .results-grid { grid-template-columns: 1fr 1fr; gap: 20px 10px; }
    .results-grid article:last-child { grid-column: 1 / -1; }
    .results-grid span { white-space: normal; }
    .footer-main { padding: 22px 0; flex-direction: column; align-items: flex-start; gap: 18px; }
    .footer-brand { min-width: 0; }
    .footer-nav { margin: 0; flex-wrap: wrap; font-size: 11px; }
    .footer-cta { width: 100%; }
    .footer-bottom { padding: 12px 0 18px; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 8px; }
    .footer-bottom div { flex-direction: column; gap: 6px; }
}

@media (min-width: 1450px) {
    .header-inner { min-height: 78px; }
    .main-nav { font-size: 13px; }
    .hero, .hero-inner { min-height: 430px; }
    .story-card, .project-card { min-height: 185px; }
    .story-card p, .project-card p, .help-grid p { font-size: 11px; }
}
