/* =========================================================
   Pigeon Help — optimized style.css
   Breakpoints:
   - base: desktop/default
   - >= 1400px
   - 1200px–1299px
   - 1100px–1199px
   - 768px–1199px
   - <= 767px
========================================================= */

/* ===== RESET / BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::selection {
  background: rgba(87,82,222,0.9);
  color: #fff;
}

::-moz-selection {
  background: rgba(87,82,222,0.9);
  color: #ffffff;
}

:root {
    --primary: #5852e6;
    --primary-dark: #443ed3;
    --soft: #f0eeff;
    --bg: #fbfbff;
    --text: #111827;
    --muted: #6b7280;
    --radius-xl: 34px;
    --radius-md: 22px;
    --shadow: 0 22px 70px rgba(86, 74, 255, 0.13);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--text);
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../css/fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../css/fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../css/fonts/fa-brands-400.woff2") format("woff2");
}

.fa, .fas, .far {
    display: inline-block;
    font-style: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Free";
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.fas {
    font-weight: 900;
}

.far {
    font-weight: 400;
}

/* ===== ТОЛЬКО ТВОИ ИКОНКИ ===== */
.fa-envelope:before { content: "\f0e0"; }
.fa-telegram-plane:before { content: "\f3fe"; }
.fa-volume-up:before { content: "\f028"; }
.fa-volume-mute:before { content: "\f6a9"; }
.fa-times:before { content: "\f00d"; }
.fa-crown:before { content: "\f521"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-heart:before { content: "\f004"; }
.fa-user:before { content: "\f007"; }
.fa-book-open:before { content: "\f518"; }
.fa-cookie-bite:before { content: "\f564"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-brain:before { content: "\f5dc"; }
.fa-compass:before { content: "\f14e"; }
.fa-feather-alt:before { content: "\f56b"; }
.fa-users:before { content: "\f0c0"; }
.fa-broom:before { content: "\f51a"; }
.fa-hands-helping:before { content: "\f4c4"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-location-arrow:before { content: "\f124"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-check-circle:before { content: "\f058"; }
.fa-seedling:before { content: "\f4d8"; }
.fa-file-alt:before { content: "\f15c"; }

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

/* ===== DONATIONS MODAL ===== */
.donations-modal-box {
    width: min(700px, calc(100vw - 40px));
    max-width: 700px;
    max-height: 88dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.donations-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
    max-height: 52dvh;
    overflow-y: auto;
    padding-right: 6px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.donations-list::-webkit-scrollbar {
    width: 8px;
}

.donations-list::-webkit-scrollbar-thumb {
    background: rgba(124, 58, 237, 0.35);
    border-radius: 20px;
}

.donations-list::-webkit-scrollbar-track {
    background: transparent;
}

.donation-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: 0.25s ease;
}

.donation-item:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.donation-item strong {
    display: block;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
}

.donation-item span {
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font-size: 13px;
}

.donation-right {
    text-align: right;
}

.donations-modal.active {
    touch-action: none;
}

@media (max-width: 640px) {
    .donations-modal-box {
        width: calc(100vw - 10px);
    }

    .donation-item {
        flex-direction: row;
        align-items: flex-start;
    }

    .donation-right {
        text-align: left;
    }
}

.legal-modal {
    z-index: 99999;
}

.contact-modal {
    z-index: 99990;
}

.auth-modal,
.payment-modal,
.reports-modal,
.article-modal,
.meeting-modal {
    z-index: 99980;
}

.legal-modal.active {
    z-index: 100000;
}

.article-modal-card {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.8;
}

.article-modal-card h2 {
    font-size: 28px;
    margin: 34px 0 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
}

.article-modal-card h3 {
    font-size: 20px;
    margin: 24px 0 14px;
    font-weight: 600;
    color: #1c1c1c;
}

.article-modal-card p {
    margin-bottom: 18px;
    color: #444;
}

.article-modal-card ul {
    margin: 18px 0 24px;
    padding-left: 0;
    list-style: none;
}

.article-modal-card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #333;
}

.article-modal-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd54f, #ffb300);
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.25);
}

.article-modal-card hr {
    border: 0;
    height: 1px;
    margin: 36px 0;
    background: linear-gradient(
        to right,
        transparent,
        rgba(0,0,0,0.12),
        transparent
    );
}

.article-modal-card strong {
    color: #111;
    font-weight: 700;
}

.article-modal-card a {
    color: #d89b00;
    text-decoration: none;
}

.article-modal-card a:hover {
    text-decoration: underline;
}

.cabinet-hero {
    background: url('../assets/images/logo-cabinet.webp') center / cover no-repeat !important;
}

.cabinet-page {
    background: #fbfbff;
}

.cabinet-grid {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom:80px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 28px;
}

.cabinet-card {
    background: #fff;
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 16px 45px rgba(40,35,100,.08);
}

.cabinet-card h2 {
    font-size: 34px;
    margin-bottom: 24px;
}

.cabinet-profile {
    grid-row: span 2;
}

.cabinet-avatar-wrap {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 24px;
}

.cabinet-avatar {
    width: 118px;
    height: 118px;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 14px 35px rgba(40,35,100,.14);
}

.avatar-upload {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 18px;
    border-radius: 16px;

    background: #f0eeff;
    color: #5852e6;

    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.avatar-upload input {
    display: none;
}

.cabinet-message {
    margin-bottom: 18px;
    color: #5852e6;
    font-weight: 700;
}

.cabinet-info {
    display: grid;
    gap: 14px;
}

.cabinet-info div,
.payment-row {
    background: #f8f7ff;
    border-radius: 20px;
    padding: 18px 20px;
}

.cabinet-info span,
.payment-row span {
    display: block;
    margin-bottom: 6px;

    color: #6b7280;
    font-size: 13px;
    font-weight: 800;
}

.cabinet-info strong,
.payment-row strong {
    color: #111827;
    font-size: 18px;
}

.payments-list {
    display: grid;
    gap: 14px;
}

.payment-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cabinet-empty,
.cabinet-text {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .cabinet-grid {
        grid-template-columns: 1fr;
    }

    .payment-row {
        flex-direction: column;
    }

    .cabinet-avatar-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

.payment-success-box {
    position: relative;
}

.payment-success-close {
    position: absolute;
    top: 18px;
    right: 20px;

    width: 42px;
    height: 42px;

    border: 0;
    border-radius: 50%;

    background: #5852e6;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    cursor: pointer;

    transition: .2s;
}

.payment-success-close:hover {
    transform: rotate(90deg);
}

.payment-success-actions {
    display: flex;
    gap: 14px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.payment-success-actions .btn-primary,
.payment-success-actions .btn-secondary {
    flex: 1;
    min-height: 56px;
}

.sound-toggle {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;

    background: rgba(255,255,255,.14);

    color: rgba(255,255,255,.72);

    font-size: 18px;
    cursor: pointer;

    backdrop-filter: blur(4px);
    box-shadow: 0 12px 30px rgba(40,35,100,.18);

    transition: .25s;
}

.sound-toggle:hover {
    background: rgba(88, 82, 230, 0.95);
    transform: translateY(-2px);
}

.sound-toggle.active {
    background: rgba(88, 82, 230, 0.95);
}

@media (max-width: 767px) {
    .sound-toggle {
        display: none;
    }
}

.auth-modal-box .checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0;
}

.auth-modal-box .checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    flex: 0 0 16px;
    margin-top: 3px;
    padding: 0;
    border-radius: 0;
}

.auth-modal-box .checkbox span {
    display: block;
    font-size: 13px;
    line-height: 1.4;
}

/* ===== LOGO ===== */
.footer-logo img,
.logo-mini img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border-radius: 14px;
    overflow: hidden;
}

.logo-mini a,
.footer-logo a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}

.logo-mini a {
    justify-content: center;
    color: #000;
}

.footer-logo a {
    justify-content: flex-start;
    color: #fff;
}

/* ===== COMMON ===== */
.btn-primary,
.btn-secondary,
.small-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: .25s;
}

.btn-primary {
    background: var(--primary);
    color: #fff;
    padding: 17px 28px;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(88, 82, 230, 0.28);
}

.btn-secondary,
.small-btn {
    background: #fff;
    color: #111827;
    padding: 17px 28px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(20, 20, 40, 0.08);
}

.btn-support:hover,
.btn-primary:hover,
.photo-btn:hover {
    box-shadow: 0 16px 34px rgba(88, 82, 230, 0.38);
}

.hero-label,
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: var(--soft);
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
}

.section-badge {
    margin-bottom: 22px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: #090909;
}

.section-subtitle {
    max-width: 620px;
    margin-top: 16px;
    margin-bottom: 36px;
    color: #1f2937;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
}

.round-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #efedff;
    color: var(--primary);
    font-size: 30px;
}

.section-card {
    max-width: 1400px;
    margin: 0 auto 80px;
    padding: 42px;
    background: linear-gradient(135deg, #f2f0ff 0%, #ffffff 52%, #f7f5ff 100%);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
}

/* ===== FORMS / CHECKBOXES ===== */
.form-agree,
.checkbox {
    display: flex;
    gap: 10px;
    color: #555;
    line-height: 1.4;
}

.form-agree {
    align-items: center;
    font-size: 14px;
}

.checkbox {
    align-items: flex-start;
    font-size: 13px;
}

.form-agree input[type="checkbox"],
.checkbox input {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    cursor: pointer;
    accent-color: var(--primary);
}

.form-agree input[type="checkbox"] {
    margin: 0;
}

.checkbox input {
    margin-top: 3px;
}

.form-agree a,
.checkbox a,
.open-privacy-modal,
.open-terms-modal {
    color: var(--primary);
    font-weight: 700;
}

.form-agree a:hover,
.checkbox a:hover {
    text-decoration: underline;
}

.form-agree span {
    display: inline;
}

/* ===== HERO ===== */
.hero,
.hero_seeds {
    position: relative;
    height: 100vh;
    min-height: 760px;
    max-height: 940px;
    overflow: hidden;
}

.hero {
    background: url('../assets/images/logo-main.webp') top center / cover no-repeat;
}

.hero_seeds {
    background: url('../assets/images/logo-seeds.webp') top center / cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.22) 34%, rgba(255, 255, 255, 0.02) 70%);
}

.navbar {
    position: absolute;
    top: 22px;
    left: 54px;
    right: 54px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.logo-bird {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 34px;
}

.nav-links a {
    color: #111827;
    font-size: 14px;
    font-weight: 300;
}

.btn-support,
.btn-cabinet {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 300;
    transition: .25s;
}

.btn-support {
    padding: 13px 20px;
    background: var(--primary);
    color: #fff;
    box-shadow: 0 12px 28px rgba(88, 82, 230, 0.35);
}

.btn-cabinet {
    margin-left: 20px;
    padding: 12px 18px;
    background: #fff;
    color: #111;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.btn-cabinet:hover {
    transform: translateY(-2px);
}

.hero-content {
    position: absolute;
    left: 80px;
    top: 50%;
    z-index: 3;
    max-width: 610px;
    transform: translateY(-47%);
}

.hero-glow {
    position: absolute;
    inset: -80px -110px;
    z-index: -1;
    border-radius: 70px;
    filter: blur(20px);
    background: radial-gradient(circle at 20% 55%, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.62) 34%, rgba(255, 255, 255, 0.22) 62%, rgba(255, 255, 255, 0) 82%);
}

.hero-label {
    margin-bottom: 28px;
    background: rgba(240, 238, 255, 0.9);
}

.hero h1,
.hero_seeds h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(72px, 8vw, 132px);
    line-height: .72;
    font-weight: 800;
    letter-spacing: -4px;
    color: #050505;
}

.hero h1 span,
.hero_seeds h1 span {
    display: inline-block;
    margin-top: 18px;
    color: var(--primary);
    font-size: clamp(42px, 4vw, 62px);
    line-height: 1;
    letter-spacing: -2px;
}

.hero-content p {
    margin-top: 26px;
    color: #111827;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}

.hero-buttons {
    margin-top: 36px;
    display: flex;
    gap: 18px;
}

.hero-volunteers {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.volunteer-avatars {
    display: flex;
    align-items: center;
}

.volunteer-avatars img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.volunteer-avatars img:not(:first-child) {
    margin-left: -14px;
}

.volunteer-count,
.volunteer-count strong {
    width: 320px;
    color: #111827;
    font-size: 14px;
    font-weight: 400;
}

.volunteer-count strong {
    color: #000;
}

/* ===== MAIN SECTIONS ===== */
.main-content {
    padding: 70px 70px 100px;
}

.donate-section,
.volunteer-section {
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto 80px;
    border-radius: 34px;
    background: linear-gradient(135deg, #f2f0ff 0%, #ffffff 52%, #f7f5ff 100%);
    box-shadow: var(--shadow);
}

.donate-section {
    min-height: 580px;
    padding: 54px 42px;
}

.donate-bg,
.volunteer-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52%;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.donate-bg {
    background-image: url('../assets/images/pigeon-hand.webp');
}

.volunteer-bg {
    background-image: url('../assets/images/volunteer-pigeons.webp');
}

.donate-section::after,
.volunteer-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.donate-section::after {
    background: linear-gradient(to right, rgba(251, 251, 255, 1) 0%, rgba(251, 251, 255, 0.96) 35%, rgba(251, 251, 255, 0.65) 55%, rgba(251, 251, 255, 0.15) 75%, rgba(251, 251, 255, 0) 100%);
}

.donate-left {
    position: relative;
    z-index: 3;
    max-width: 700px;
}

.donate-box {
    padding: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 48px rgba(40, 35, 100, .08);
}

.donate-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.benefit h3,
.fact-card h3,
.mini-card h3,
.about-card h3 {
    margin: 18px 0 10px;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.benefit p,
.fact-card p,
.mini-card p,
.about-card p {
    color: #374151;
    font-size: 15px;
    line-height: 1.5;
}

.reports-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.reports-actions .btn-primary,
.reports-actions .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    height: 54px;
    padding: 0 24px;
}

.progress-info {
    padding-top: 30px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.progress-info span {
    display: block;
    margin-bottom: 6px;
    color: #4b5563;
    font-size: 15px;
    font-weight: 700;
}

.progress-info strong {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
}

.progress-info .muted {
    color: #c9c9d2;
}

.progress-bar,
.small-progress {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: #e8e5ff;
    overflow: hidden;
}

.progress-fill,
.small-progress div {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #6b5cff, #5144df);
}

.progress-fill {
    width: 28%;
}

.amounts {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr) 1.7fr;
    gap: 14px;
}

.amounts button {
    height: 58px;
    border: 0;
    border-radius: 15px;
    background: var(--soft);
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.amounts button.active {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 12px 28px rgba(88, 82, 230, .35);
}

.facts-section {
    max-width: 1400px;
    margin: 0 auto 80px;
    display: grid;
    grid-template-columns: 365px 1fr;
    align-items: end;
    gap: 42px;
}

.facts-pigeon {
    align-self: end;
}

.facts-pigeon img {
    width: 100%;
    max-width: 460px;
    object-fit: contain;
}

.section-head {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.facts-grid,
.about-grid,
.volunteer-grid,
.reports-grid,
.all-reports-grid {
    display: grid;
}

.facts-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.fact-card,
.mini-card {
    min-height: 285px;
    padding: 34px 26px 32px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 16px 45px rgba(40, 35, 100, .08);
}

.fact-card .round-icon {
    margin: 0 auto 26px;
    background: #efedff;
}

.about-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.about-card {
    overflow: hidden;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 16px 45px rgba(40, 35, 100, .08);
}

.about-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.about-card h3,
.about-card p,
.about-card a {
    margin-left: 24px;
    margin-right: 24px;
}

.about-card h3 {
    margin-top: 24px;
}

.about-card a {
    margin-top: 20px;
    margin-bottom: 26px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 900;
}

.volunteer-section {
    min-height: 560px;
    padding: 54px 42px;
    display: grid;
    grid-template-columns: 1.35fr .9fr;
    align-items: stretch;
    gap: 36px;
}

.volunteer-section::after {
    background: linear-gradient(to right, rgba(251, 251, 255, 1) 0%, rgba(251, 251, 255, 0.96) 38%, rgba(251, 251, 255, 0.62) 56%, rgba(251, 251, 255, 0.12) 78%, rgba(251, 251, 255, 0) 100%);
}

.volunteer-info {
    position: relative;
    z-index: 3;
    max-width: 850px;
}

.volunteer-grid {
    max-width: 820px;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mini-card {
    min-height: 230px;
    padding: 28px 22px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.mini-card .round-icon {
    width: 64px;
    height: 64px;
    font-size: 25px;
}

.section-actions {
    margin-top: 34px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
}

.meeting-note {
    padding-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #4b5563;
    font-size: 15px;
    font-weight: 800;
}

.meeting-note i {
    margin-right: 8px;
    color: var(--primary);
}

.meeting-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.meeting-note-under {
    max-width: 520px;
    margin-top: 18px;
}

.meeting-note-under i {
    color: var(--primary);
    font-size: 40px;
}

.meeting-date {
    color: #111827;
    font-size: 15px;
    font-weight: 300;
}

.meeting-address {
    margin-top: 4px;
    color: #ccc;
    font-size: 14px;
    font-weight: 300;
}

.meeting-link {
    margin-left: 6px;
    color: var(--primary);
    font-weight: 300;
}

.meeting-link:hover {
    text-decoration: underline;
}

.reports-section {
    display: grid;
    grid-template-columns: 440px 1fr;
    align-items: center;
    gap: 42px;
}

.reports-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.report-card {
    overflow: hidden;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 16px 45px rgba(40, 35, 100, .09);
}

.report-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.report-body {
    padding: 24px;
}

.report-body span {
    margin-bottom: 14px;
    padding: 7px 12px;
    display: inline-flex;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.report-body h3 {
    margin-bottom: 8px;
    font-size: 22px;
}

.report-body strong {
    display: block;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
}

.small-progress {
    height: 9px;
    margin-bottom: 18px;
}

.report-body ul {
    list-style: none;
}

.report-body li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
}

.report-body li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 900;
}

/* ===== MODALS ===== */
.modal,
.contact-modal,
.payment-modal,
.notify,
.reports-modal,
.meeting-modal,
.article-modal,
.legal-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal {
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
}

.contact-modal,
.payment-modal,
.reports-modal,
.meeting-modal,
.article-modal,
.legal-modal {
    z-index: 99999;
    background: rgba(10, 12, 28, .55);
    backdrop-filter: blur(8px);
}

.notify {
    z-index: 100000;
    background: rgba(10, 12, 28, .35);
    backdrop-filter: blur(6px);
}

.modal.active,
.contact-modal.active,
.payment-modal.active,
.notify.active,
.reports-modal.active,
.meeting-modal.active,
.article-modal.active,
.legal-modal.active {
    display: flex;
}

.auth-modal {
    z-index: 99999;
}

.auth-modal-box,
.contact-modal-box,
.payment-modal-box {
    position: relative;
    width: 520px;
    max-width: calc(100vw - 30px);
    overflow: hidden;
    border-radius: 30px;
    padding: 34px;
    background: linear-gradient(135deg, #f2f0ff 0%, #fff 62%, #f7f5ff 100%);
    box-shadow: 0 30px 100px rgba(0, 0, 0, .25);
}

.auth-modal-close,
.contact-modal-close,
.payment-modal-close,
.reports-modal-close,
.meeting-modal-close,
.article-modal-close,
.legal-modal-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.auth-modal-close,
.contact-modal-close,
.payment-modal-close {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 3;
}

.reports-modal-close,
.meeting-modal-close,
.article-modal-close,
.legal-modal-close {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 100000;
}

.auth-pigeon,
.contact-pigeon,
.payment-pigeon {
    height: 180px;
    margin: -34px -34px 28px;
    background: linear-gradient(to top, rgba(242, 240, 255, 1), rgba(242, 240, 255, 0)), url('../assets/images/pigeon-hand.webp') center/cover no-repeat;
}

.auth-modal-box h2,
.contact-modal-box h2,
.payment-modal-box h2 {
    margin-bottom: 14px;
    font-size: 34px;
}

.auth-text,
.contact-text,
.payment-text {
    margin-bottom: 22px;
    color: #555;
    line-height: 1.5;
}

.tabs {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.tab {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: #eee;
    cursor: pointer;
}

.tab.active {
    background: var(--primary);
    color: #fff;
}

.auth-modal-box .tabs {
    margin-bottom: 18px;
}

.auth-modal-box .tab {
    height: 48px;
    border-radius: 14px;
}

.form,
.contact-form {
    display: grid;
    gap: 14px;
}

.form {
    display: none;
    flex-direction: column;
    gap: 12px;
}

.form.active {
    display: flex;
}

.form input:not([type="checkbox"]),
.auth-modal-box .form input:not([type="checkbox"]),
.contact-form input:not([type="checkbox"]),
.contact-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 16px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.auth-modal-box .form .btn-primary,
.payment-pay-btn,
.cookies-accept {
    width: 100%;
}

.auth-modal-box .checkbox {
    margin: 4px 0;
}

.contact-status {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
}

.payment-card {
    margin-bottom: 14px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(40, 35, 100, .08);
}

.payment-card span,
.meeting-modal-card span,
.meeting-map-box span {
    display: block;
    margin-bottom: 8px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 800;
}

.payment-card strong {
    color: #111827;
    font-size: 24px;
}

.custom-amount {
    display: none;
    width: 100%;
    height: 54px;
    margin: 10px 0 18px;
    padding: 0 18px;
    border: 1px solid #ddd;
    border-radius: 16px;
    font-size: 16px;
}

.custom-amount.active {
    display: block;
}

.notify-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 26px 30px;
    border-radius: 26px;
    background: linear-gradient(135deg, #f2f0ff 0%, #fff 60%);
    box-shadow: 0 20px 60px rgba(40, 35, 100, .2);
    animation: pop .35s ease;
}

.notify-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 24px;
}

.notify-text {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
}

@keyframes pop {
    from {
        opacity: 0;
        transform: scale(.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.reports-modal-box,
.meeting-modal-box,
.article-modal-box,
.legal-modal-box {
    position: relative;
    width: 99vw;
    height: 98vh;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 30px;
    padding: 80px 70px;
    background: linear-gradient(135deg, #f2f0ff 0%, #ffffff 55%, #f7f5ff 100%);
    box-shadow: 0 30px 100px rgba(0, 0, 0, .25);
}

.reports-modal-box {
    padding: 70px;
    background: #fbfbff;
}

.meeting-modal-bg,
.article-modal-bg,
.legal-modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
}

.meeting-modal-bg,
.legal-modal-bg {
    background: url('../assets/images/volunteer-pigeons.webp') center/cover no-repeat;
}

.article-modal-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meeting-modal-bg::before,
.article-modal-bg::before,
.legal-modal-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.95) 100%);
}

.meeting-modal-content,
.article-modal-content,
.legal-modal-content {
    position: relative;
    z-index: 2;
    width: 65%;
    min-height: 100%;
}

.meeting-modal-card,
.meeting-map-box,
.article-modal-card,
.legal-modal-card {
    max-width: 900px;
    margin: 22px 0;
    padding: 34px;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 20px 60px rgba(40, 35, 100, .12);
    color: #374151;
    font-size: 18px;
    line-height: 1.8;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

.meeting-modal-card,
.meeting-map-box {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.meeting-modal-icon {
    width: 66px;
    height: 66px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #efedff;
    color: var(--primary);
    font-size: 28px;
}

.meeting-modal-card > div:last-child {
    flex: 1;
}

.meeting-modal-card strong,
.meeting-map-box strong {
    color: #111827;
    font-size: 22px;
}

.article-modal-card p,
.legal-modal-card p {
    margin-bottom: 18px;
}

.reports-head {
    max-width: 900px;
    text-align: left;
}

.reports-head h2 {
    margin: 20px 0 16px;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.reports-head p {
    padding-bottom: 50px;
    color: #444;
    font-size: 18px;
    line-height: 1.6;
}

.all-reports-grid {
    max-width: 1400px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.report-card-big {
    min-height: 100%;
}

/* ===== COOKIES ===== */
.cookies-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
    max-width: 360px;
    display: none;
    flex-direction: column;
    gap: 14px;
    padding: 20px 22px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(40, 35, 100, .12);
    animation: fadeUp .4s ease;
}

.cookies-text {
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}

.footer-col a.open-terms-modal,
.footer-col a.open-privacy-modal {
    font-weight: 400;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== STATIC REPORTS PAGE / OPTIONAL ===== */
.page-header {
    position: relative;
    padding: 110px 70px 70px;
    background: linear-gradient(135deg, #f2f0ff 0%, #ffffff 55%, #f7f5ff 100%);
}

.page-navbar {
    top: 22px;
}

.page-hero {
    max-width: 1400px;
    margin: 0 auto;
}

.page-hero h1 {
    margin: 24px 0 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    line-height: 1;
    letter-spacing: -3px;
}

.page-hero p {
    max-width: 720px;
    color: #374151;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
}

.reports-page {
    padding: 80px 70px 100px;
    background: var(--bg);
}

.empty-reports {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 16px 45px rgba(40, 35, 100, .08);
}

.empty-reports h2 {
    margin-bottom: 14px;
}

.empty-reports p {
    color: #6b7280;
    font-size: 18px;
}

/* ===== FOOTER ===== */
.footer {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 100px 70px 55px;
    background: url('../assets/images/footer-bg.webp') center/cover no-repeat;
    color: #fff;
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 130px;
    background: linear-gradient(to bottom, #fbfbff, rgba(251, 251, 255, .7), rgba(251, 251, 255, 0));
}

.footer-content {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1.05fr 1.1fr 1.15fr;
    gap: 48px;
}

.footer-logo {
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 800;
}

.footer-brand p,
.footer-thanks p {
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.65;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-col h3,
.footer-thanks h3 {
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}

.footer-col a {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    transition: .2s;
}

.footer-col a:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-thanks i {
    margin-top: 24px;
    color: #b9b2ff;
    font-size: 34px;
}

.footer-bottom {
    margin-top: 70px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-top: 0 solid rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
}

/* =========================================================
   MEDIA: >= 1400px
========================================================= */
@media (min-width: 1400px) {
    .main-content {
        padding-left: 70px;
        padding-right: 70px;
    }
}

/* =========================================================
   MEDIA: 1200px–1299px
========================================================= */
@media (min-width: 1200px) and (max-width: 1299px) {
    .main-content {
        padding: 70px 40px 100px;
    }

    .donate-section {
        padding: 54px 30px;
    }

    .facts-section {
        grid-template-columns: 270px 1fr;
        margin-bottom: 70px;
    }

    .nav-links {
        gap: 24px;
    }

    .footer-top {
        gap: 34px;
    }
}

/* =========================================================
   MEDIA: 768px–1199px
========================================================= */
@media (min-width: 768px) and (max-width: 1199px) {
    .main-content {
        padding: 55px 35px 100px;
    }

    .nav-links {
        display: none;
    }

    .donate-section,
    .volunteer-section,
    .reports-section {
        grid-template-columns: 1fr;
    }

    .facts-section {
        grid-template-columns: 1fr;
    }

    .facts-pigeon,
    .donate-bg,
    .meeting-modal-bg,
    .article-modal-bg,
    .legal-modal-bg {
        display: none;
    }

    .facts-grid,
    .volunteer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .meeting-modal-content,
    .article-modal-content,
    .legal-modal-content {
        width: 100%;
    }

    .all-reports-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-top {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =========================================================
   MEDIA: 1100px–1199px
========================================================= */
@media (min-width: 1100px) and (max-width: 1199px) {
    .facts-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .volunteer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .reports-section {
        grid-template-columns: 300px 1fr;
    }
}

/* =========================================================
   MEDIA: <= 767px
========================================================= */
@media (max-width: 767px) {
    body,
    .main-content {
        background: linear-gradient(135deg, #f2f0ff 0%, #fff 62%, #f7f5ff 100%);
    }
    
    .donations-modal-box {
    width: calc(100vw - 10px);
}

    .main-content {
        padding: 40px 18px 70px;
    }

    .navbar {
        left: 20px;
        right: 20px;
    }

    .nav-links,
    .btn-support,
    .hero-label,
    .section-badge {
        display: none;
    }
    
    .progress-info strong {
    font-size: 28px;
    }

    .logo span:last-child {
        display: none;
    }

    .hero {
        height: auto;
        min-height: 680px;
        max-height: none;
    }

    .hero-content {
        left: 15px;
        right: 15px;
        top: 59%;
        max-width: none;
    }

    .hero h1 {
        font-size: 64px;
        letter-spacing: -2px;
    }

    .hero h1 span {
        font-size: 38px;
    }

    .hero-buttons,
    .section-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-volunteers {
        gap: 14px;
    }

    .volunteer-avatars img {
        width: 42px;
        height: 42px;
        border-width: 2px;
    }

    .volunteer-count,
    .volunteer-count strong {
        width: 215px;
        font-size: 13px;
    }

    h2 {
        font-size: 34px;
    }

    .section-card {
        padding: 0;
        border-radius: 26px;
        background: none;
        box-shadow: none;
    }

    .donate-section,
    .donate-section::after {
        background: none;
    }

    .donate-section {
        margin-bottom: 80px;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .donate-box {
        padding: 20px;
        box-shadow: none;
    }

.reports-section {
    display: block;
}

.facts-pigeon {
    display: none;
}

.reports-slider-wrap {
    padding-top: 30px;
}

.hero {
    min-height: 100vh;
}

.donate-bg {
    background-image: none;
}

.facts-section {
    display: block;
}

.benefit {
    padding: 10px 15px 15px 0px;
}

.fact-card, .mini-card {
    min-height: 0;
    display: flex;
    align-items: center;
    padding: 20px 15px 15px 20px;
}

.volunteer-section {
    grid-template-columns: 1fr;
}

    .donate-benefits,
    .facts-grid,
    .about-grid,
    .volunteer-grid,
    .reports-grid,
    .all-reports-grid {
        grid-template-columns: 1fr;
    }

    .fact-card,
    .mini-card {
        min-height: 0;
        display: flex;
        align-items: center;
        padding: 20px 15px 15px 20px;
    }

    .benefit {
                display: flex;
        align-items: center;
        flex-direction: row;
        margin-bottom: 15px;
        padding: 10px 15px 15px 0px;
    }

.meeting-modal-content, .article-modal-content, .legal-modal-content {

    width: 100%;

}

.meeting-modal-bg, .article-modal-bg, .legal-modal-bg {
    width: 0%;
}

.section-actions {
    margin-top: 70px;
}

    .round-icon,
    .fact-card .round-icon,
    .mini-card .round-icon {
        margin: 0 15px 0 0;
        width: 72px;
        height: 72px;
        font-size: 30px;
    }

    .benefit h3,
    .fact-card h3,
    .mini-card h3 {
        margin: 0 0 10px;
        font-size: 16px;
    }

    .about-card h3 {
        margin: 20px 10px 10px 20px;
        font-size: 16px;
    }

    .amounts {
        grid-template-columns: repeat(2, 1fr);
    }

    .amounts button:last-child {
        grid-column: span 2;
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .volunteer-section {
        padding: 29px 20px;
    }

    .volunteer-bg {
        width: 100%;
    }

    .volunteer-section::after {
        background: linear-gradient(to right, rgba(251, 251, 255, 1) 0%, rgba(251, 251, 255, 0.96) 0%, rgba(251, 251, 255, 0.62) 33%, rgba(251, 251, 255, 0.12) 78%, rgba(251, 251, 255, 0) 100%);
    }

    .meeting-link {
        position: relative;
        top: 10px;
        margin-left: 0;
    }

    .meeting-address {
        color: #000;
    }

    .reports-head h2 {
        font-size: 32px;
    }

    .reports-head p {
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 1.6;
    }

    .auth-modal-box,
    .contact-modal-box,
    .payment-modal-box {
        width: calc(100vw - 10px);
        max-width: calc(100vw - 10px);
        padding: 13px;
        border-radius: 20px;
    }

    .reports-modal-box,
    .meeting-modal-box,
    .article-modal-box,
    .legal-modal-box {
        width: 98%;
        height: 99%;
        margin: 5px;
        padding: 60px 16px;
        border-radius: 20px;
        background: linear-gradient(135deg, #f2f0ff 0%, #ffffff 55%, #f7f5ff 100%);
    }

    .reports-modal-close,
    .meeting-modal-close,
    .article-modal-close,
    .legal-modal-close {
        right: 20px;
    }

    .meeting-modal-card,
    .meeting-map-box {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .meeting-modal-card,
    .meeting-map-box,
    .article-modal-card,
    .legal-modal-card {
        margin: 22px 0;
        padding: 20px;
        border-radius: 26px;
        font-size: 14px;
        line-height: 1.6;
    }

    .meeting-modal-card strong,
    .meeting-map-box strong {
        font-size: 14px;
        color: #111827;
    }

    .meeting-map-box span,
    .payment-card span {
        display: none;
    }

    .form-agree a,
    .checkbox a,
    .open-privacy-modal,
    .open-terms-modal {
        font-weight: 300;
    }

    .cookies-banner {
        right: 0;
        bottom: 10px;
        max-width: 100%;
        margin: 10px;
        padding: 20px 22px;
    }

    .page-header,
    .reports-page {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-hero h1 {
        font-size: 46px;
    }

    .footer {
        padding: 80px 24px 42px;
    }

    .footer::after {
        background: linear-gradient(to bottom, #f7f5ff, rgba(251, 251, 255, .7), rgba(251, 251, 255, 0));
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-bottom {
        flex-direction: column;
    }
}
/* ===== PERFORMANCE OPTIMIZATION ===== */
.reports-modal-box,
.meeting-modal-box,
.article-modal-box,
.legal-modal-box,
.donations-modal-box,
.payment-modal-box,
.contact-modal-box,
.auth-modal-box {
    contain: layout paint;
}

@media (min-width: 768px) {
    .facts-section,
    .about-section,
    .volunteer-section,
    .reports-section,
    .footer {
        content-visibility: auto;
        contain-intrinsic-size: 800px;
    }
}
