/* 01-header — header sticky + menu mobile (bundle dd15fb0a, verbatim). */

.jg-header { position: sticky; top: 0; z-index: 50; background: #ffffff; box-shadow: 0 2px 12px rgba(1, 44, 38, .08); }
.jg-header__inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 20px; }

.jg-brand { display: flex; align-items: center; gap: 10px; font-family: 'Poppins', sans-serif; font-weight: 900; font-size: 22px; color: #039580; letter-spacing: -0.5px; flex: none; min-width: 0; }
.jg-brand:hover { color: #039580; }
.jg-brand__logo { width: 38px; height: 38px; flex: none; border-radius: 50%; object-fit: cover; }
.jg-brand__name { white-space: nowrap; font-size: 22px; }
.jg-brand__num { background: #fcc609; color: #016cbe; font-family: 'Inter', sans-serif; font-variant-numeric: tabular-nums; font-size: 19px; font-weight: 800; padding: 5px 12px; border-radius: 10px; white-space: nowrap; }

.jg-nav { display: flex; gap: 14px; font-weight: 600; font-size: 15px; flex: 1; justify-content: center; min-width: 0; }
.jg-nav__link { color: #1a2b33; }
.jg-nav__link:hover { color: #039580; }

.jg-header__actions { display: flex; align-items: center; gap: 10px; }
.jg-header__cta-group { display: flex; align-items: center; gap: 10px; }
.jg-btn-donate { background: transparent; color: #016cbe; border: 2px solid #016cbe; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13px; padding: 9px 16px; border-radius: 999px; white-space: nowrap; cursor: pointer; }
.jg-btn-donate:hover { background: rgba(1, 108, 190, .08); }
.jg-btn-cta { background: #fcc609; color: #046052; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 14px; padding: 11px 20px; border-radius: 999px; white-space: nowrap; box-shadow: 0 3px 0 #d9a900; }
.jg-btn-cta:hover { color: #046052; transform: translateY(-2px); box-shadow: 0 5px 0 #d9a900; }

.jg-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; cursor: pointer; }
.jg-burger span { width: 24px; height: 3px; background: #039580; border-radius: 2px; display: block; }

.jg-menu { display: flex; flex-direction: column; background: #ffffff; border-top: 1px solid #eef2f1; padding: 10px 20px 18px; gap: 4px; }
.jg-menu__link { padding: 12px 8px; font-weight: 700; font-size: 17px; color: #1a2b33; border-bottom: 1px solid #f2f5f4; }
.jg-menu__link--last { border-bottom: none; }
.jg-menu__cta-group { display: none; flex-direction: column; gap: 10px; margin-top: 14px; }
.jg-menu__cta { text-align: center; background: #fcc609; color: #046052; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 15px; padding: 14px; border-radius: 999px; box-shadow: 0 3px 0 #d9a900; }
.jg-menu__cta:hover { color: #046052; }
.jg-menu__donate { background: transparent; color: #016cbe; border: 2px solid #016cbe; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 14px; padding: 12px; border-radius: 999px; cursor: pointer; }
