.hero-band {
    position: relative;
    background: linear-gradient(180deg, var(--tint) 7%, var(--tint-deep) 66%);
    background-size: cover;
    background-position: center;
    padding: 74px 20px 84px;
    text-align: center;
    overflow: hidden;
}

.hero-band--image {
    background: var(--tint);
}

.hero-band__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-band__inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.hero-band__title {
    color: var(--ink);
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 18px;
    text-wrap: balance;
}

.hero-band--image .hero-band__title {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.55);
}

.hero-band__sub {
    display: inline-block;
    background: var(--hl);
    color: var(--ink);
    font-weight: 600;
    font-size: 19px;
    padding: 0.45em 1em;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    transform: rotate(-1.2deg);
}

.cat-tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1240px;
    margin: -52px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.cat-tiles__item {
    width: calc((100% - 96px) / 5);
    min-width: 180px;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 16px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--ink);
    transition: transform 0.2s ease;
}

.cat-tiles--rows-4 .cat-tiles__item {
    width: calc((100% - 72px) / 4);
}

.cat-tiles--rows-3 .cat-tiles__item {
    width: calc((100% - 48px) / 3);
}

.cat-tiles__item:hover {
    transform: translateY(-4px);
    text-decoration: none;
}

.cat-tiles__icon svg {
    width: 42px;
    height: 42px;
    stroke: var(--ink);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cat-tiles__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.cat-tiles__name {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
}

.cat-tiles__go {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--tint);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.cat-tiles__go svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(45deg);
    transition: transform 0.45s ease;
}

.cat-tiles__item:hover .cat-tiles__go {
    background: #fff;
    box-shadow: 0 2px 8px rgba(23, 23, 74, 0.2);
}

.cat-tiles__item:hover .cat-tiles__go svg {
    transform: rotate(90deg);
}

.home-flow {
    margin-top: 64px;
}

.home-flow > section,
.home-flow > .free-zone {
    margin-bottom: 64px;
}

.free-zone {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.free-zone h2,
.free-zone h3 {
    text-wrap: balance;
}

.pledges {
    padding: 40px 0 30px;
}

.pledges__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px 30px;
    margin-top: 10px;
}

.pledges__item {
    width: 230px;
    text-align: center;
    padding: 0 10px;
}

.pledges__icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: var(--tint);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pledges__icon svg {
    width: 40px;
    height: 40px;
    stroke: var(--ink);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pledges__name {
    font-weight: 600;
    color: var(--ink);
    font-size: 16px;
    margin: 0 0 6px;
}

.pledges__text {
    font-size: 14px;
    color: var(--text);
    margin: 0;
}

.tally {
    text-align: center;
    padding: 26px 0 10px;
}

.tally__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    margin: 10px 0 26px;
}

.tally__cell {
    text-align: center;
}

.tally__num {
    display: block;
    font-size: 52px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.1;
}

.tally__label {
    font-size: 15px;
    color: var(--text);
}

.tally__num .accent-dot {
    color: var(--accent);
}

.cat-tiles__item:nth-child(5n+1) .cat-tiles__go { background: #d6edf0; }
.cat-tiles__item:nth-child(5n+2) .cat-tiles__go { background: #fdd3ae; }
.cat-tiles__item:nth-child(5n+3) .cat-tiles__go { background: #e0ecc2; }
.cat-tiles__item:nth-child(5n+4) .cat-tiles__go { background: #f2c9d1; }
.cat-tiles__item:nth-child(5n+5) .cat-tiles__go { background: #f3ddcc; }

.other-rubrics {
    margin: 60px 0 20px;
}

.other-rubrics .cat-tiles {
    margin-top: 0;
}

.home-faq .faq-acc {
    background: #fff;
}

.home-faq__text {
    text-align: center;
    max-width: 640px;
    margin: -14px auto 26px;
    color: var(--muted);
}
