:root {
  --navy: #082f57;
  --navy-2: #0b477e;
  --blue: #1697d5;
  --red: #e31d2b;
  --green: #2e9d49;
  --ink: #17324a;
  --muted: #61758a;
  --bg: #f6f9fc;
  --white: #ffffff;
  --line: #dfe8ef;
  --shadow: 0 18px 50px rgba(8, 47, 87, .12);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--navy-2);
  font-size: .82rem;
  letter-spacing: .14em;
  font-weight: 800;
  text-transform: uppercase;
}
.kicker::before { content: ""; width: 28px; height: 3px; border-radius: 5px; background: var(--red); }
.title { margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.06; letter-spacing: -.035em; }
.title-md { margin: 0; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.12; letter-spacing: -.025em; }
.lead { margin: 22px 0 0; font-size: 1.12rem; color: var(--muted); max-width: 760px; }
.text-muted { color: var(--muted); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .92rem;
  border: 1px solid transparent;
  transition: .2s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: white; box-shadow: 0 10px 26px rgba(227,29,43,.22); }
.btn-primary:hover { background: #c91522; }
.btn-secondary { background: var(--navy); color: white; }
.btn-outline { border-color: rgba(255,255,255,.7); color: white; background: rgba(255,255,255,.04); }
.btn-light { background: white; color: var(--navy); }
.btn-green { background: var(--green); color: white; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(8,47,87,.08);
}
.navbar { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; min-width: 260px; }
.brand img { width: 236px; height: 64px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav-links a { position: relative; font-weight: 700; color: #23445f; font-size: .93rem; }
.nav-links a:hover, .nav-links a.active { color: var(--red); }
.nav-links a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 2px; background: var(--red); }
.header-cta { margin-left: 8px; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--navy); font-size: 1.35rem; }

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #052b50 0%, #0b477e 56%, #0a5d83 100%);
  color: white;
}
.hero::before,
.hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.hero::before { width: 520px; height: 520px; right: -160px; top: -200px; background: rgba(46,157,73,.18); }
.hero::after { width: 340px; height: 340px; left: -120px; bottom: -180px; background: rgba(227,29,43,.17); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 56px; position: relative; z-index: 1; }
.hero-copy { padding: 74px 0; }
.hero-eyebrow { color: #bde8ff; font-size: .92rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 16px 0 22px; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .95; letter-spacing: -.055em; max-width: 780px; }
.hero h1 span { color: #9fe8b0; }
.hero p { max-width: 650px; margin: 0; font-size: 1.18rem; color: #e0edf8; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-note { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; color: #d6e6f4; font-size: .9rem; }
.hero-note span { display: flex; align-items: center; gap: 8px; }
.hero-note b { color: white; }

.hero-visual { position: relative; min-height: 520px; }
.hero-photo {
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 34px 70px rgba(0,0,0,.28);
  background: #0b477e;
}
.hero-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(4,27,49,.72) 100%);
}
.hero-photo-overlay {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 24px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: rgba(6,47,87,.70);
  backdrop-filter: blur(10px);
  color: white;
}
.hero-photo-overlay small { display:block; color:#bde8ff; font-weight:900; letter-spacing:.12em; text-transform:uppercase; margin-bottom:5px; }
.hero-photo-overlay strong { display:block; font-size:1.35rem; line-height:1.15; }
.hero-photo-overlay span { display:block; margin-top:6px; color:#dcebf6; font-size:.86rem; font-weight:700; }
.story-card {
  position: absolute;
  inset: 52px 0 52px 32px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(244,250,255,.94));
  box-shadow: 0 34px 70px rgba(0,0,0,.28);
  overflow: hidden;
  color: var(--ink);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.story-card::before { content: ""; position: absolute; right: -64px; top: -55px; width: 220px; height: 220px; border-radius: 50%; background: rgba(22,151,213,.14); }
.story-card::after { content: ""; position: absolute; left: -60px; bottom: -80px; width: 210px; height: 210px; border-radius: 50%; background: rgba(46,157,73,.11); }
.story-logo { width: 250px; height: 110px; object-fit: contain; object-position: left center; position: relative; z-index: 1; }
.story-quote { position: relative; z-index: 1; margin-top: 20px; }
.story-quote small { color: var(--red); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.story-quote h2 { margin: 8px 0 12px; font-size: clamp(2rem,4vw,3.4rem); line-height: 1; letter-spacing: -.04em; color: var(--navy); }
.story-quote p { color: var(--muted); font-size: 1.02rem; }
.story-chips { display: flex; gap: 10px; flex-wrap: wrap; position: relative; z-index: 1; }
.story-chips span { background: #eef6fb; color: var(--navy); border: 1px solid #dcebf5; border-radius: 999px; padding: 8px 12px; font-weight: 750; font-size: .82rem; }

.story-section { background: var(--bg); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.story-panel { border-radius: 30px; overflow: hidden; min-height: 480px; position: relative; background: linear-gradient(145deg, #0a4678, #0d6f94); color: white; padding: 44px; box-shadow: var(--shadow); }
.story-panel::before { content: ""; position: absolute; inset: auto -80px -100px auto; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.08); }
.story-panel::after { content: ""; position: absolute; left: -70px; top: -90px; width: 250px; height: 250px; border-radius: 50%; background: rgba(227,29,43,.18); }
.story-panel > * { position: relative; z-index: 1; }
.story-panel .big-number { font-size: 7rem; font-weight: 900; line-height: .8; color: rgba(255,255,255,.15); }
.story-panel h3 { font-size: 2.2rem; line-height: 1.12; margin: 22px 0 12px; }
.story-panel p { color: #dcecf7; }

.path { display: grid; gap: 18px; margin-top: 26px; }
.path-item { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start; }
.path-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; color: white; font-weight: 900; background: var(--navy); }
.path-item:nth-child(2) .path-icon { background: var(--red); }
.path-item:nth-child(3) .path-icon { background: var(--green); }
.path-item h4 { margin: 0 0 4px; color: var(--navy); font-size: 1.1rem; }
.path-item p { margin: 0; color: var(--muted); }

.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.pillar { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; background: white; box-shadow: 0 10px 28px rgba(8,47,87,.06); transition: .2s ease; }
.pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pillar-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; background: #e9f4fb; color: var(--navy); font-size: 1.6rem; font-weight: 900; }
.pillar:nth-child(2) .pillar-icon, .pillar:nth-child(6) .pillar-icon { background: #fff0f2; color: var(--red); }
.pillar:nth-child(3) .pillar-icon, .pillar:nth-child(5) .pillar-icon { background: #eef9f1; color: var(--green); }
.pillar h3 { margin: 18px 0 8px; color: var(--navy); }
.pillar p { margin: 0; color: var(--muted); font-size: .95rem; }

.projects { background: #fff; }
.project-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.project-card { min-height: 310px; border-radius: 28px; padding: 34px; color: white; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow); }
.project-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 10%, rgba(0,0,0,.62) 100%); }
.project-card::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; right: -90px; top: -90px; background: rgba(255,255,255,.12); }
.project-card > * { position: relative; z-index: 1; }
.project-card.edu { background: linear-gradient(135deg, #0a4678, #198bc7); }
.project-card.sport { background: linear-gradient(135deg, #be1724, #ec4653); }
.project-card.culture { background: linear-gradient(135deg, #26763b, #48ad5f); }
.project-card.social { background: linear-gradient(135deg, #143b61, #5d7f9c); }
.project-label { font-size: .77rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; opacity: .86; }
.project-card h3 { margin: 8px 0 10px; font-size: 2rem; line-height: 1.1; }
.project-card p { margin: 0; max-width: 560px; color: #edf6fb; }

.quote-band { background: linear-gradient(120deg, #082f57, #0b477e); color: white; }
.quote-wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.quote-wrap blockquote { margin: 0; font-size: clamp(2rem,4vw,3.7rem); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; }
.quote-wrap blockquote em { color: #9fe8b0; font-style: normal; }
.quote-wrap p { margin: 0; color: #d6e7f5; font-size: 1.05rem; }

.impact-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 760px; }
.impact-card { border-radius: var(--radius); border: 1px solid var(--line); padding: 28px; text-align: center; background: white; }
.impact-card b { display: block; font-size: 1.65rem; color: var(--navy); margin-bottom: 6px; }
.impact-card span { color: var(--muted); font-size: .92rem; }

.cta-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.cta-card { padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: white; }
.cta-card.red { background: #fff4f5; }
.cta-card.blue { background: #eff8fd; }
.cta-card.green { background: #f1faf3; }
.cta-card h3 { margin: 12px 0 8px; color: var(--navy); }
.cta-card p { color: var(--muted); margin: 0 0 18px; }
.cta-symbol { font-size: 2rem; }

.page-hero { background: linear-gradient(120deg, #082f57, #0a5b8e); color: white; padding: 92px 0 78px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(46,157,73,.13); right: -120px; top: -190px; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin: 8px 0 14px; font-size: clamp(2.8rem,5vw,5rem); line-height: 1; letter-spacing: -.045em; }
.page-hero p { max-width: 760px; color: #dbe9f4; font-size: 1.1rem; }

.content-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: start; }
.info-box { border-radius: 24px; padding: 30px; background: var(--bg); border: 1px solid var(--line); }
.info-box h3 { margin-top: 0; color: var(--navy); }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 22px; }
.value { padding: 18px; border-radius: 16px; background: white; border: 1px solid var(--line); font-weight: 800; color: var(--navy); }

.docs-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 32px; }
.doc-card { border: 1px solid var(--line); border-radius: 20px; padding: 24px; background: white; }
.doc-card h3 { margin: 8px 0 6px; color: var(--navy); }
.doc-card p { margin: 0 0 16px; color: var(--muted); font-size: .92rem; }
.doc-card .status { font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; color: var(--red); }
.notice { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--red); background: #fff7f8; color: #66464a; border-radius: 12px; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; }
.contact-list { display: grid; gap: 16px; margin-top: 24px; }
.contact-item { padding: 18px; border-radius: 16px; background: var(--bg); border: 1px solid var(--line); }
.contact-item b { display: block; color: var(--navy); margin-bottom: 3px; }
.form-card { border-radius: 26px; padding: 30px; border: 1px solid var(--line); box-shadow: var(--shadow); background: white; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
label { color: var(--navy); font-weight: 800; font-size: .9rem; }
input, textarea, select { width: 100%; border: 1px solid #cfdae4; border-radius: 13px; padding: 13px 14px; color: var(--ink); background: #fff; outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,151,213,.12); }
textarea { min-height: 150px; resize: vertical; }

.site-footer { background: #062846; color: #d9e7f2; padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .95fr 1fr; gap: 34px; }
.footer-brand img { width: 230px; padding: 10px; border-radius: 10px; background: white; }
.footer-brand p { max-width: 360px; color: #bcd1e2; }
.footer-title { margin: 4px 0 14px; color: white; font-size: .95rem; }
.footer-links { display: grid; gap: 9px; color: #c3d6e5; font-size: .92rem; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; display: flex; justify-content: space-between; gap: 16px; color: #9fb9cc; font-size: .83rem; }

.floating-whatsapp { position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #22a95a; color: white; font-weight: 900; box-shadow: 0 12px 32px rgba(0,0,0,.22); }
.floating-whatsapp:hover { transform: translateY(-2px); }

@media (max-width: 980px) {
  .navbar { min-height: 74px; }
  .brand { min-width: 0; }
  .brand img { width: 190px; height: 54px; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { display: none; position: absolute; top: 74px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; padding: 18px; border-radius: 18px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a.active::after { display: none; }
  .header-cta { display: none; }
  .hero-grid, .story-grid, .quote-wrap, .content-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 24px 0 60px; }
  .hero-copy { padding: 52px 0 0; }
  .hero-visual { min-height: 440px; }
  .hero-photo { border-radius: 26px; }
  .story-card { inset: 10px 0 10px 0; }
  .pillars-grid { grid-template-columns: repeat(2,1fr); }
  .project-grid { grid-template-columns: 1fr; }
  .impact-grid { grid-template-columns: repeat(2,1fr); }
  .cta-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 66px 0; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .hero p { font-size: 1.03rem; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 410px; }
  .hero-photo-overlay { left: 16px; right: 16px; bottom: 16px; padding: 16px 17px; }
  .hero-photo-overlay strong { font-size: 1.15rem; }
  .story-card { padding: 26px; }
  .story-logo { width: 210px; }
  .pillars-grid, .impact-grid, .docs-grid, .values-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 275px; }
  .footer-bottom { flex-direction: column; }
  .form-group.full { grid-column: auto; }
}


/* Página Apoiar */
.support-intro { max-width: 830px; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 36px; }
.support-card { position: relative; overflow: hidden; min-height: 300px; padding: 30px; border-radius: 26px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 34px rgba(8,47,87,.07); display: flex; flex-direction: column; align-items: flex-start; }
.support-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -72px; top: -72px; background: rgba(22,151,213,.08); pointer-events: none; }
.support-card.red::after { background: rgba(227,29,43,.08); }
.support-card.green::after { background: rgba(46,157,73,.09); }
.support-card.navy::after { background: rgba(8,47,87,.08); }
.support-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: #eef7fd; color: var(--navy); font-size: 1.65rem; font-weight: 900; position: relative; z-index: 1; }
.support-card.red .support-icon { background: #fff0f2; color: var(--red); }
.support-card.green .support-icon { background: #eef9f1; color: var(--green); }
.support-card.navy .support-icon { background: #eef3f7; color: var(--navy); }
.support-card h3 { margin: 18px 0 8px; color: var(--navy); font-size: 1.45rem; position: relative; z-index: 1; }
.support-card p { margin: 0 0 20px; color: var(--muted); position: relative; z-index: 1; }
.support-card .btn { margin-top: auto; position: relative; z-index: 1; }
.support-note { margin-top: 34px; padding: 24px 26px; border-radius: 20px; background: #f5f9fc; border: 1px solid var(--line); display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: start; }
.support-note-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--navy); color: #fff; font-weight: 900; }
.support-note h3 { margin: 0 0 5px; color: var(--navy); font-size: 1.05rem; }
.support-note p { margin: 0; color: var(--muted); }
.support-feature { background: linear-gradient(120deg, #082f57, #0b477e); color: white; }
.support-feature-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 50px; align-items: center; }
.support-feature h2 { color: white; margin: 0 0 16px; font-size: clamp(2rem,4vw,3.5rem); line-height: 1.05; letter-spacing: -.035em; }
.support-feature p { color: #d6e7f5; max-width: 680px; }
.support-checks { display: grid; gap: 12px; }
.support-check { padding: 16px 18px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.07); border-radius: 16px; color: #edf6fb; font-weight: 700; }
.support-check b { color: #9fe8b0; margin-right: 8px; }
.support-contact { text-align: center; }
.support-contact .lead { margin-inline: auto; }
.support-contact-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
@media (max-width: 980px) {
  .support-feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 260px; }
}

/* Projetos - registros reais de atuação */
.action-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.action-photo-card { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 12px 30px rgba(8,47,87,.08); }
.action-photo-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.action-photo-body { padding: 24px; }
.action-photo-body span { display: inline-block; color: var(--red); text-transform: uppercase; font-size: .74rem; letter-spacing: .12em; font-weight: 900; margin-bottom: 8px; }
.action-photo-body h3 { margin: 0 0 9px; color: var(--navy); font-size: 1.3rem; }
.action-photo-body p { margin: 0; color: var(--muted); font-size: .94rem; }
@media (max-width: 900px) { .action-gallery { grid-template-columns: 1fr; } }
