/* 04-propostas — "Minhas Bandeiras": cards + 8 variantes de capa
   (bundle dd15fb0a, função deco(v), valores verbatim). */

.jg-propostas { background: #f6f8f7; padding: 72px 24px 88px; position: relative; overflow: hidden; }
.jg-propostas__deco { position: absolute; pointer-events: none; }
.jg-propostas__deco--1 { bottom: 34px; right: 8%; opacity: .1; }
.jg-propostas__deco--2 { bottom: 60px; right: 22%; opacity: .08; }
.jg-propostas__deco--3 { top: 60px; right: 4%; opacity: .15; }
.jg-propostas__inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 40px; }

.jg-flags-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; grid-auto-rows: auto; }
.jg-flag-card { cursor: pointer; background: #ffffff; border: 3px solid transparent; border-radius: 20px; padding: 0; display: flex; flex-direction: column; box-shadow: 0 8px 24px rgba(3, 50, 44, .07); transition: transform .2s, border-color .2s; overflow: hidden; }
.jg-flag-card:hover { transform: translateY(-6px) rotate(-1.2deg); border-color: #fcc609; }
.jg-flag-card__cover { position: relative; height: 230px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.jg-flag-card__pauta { position: absolute; top: 16px; left: 20px; color: rgba(255, 255, 255, .8); font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; }
.jg-flag-card__body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.jg-flag-card__title { margin: 0; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 18px; line-height: 1.35; color: #1a2b33; min-height: 48px; }
.jg-flag-card__more { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 13px; white-space: nowrap; color: #016cbe; }
.jg-flag-card__arrow { font-size: 16px; }
.jg-propostas__closing { margin: 8px auto 0; max-width: 760px; text-align: center; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 19px; line-height: 1.5; color: #1a2b33; text-wrap: balance; }

/* Ícone das capas — o span recebe o font-size da variante inline (1em no svg). */
.jg-cover-icon { position: relative; color: #fff; display: inline-flex; line-height: 1; }

/* v0 — círculo amarelo no canto */
.jg-cover0-circle { position: absolute; bottom: -56px; right: -56px; width: 150px; height: 150px; border-radius: 50%; background: #fcc609; }

/* v1 — anel amarelo */
.jg-cover1-ring { position: absolute; width: 150px; height: 150px; border-radius: 50%; border: 12px solid #fcc609; box-sizing: border-box; }

/* v2 — faixas diagonais */
.jg-cover2-band { position: absolute; width: 150%; height: 58px; }
.jg-cover2-band--soft { background: rgba(255, 255, 255, .12); transform: rotate(-16deg) translateY(-46px); }
.jg-cover2-band--yellow { background: #fcc609; transform: rotate(-16deg) translateY(64px); }

/* v3 — pontilhado + disco amarelo (ícone na cor da pauta, inline) */
.jg-cover3-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, .32) 2.6px, transparent 3.1px); background-size: 26px 26px; }
.jg-cover3-disc { position: relative; width: 118px; height: 118px; border-radius: 50%; background: #fcc609; display: inline-flex; align-items: center; justify-content: center; font-size: 62px; }

/* v4 — ícone gigante sangrado + pontos */
.jg-cover4-icon { position: absolute; bottom: -34px; right: -26px; color: rgba(255, 255, 255, .95); font-size: 185px; display: inline-flex; line-height: 1; }
.jg-cover4-dot { position: absolute; left: 20px; border-radius: 50%; }
.jg-cover4-dot--big { top: 48px; width: 18px; height: 18px; background: #fcc609; }
.jg-cover4-dot--small { top: 78px; width: 10px; height: 10px; background: rgba(255, 255, 255, .5); }

/* v5 — círculo translúcido à esquerda + ponto amarelo */
.jg-cover5-circle { position: absolute; left: -50px; top: 50%; transform: translateY(-50%); width: 175px; height: 175px; border-radius: 50%; background: rgba(255, 255, 255, .14); }
.jg-cover5-dot { position: absolute; top: 20px; right: 24px; width: 20px; height: 20px; border-radius: 50%; background: #fcc609; }

/* v6 — arco amarelo na base */
.jg-cover6-arch { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 190px; height: 95px; border-radius: 190px 190px 0 0; background: #fcc609; }
.jg-cover6-icon { margin-bottom: 42px; }

/* v7 (default) — barras à esquerda + tile arredondado */
.jg-cover7-bars { position: absolute; left: 24px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 10px; }
.jg-cover7-bars span { height: 4px; border-radius: 2px; display: block; }
.jg-cover7-bars span:nth-child(1) { width: 34px; background: rgba(255, 255, 255, .55); }
.jg-cover7-bars span:nth-child(2) { width: 24px; background: rgba(255, 255, 255, .4); }
.jg-cover7-bars span:nth-child(3) { width: 14px; background: rgba(255, 255, 255, .25); }
.jg-cover7-tile { position: relative; width: 122px; height: 122px; border-radius: 28px; background: rgba(255, 255, 255, .14); display: inline-flex; align-items: center; justify-content: center; color: #fcc609; font-size: 68px; }
