/* Styles v9 */
* { box-sizing: border-box; }
html, body { margin:0; padding:0; color:#0f1b2d; font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, 'Helvetica Neue', Arial; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(1100px, 92%); margin: 0 auto; }
.section { padding: 72px 0; background: white; }
.section.alt { background: var(--light); }
h1,h2,h3 { line-height: 1.15; margin: 0 0 12px; }
p { line-height: 1.6; margin: 0 0 14px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: white; border-bottom: 1px solid #e7e9f1; }
.site-header .nav { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; }
.brand { display:flex; align-items:center; }
.brand-logo { height: 44px; width: auto; display:block; }

nav ul { display: flex; gap: 18px; align-items: center; list-style: none; margin:0; padding:0; }
nav a.cta { background: var(--accent); color: #1f1400; padding: 10px 16px; border-radius: 10px; font-weight: 700; }
#menuBtn { display: none; border:0; background: transparent; font-size: 1.5rem; }

.hero { position: relative; min-height: 62vh; display: grid; place-items:center; overflow: clip; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-content { position: relative; text-align: center; color: white; padding: 60px 0; }
.hero-over { color: #fff; font-size: clamp(1rem, 2.5vw, 1.25rem); font-weight: 700; margin-bottom: 8px; letter-spacing: .3px; opacity: .95; }
.hero-logo { width: min(520px, 70vw); height: auto; filter: drop-shadow(0 8px 24px rgba(0,0,0,.15)); margin: 6px auto 8px; display: block; }
.tagline { font-size: clamp(1rem, 2.3vw, 1.25rem); opacity: .95; margin-top: 6px; }
.hero-actions { display: flex; gap: 12px; justify-content: center; margin-top: 18px; }

.btn { display: inline-block; padding: 10px 16px; border: 2px solid var(--primary); border-radius: 10px; font-weight: 700; }
.btn:hover { transform: translateY(-1px); }
.btn-outline { background: transparent; color: white; border-color: white; }
.btn-accent { background: var(--accent); color: #1f1400; border-color: var(--accent); }

.grid-2 { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: start; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 10px; }

.card { background: white; border: 1px solid #e7e9f1; border-radius: 14px; padding: 18px; box-shadow: 0 4px 12px rgba(10, 40, 85, 0.04); }
.card.highlight { border-color: var(--accent); }
.list { padding-left: 16px; }
.list li { margin-bottom: 6px; }
.checks { list-style: none; padding-left: 0; }
.checks li::before { content: "✔"; color: var(--accent); margin-right: 8px; }

.clubes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.club { background: white; border: 1px dashed #d6d9e8; border-radius: 12px; padding: 16px; }

.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid #eef1f7; }
.timeline .date { font-weight: 800; color: var(--dark); }

.fb-wrap iframe { width: 100%; min-height: 300px; border: 0; background: #fff; }
.map-placeholder { width: 100%; height: 220px; border-radius: 12px; background: repeating-linear-gradient(45deg, #f1f3f8, #f1f3f8 10px, #e7e9f1 10px, #e7e9f1 20px); display: grid; place-items: center; color: #7b849d; font-weight: 700; }

.site-footer { background: #071b3a; color: #dbe4ff; padding: 26px 0; }
.site-footer a { color: #ffd56b; }

.wa-fab { position: fixed; right: 18px; bottom: 18px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #25D366; color: white; font-size: 24px; box-shadow: 0 6px 14px rgba(0,0,0,.18); }
.wa-fab:hover { filter: brightness(1.05); }
.small { font-size: 0.9rem; color: #51607d; }

.gov-photo { width: 100%; height: auto; border-radius: 14px; object-fit: cover; box-shadow: 0 8px 20px rgba(10,40,85,.12); }
.governor { padding: 0; overflow: hidden; }

@media (max-width: 900px) { .grid-2 { grid-template-columns: 1fr; } .cards, .clubes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { nav ul { display: none; position: absolute; right: 4%; top: 56px; background: white; border: 1px solid #e7e9f1; border-radius: 10px; padding: 12px; flex-direction: column; gap: 10px; } #menuBtn { display: inline-block; } .cards, .clubes { grid-template-columns: 1fr; } .hero { min-height: 56vh; } }
