:root {
  --orange: #f07f22;
  --orange-dark: #c9580f;
  --yellow: #ffd23f;
  --green: #35b86b;
  --green-dark: #15824a;
  --ink: #101522;
  --ink-2: #182033;
  --paper: #fffaf3;
  --white: #ffffff;
  --muted: #677083;
  --line: rgba(16, 21, 34, 0.12);
  --shadow: 0 22px 70px rgba(16, 21, 34, 0.13);
  --shadow-soft: 0 12px 38px rgba(16, 21, 34, 0.09);
  --radius: 22px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 8% 14%, rgba(255, 210, 63, .13), transparent 23%), radial-gradient(circle at 92% 70%, rgba(53, 184, 107, .1), transparent 26%);
}

::selection { background: var(--yellow); color: var(--ink); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 243, 0.9);
  border-bottom: 1px solid rgba(16, 21, 34, 0.08);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(16, 21, 34, .09); }

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 20%, var(--yellow), transparent 32%),
    linear-gradient(135deg, var(--orange), var(--green));
  box-shadow: 0 10px 25px rgba(240, 127, 34, 0.28);
  font-size: 18px;
}

.brand-logo {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(16, 21, 34, .18));
}

.brand-text {
  display: grid;
  line-height: 1.12;
}

.brand-text span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
}

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

.nav-links a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: #394155;
  font-size: 14px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(240, 127, 34, 0.12);
  color: var(--orange-dark);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

body.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(16, 21, 34, 0.98), rgba(24, 32, 51, 0.92)),
    radial-gradient(circle at 15% 20%, rgba(240, 127, 34, 0.34), transparent 26%),
    radial-gradient(circle at 80% 35%, rgba(53, 184, 107, 0.22), transparent 24%);
  color: var(--white);
  min-height: min(760px, calc(100vh - 82px));
  display: flex;
  align-items: center;
  padding: 72px 0 44px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, var(--paper));
  pointer-events: none;
}

.hero-copa {
  background:
    linear-gradient(125deg, rgba(0, 79, 58, 0.98) 0 46%, rgba(9, 117, 72, 0.95) 46% 66%, rgba(241, 185, 35, 0.92) 66% 100%),
    linear-gradient(180deg, #006747, #0f8d4f);
  color: var(--white);
}

.hero-copa::before {
  content: "";
  position: absolute;
  inset: 8% 6% auto auto;
  width: min(42vw, 480px);
  aspect-ratio: 1;
  border: 32px solid rgba(255, 210, 63, 0.36);
  transform: rotate(45deg);
  pointer-events: none;
}

.hero-copa .hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
}

.hero-content {
  max-width: 720px;
}

.hero-copa .eyebrow {
  color: #fff2a8;
}

.hero-copa .eyebrow::before {
  background: var(--yellow);
}

.hero-copa h1 {
  max-width: 680px;
  text-shadow: 0 3px 22px rgba(0, 58, 42, 0.24);
}

.hero-copa .hero-copy {
  max-width: 560px;
  margin-bottom: 14px;
  color: #fff8ce;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 600;
}

.hero-note {
  max-width: 660px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
}

.hero-copa-panel {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(0, 78, 56, 0.28);
  box-shadow: 0 26px 80px rgba(0, 64, 44, 0.32);
  transform: rotate(1.4deg);
}

.hero-copa-panel img {
  aspect-ratio: 4 / 5;
  object-position: center top;
}

.hero-copa-panel .hero-panel-body {
  background: rgba(0, 90, 62, 0.86);
}

.hero-copa-panel .hero-panel-body span {
  color: rgba(255, 255, 255, 0.82);
}

.hero-copa-panel .compare-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 168px;
}

.compare-desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.compare-desc-line {
  display: block;
  line-height: 1.4;
}

.compare-cnpj {
  opacity: 0.7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: var(--green);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.hero-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-panel-body {
  padding: 22px;
}

.hero-panel-body strong {
  display: block;
  font-size: 20px;
}

.hero-panel-body span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.35), transparent 80%); transform: translateX(-120%); transition: transform .55s ease; }
.btn:hover::after { transform: translateX(120%); }

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

.btn-primary {
  color: #261600;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  box-shadow: 0 12px 32px rgba(240, 127, 34, 0.28);
}

.btn-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-green {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 12px 32px rgba(53, 184, 107, 0.24);
}

.section {
  position: relative;
  padding: 96px 0;
}

.section-dark {
  background:
    radial-gradient(circle at 15% 10%, rgba(240, 127, 34, 0.2), transparent 30%),
    linear-gradient(135deg, var(--ink), var(--ink-2));
  color: var(--white);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.55fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head.center {
  display: block;
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-dark .section-kicker {
  color: var(--yellow);
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-lead {
  color: var(--muted);
  font-size: 17px;
}

.section-dark .section-lead {
  color: rgba(255, 255, 255, 0.72);
}

.stats-grid,
.cards-grid,
.projects-grid,
.gallery-grid,
.contact-grid,
.values-grid {
  display: grid;
  gap: 18px;
}

.stats-grid {
  grid-template-columns: repeat(4, 1fr);
}

.stat-card,
.info-card,
.project-card,
.testimonial-card,
.donation-card,
.contact-card,
.gallery-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.stat-card:hover, .info-card:hover, .project-card:hover, .testimonial-card:hover, .contact-card:hover, .gallery-card:hover {
  transform: translateY(-7px);
  border-color: rgba(240, 127, 34, .28);
  box-shadow: 0 28px 75px rgba(16, 21, 34, .17);
}

.stat-card {
  padding: 24px;
}

.stat-number {
  color: var(--orange-dark);
  font-size: 40px;
  line-height: 1;
  font-weight: 950;
}

.stat-label {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 750;
}

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

.info-card,
.project-card,
.testimonial-card,
.contact-card {
  padding: 26px;
}

.info-card p,
.project-card p,
.contact-card p {
  color: #3f4758;
}

.icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--green));
  font-size: 22px;
}

.project-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.project-card .tag {
  align-self: flex-start;
  margin-top: auto;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(53, 184, 107, 0.14);
  font-size: 12px;
  font-weight: 900;
}

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

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: 36px;
  align-items: center;
}

.portrait {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--white);
  transform: rotate(-1deg);
}

.portrait img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  padding: 18px;
  border-left: 4px solid var(--orange);
  background: rgba(255, 255, 255, 0.76);
  border-radius: var(--radius);
}

.donation-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.donation-card {
  padding: 26px;
}

.pix-box {
  display: grid;
  gap: 18px;
  align-content: center;
  text-align: center;
}

.pix-box img {
  width: min(240px, 100%);
  margin: 0 auto;
  border: 10px solid var(--white);
  border-radius: var(--radius);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.18);
}

.pix-key {
  display: inline-block;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px dashed var(--orange);
  border-radius: var(--radius);
  color: var(--orange-dark);
  background: rgba(240, 127, 34, 0.09);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  overflow-wrap: anywhere;
}

.value-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.value-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.value-item strong {
  display: block;
  color: var(--orange-dark);
  font-size: 24px;
}

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

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  background:
    linear-gradient(135deg, rgba(255, 210, 63, 0.22), rgba(53, 184, 107, 0.16)),
    var(--white);
}

.gallery-card img { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery-card:hover img { transform: scale(1.045); }

.gallery-card img,
.gallery-placeholder {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.gallery-card.featured {
  grid-column: span 2;
}

.gallery-card.featured img {
  height: 320px;
}

.gallery-caption,
.video-caption {
  position: absolute;
  inset: auto 12px 12px;
  padding: 8px 10px;
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(16, 21, 34, 0.76);
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.gallery-placeholder {
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  color: #243047;
  font-weight: 900;
}

.video-grid {
  display: grid;
  gap: 18px;
}

.video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 520px;
  background: #05070d;
  object-fit: cover;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.testimonial-card p {
  color: #3f4758;
  font-size: 16px;
}

.testimonial-card strong {
  color: var(--orange-dark);
}

.contact-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

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

.contact-item {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.form-grid {
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 6px;
  color: #333c51;
  font-weight: 850;
  font-size: 14px;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(16, 21, 34, 0.18);
  border-radius: var(--radius);
  padding: 13px 14px;
  font: inherit;
  background: #fffdf8;
  color: var(--ink);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.footer {
  padding: 52px 0;
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer strong {
  color: var(--white);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.28));
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal:nth-child(2) { transition-delay: 80ms; }
.reveal:nth-child(3) { transition-delay: 160ms; }
.reveal:nth-child(4) { transition-delay: 240ms; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 880px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 82px 16px auto;
    display: none;
    grid-template-columns: 1fr;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  body.menu-open .nav-links {
    display: grid;
  }

  .nav-links a {
    padding: 13px 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero-copa::before {
    inset: 6% -22% auto auto;
    width: min(72vw, 360px);
    border-width: 24px;
  }

  .hero-grid,
  .hero-copa .hero-grid,
  .section-head,
  .feature-split,
  .donation-wrap,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid,
  .cards-grid,
  .projects-grid,
  .gallery-grid,
  .video-grid,
  .testimonial-grid,
  .value-list {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-card.featured {
    grid-column: span 1;
  }

  .gallery-card.featured img {
    height: 230px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .brand-text {
    font-size: 14px;
  }

  .brand-text span {
    display: none;
  }

  .brand-logo {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .hero {
    padding: 54px 0 34px;
  }

  .hero-copa .hero-grid {
    gap: 28px;
  }

  .hero-copa .hero-copy {
    font-size: 15px;
  }

  .hero-note {
    font-size: 15px;
  }

  .hero-copa-panel img {
    aspect-ratio: 3 / 4;
  }

  h1 {
    font-size: 42px;
  }

  .section {
    padding: 66px 0;
  }

  .stats-grid,
  .cards-grid,
  .projects-grid,
  .gallery-grid,
  .video-grid,
  .testimonial-grid,
  .value-list {
    grid-template-columns: 1fr;
  }

  .gallery-card img,
  .gallery-placeholder {
    height: 260px;
  }

  .video-card video {
    max-height: none;
  }

  .footer-grid {
    display: grid;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .actions,
  .btn {
    width: 100%;
  }
}

/* Universo Gente Inocente — camada visual premium 2026 */
:root {
  --orange: #f28a2e;
  --orange-dark: #a9440b;
  --yellow: #f6ca45;
  --green: #219768;
  --green-dark: #0b6046;
  --ink: #12231f;
  --ink-2: #19332c;
  --paper: #fbf8f1;
  --muted: #5f6d68;
  --line: rgba(18, 35, 31, .1);
  --shadow: 0 24px 70px rgba(18, 35, 31, .12);
  --radius: 22px;
}

body { background: linear-gradient(180deg, #fffdf8, var(--paper)); }
body::before { content:""; position:fixed; inset:0; pointer-events:none; z-index:-1; background:radial-gradient(circle at 10% 10%,rgba(246,202,69,.12),transparent 28%),radial-gradient(circle at 90% 40%,rgba(33,151,104,.08),transparent 30%); }
.site-header { background:rgba(255,253,248,.86); box-shadow:0 8px 30px rgba(18,35,31,.05); transition:box-shadow .25s ease,background .25s ease; }
.site-header.is-scrolled { background:rgba(255,253,248,.96); box-shadow:0 14px 36px rgba(18,35,31,.1); }
.nav-wrap { min-height:86px; }
.brand-logo { width:82px; height:74px; flex-basis:82px; border-radius:0; background:transparent; box-shadow:none; filter:drop-shadow(0 9px 12px rgba(18,35,31,.16)); }
.brand-text { font-size:21px; color:var(--green-dark); }
.nav-links a { border-radius:999px; }
.nav-links a:last-child { color:#fff; background:linear-gradient(135deg,var(--green),var(--green-dark)); box-shadow:0 8px 22px rgba(11,96,70,.2); }
.hero { min-height:min(760px,calc(100vh - 86px)); padding:88px 0 72px; background:radial-gradient(circle at 12% 20%,rgba(242,138,46,.26),transparent 28%),radial-gradient(circle at 88% 25%,rgba(33,151,104,.22),transparent 30%),linear-gradient(135deg,#102b24,#183e34); }
.hero::after { height:85px; background:linear-gradient(180deg,transparent,var(--paper)); }
.hero-copa { background:radial-gradient(circle at 75% 18%,rgba(246,202,69,.28),transparent 24%),linear-gradient(125deg,#073e31 0 58%,#0f7957 100%); }
.hero-copa::before { border-color:rgba(246,202,69,.18); border-radius:28px; }
h1 { font-size:clamp(30px,4vw,52px); line-height:1.05; letter-spacing:-.01em; text-wrap:balance; }
h2 { letter-spacing:-.035em; text-wrap:balance; }
.hero-copy { font-size:clamp(18px,2vw,22px); line-height:1.55; }
.hero-panel,.portrait { border-radius:30px; transform:rotate(1deg); box-shadow:0 30px 90px rgba(0,0,0,.28); }
.hero-panel img { min-height:370px; }
.hero-copa-panel img { object-position:center 24%; }
.portrait-copa img { object-position:center 34%; }
.hero-panel-copa img { object-position:center 42%; }
.hero-panel-body { padding:24px 26px; }
.btn { min-height:52px; padding:14px 24px; border-radius:999px; box-shadow:0 14px 34px rgba(18,35,31,.14); }
.btn:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible { outline:3px solid var(--yellow); outline-offset:3px; }

@keyframes pulseDot { 0%,100% { box-shadow:0 0 0 0 rgba(255,210,63,.55); } 70% { box-shadow:0 0 0 9px rgba(255,210,63,0); } }

.eyebrow-badge { display:inline-flex; align-items:center; gap:10px; margin:0 0 22px; padding:9px 18px 9px 14px; border-radius:999px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.28); color:#fff3ca; font-size:13px; font-weight:800; letter-spacing:.02em; }
.eyebrow-badge .dot { width:8px; height:8px; border-radius:50%; background:var(--yellow); animation:pulseDot 2.4s infinite; }
.hero-copa h1 em {
  font-style: normal;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 950;
  line-height: 0.8;
  vertical-align: -0.08em;
  background: linear-gradient(100deg, var(--yellow) 0%, #fff8dc 22%, #ffe98a 45%, #fff2c4 68%, var(--yellow) 100%);
  background-size: 300% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 26px rgba(255,210,63,.5), 0 0 52px rgba(255,210,63,.22);
}
.hero-copa { min-height:auto; padding:76px 0 56px; }
.hero-copa h1 { font-size:clamp(34px,9vw,60px); }

/* ===== Hero cinemático: luz, profundidade, entrada sequenciada ===== */
.hero-fx { position:absolute; inset:0; overflow:hidden; pointer-events:none; z-index:0; }
.hero-glow { position:absolute; border-radius:50%; filter:blur(70px); opacity:.34; }
.hero-glow-a { width:340px; height:340px; left:-70px; top:-60px; background:radial-gradient(circle, rgba(255,210,63,.6), transparent 70%); }
.hero-glow-b { width:440px; height:440px; right:-120px; bottom:-140px; background:radial-gradient(circle, rgba(53,184,107,.55), transparent 70%); }
.hero-glow-c { width:360px; height:360px; left:38%; top:-160px; background:radial-gradient(circle, rgba(255,255,255,.28), transparent 72%); opacity:.22; }
.hero-texture { position:absolute; inset:0; opacity:.05; mix-blend-mode:overlay; background-image:repeating-linear-gradient(45deg, rgba(255,255,255,.6) 0 1px, transparent 1px 4px); }
.hero-particle { position:absolute; border-radius:50%; filter:blur(1.5px); background:radial-gradient(circle, rgba(255,255,255,.95), transparent 72%); opacity:.55; }
.hero-particle-1 { width:5px; height:5px; left:16%; top:24%; }
.hero-particle-2 { width:4px; height:4px; left:60%; top:12%; }
.hero-particle-3 { width:6px; height:6px; left:42%; top:72%; }
.hero-sweep {
  position: absolute;
  top: -30%;
  left: -35%;
  width: 50%;
  height: 160%;
  background: linear-gradient(100deg, transparent 28%, rgba(255,255,255,.22) 44%, rgba(255,222,140,.4) 50%, rgba(255,255,255,.2) 56%, transparent 72%);
  transform: translateX(-120%) rotate(8deg);
  mix-blend-mode: screen;
}
.hero-photo-sweep {
  position: absolute;
  inset: -20% -40%;
  width: 42%;
  height: 140%;
  background: linear-gradient(100deg, transparent 28%, rgba(255,255,255,.22) 44%, rgba(255,222,140,.42) 50%, rgba(255,255,255,.2) 56%, transparent 72%);
  transform: translateX(-140%) rotate(8deg);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 2;
}
.hero-copa .hero-grid { position:relative; z-index:1; }

.hero-crossfade { position:relative; width:100%; aspect-ratio:4/3.3; overflow:hidden; border-radius:inherit; }
.hero-crossfade .hero-photo-img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 38%; display:block; }
.hero-photo-img-a { opacity:1; }
.hero-photo-img-b { opacity:1; clip-path: inset(0 100% 0 0); }

.hero-photo-wrap { position:relative; }
.hero-photo-deco { position:absolute; pointer-events:none; z-index:0; }
.hero-photo-deco-a {
  right: -16px;
  bottom: -20px;
  width: 82%;
  height: 90%;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255,210,63,.16), rgba(53,184,107,.14));
  border: 1px solid rgba(255,255,255,.14);
}
.hero-photo-deco-b {
  right: 4%;
  top: -9%;
  width: 110px;
  height: 110px;
  border: 2px solid rgba(255,210,63,.3);
  border-radius: 20px;
  transform: rotate(18deg);
}
.hero-photo-frame { position:relative; z-index:1; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copa { background-size:170% 170%; animation: heroBgPan 26s ease-in-out infinite alternate; }
  .hero-glow-a { animation: heroDrift 22s ease-in-out infinite alternate; }
  .hero-glow-b { animation: heroDrift 27s ease-in-out infinite alternate-reverse; }
  .hero-glow-c { animation: heroDrift 19s ease-in-out infinite alternate; }
  .hero-particle-1 { animation: heroParticle 9s ease-in-out infinite; }
  .hero-particle-2 { animation: heroParticle 12s ease-in-out infinite 1.5s; }
  .hero-particle-3 { animation: heroParticle 15s ease-in-out infinite 3s; }
  .hero-sweep { animation: heroSweep 8s ease-in-out infinite; }
  .hero-photo-sweep { animation: heroSweep 12s ease-in-out infinite .5s; }
  .hero-photo-deco-b { animation: heroDecoRotate 16s linear infinite; }
  .hero-photo-img-b { animation: heroWipe 12s ease-in-out infinite; }

  .hero-copa .eyebrow-badge,
  .hero-copa h1,
  .hero-copa .hero-copy,
  .hero-copa .actions {
    animation: heroFadeUp .8s cubic-bezier(.2,.8,.2,1) both;
  }
  .hero-copa .hero-copa-panel {
    animation-name: heroFadeIn, heroHaloGlow, heroFloatTilt;
    animation-duration: .8s, 6s, 7s;
    animation-timing-function: cubic-bezier(.2,.8,.2,1), ease-in-out, ease-in-out;
    animation-iteration-count: 1, infinite, infinite;
    animation-fill-mode: both, none, none;
    animation-delay: .05s, .8s, 1.2s;
  }
  .hero-copa .eyebrow-badge { animation-delay: .2s; }
  .hero-copa h1 { animation-delay: .35s; }
  .hero-copa .hero-copy { animation-delay: .5s; }
  .hero-copa .actions { animation-delay: .65s; }
  .hero-copa h1 em { animation-name: heroTextShine, heroEmPop; animation-duration: 6s, .7s; animation-iteration-count: infinite, 1; animation-timing-function: ease-in-out, ease-out; animation-delay: 0s, .55s; animation-fill-mode: none, both; animation-direction: alternate, normal; }
  .hero-copa .btn-primary { animation: ctaGlowPulse 4.5s ease-in-out infinite; }
}

@media (max-width:560px) {
  .hero-copa .hero-copa-panel {
    animation-name: heroFadeIn, heroHaloGlow;
    animation-duration: .8s, 6s;
    animation-timing-function: cubic-bezier(.2,.8,.2,1), ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: both, none;
    animation-delay: .05s, .8s;
  }
}

@keyframes heroBgPan { 0% { background-position:0% 50%; } 100% { background-position:100% 50%; } }
@keyframes heroDrift { 0% { transform:translate(0,0); } 100% { transform:translate(28px,22px); } }
@keyframes heroParticle { 0%, 100% { transform:translateY(0); opacity:.3; } 50% { transform:translateY(-14px); opacity:.75; } }
@keyframes heroSweep { from { transform:translateX(-120%) rotate(8deg); } to { transform:translateX(220%) rotate(8deg); } }
@keyframes heroWipe {
  0%, 6%    { clip-path: inset(0 100% 0 0); }
  40%, 55%  { clip-path: inset(0 0% 0 0); }
  92%, 100% { clip-path: inset(0 0% 0 100%); }
}
@keyframes heroDecoRotate { from { transform:rotate(18deg); } to { transform:rotate(378deg); } }
@keyframes heroTextShine { 0% { background-position:0% 50%; } 100% { background-position:100% 50%; } }
@keyframes heroEmPop { 0% { filter:brightness(1); transform:scale(.94); } 60% { filter:brightness(1.4); transform:scale(1.03); } 100% { filter:brightness(1); transform:scale(1); } }
@keyframes heroHaloGlow {
  0%, 100% { box-shadow: 0 26px 80px rgba(0,64,44,.32), 0 0 22px 1px rgba(255,210,63,.16); }
  50% { box-shadow: 0 26px 80px rgba(0,64,44,.32), 0 0 38px 5px rgba(255,210,63,.34); }
}
@keyframes heroFadeUp { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
@keyframes heroFadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes heroFloatTilt { 0%, 100% { transform:translateY(0) rotate(1deg); } 50% { transform:translateY(-8px) rotate(1deg); } }
@keyframes ctaGlowPulse {
  0%, 100% { box-shadow: 0 14px 34px rgba(18,35,31,.14), 0 0 0 0 rgba(255,210,63,0); }
  50% { box-shadow: 0 14px 34px rgba(18,35,31,.14), 0 0 26px 6px rgba(255,210,63,.4); }
}

.hero-copa .btn { transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
.hero-copa .btn:hover { transform: translateY(-3px) scale(1.035); }
.hero-copa .btn-primary { padding:16px 30px; }
.hero-copa .btn-primary:hover { box-shadow: 0 20px 46px rgba(240,127,34,.48); }
.hero-copa .btn-secondary:hover { box-shadow: 0 16px 38px rgba(0,0,0,.3); }

.compare-slider { position:relative; width:100%; aspect-ratio:4/3.3; overflow:hidden; border-radius:inherit; cursor:ew-resize; touch-action:pan-y; -webkit-user-select:none; user-select:none; }
.compare-img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 38%; pointer-events:none; display:block; }
.compare-reveal { position:absolute; inset:0; width:100%; height:100%; overflow:hidden; will-change:clip-path; }
.compare-handle { position:absolute; top:0; bottom:0; left:50%; width:2px; background:var(--yellow); box-shadow:0 0 14px rgba(0,0,0,.3); pointer-events:none; will-change:left; }
.compare-handle-btn { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:46px; height:46px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:var(--green-dark); border:3px solid var(--yellow); color:var(--yellow); font-size:18px; font-weight:700; box-shadow:0 8px 22px rgba(0,0,0,.4), 0 0 0 6px rgba(255,210,63,.15); }
.compare-label { position:absolute; bottom:14px; padding:6px 13px; background:rgba(6,20,15,.6); color:#f3efe6; font-size:11px; text-transform:uppercase; letter-spacing:.08em; border-radius:999px; pointer-events:none; backdrop-filter:blur(3px); font-weight:800; }
.compare-label-a { left:14px; }
.compare-label-b { right:14px; }

@media (max-width:560px) {
  .compare-handle-btn { width:34px; height:34px; font-size:14px; }
  .compare-label { font-size:9.5px; padding:5px 10px; }
}
.hero-panel-landscape img { aspect-ratio:4 / 3.3; object-position:center 38%; }
.stats-float-section { position:relative; z-index:2; margin-top:-56px; padding-top:0; padding-bottom:60px; }
.stats-grid-5 { grid-template-columns:repeat(5,1fr); }
.stat-card-hero { background:linear-gradient(135deg,var(--green),var(--green-dark)); border-color:transparent; }
.stat-card-hero .stat-number { color:#fff; }
.stat-card-hero .stat-label { color:rgba(255,255,255,.88); }

#doar { scroll-margin-top:100px; }

.project-card-photo { position:relative; border-radius:24px; overflow:hidden; aspect-ratio:4/5; box-shadow:0 20px 50px rgba(16,21,34,.16); }
.project-card-photo img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s cubic-bezier(.2,.8,.2,1); }
.project-card-photo:hover img { transform:scale(1.08); }
.project-card-overlay { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end; padding:24px; background:linear-gradient(0deg,rgba(6,20,15,.94) 0%,rgba(6,20,15,.6) 48%,rgba(6,20,15,0) 78%); }
.project-card-overlay .tag { align-self:flex-start; padding:5px 12px; border-radius:999px; background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.32); color:#fff; font-size:12px; font-weight:800; margin-bottom:10px; }
.project-card-overlay h3 { color:#fff; margin-bottom:6px; font-size:22px; }
.project-card-overlay p { color:rgba(255,255,255,.85); font-size:14.5px; margin-bottom:14px; }
.card-link { display:inline-flex; align-items:center; gap:6px; color:var(--yellow); font-weight:800; font-size:14px; text-decoration:none; }
.card-link span { transition:transform .25s ease; }
.project-card-photo:hover .card-link span { transform:translateX(4px); }

.testimonial-card { position:relative; padding-top:46px; }
.quote-mark { position:absolute; top:2px; left:22px; font-size:64px; line-height:1; font-family:Georgia,serif; color:rgba(240,127,34,.22); font-weight:900; }
.testimonial-author { display:flex; align-items:center; gap:12px; margin-top:18px; }
.testimonial-author .avatar { width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,var(--yellow),var(--orange)); color:#2b1600; font-weight:900; font-size:14px; flex:0 0 42px; }
.testimonial-author div { display:flex; flex-direction:column; }
.testimonial-author span { color:var(--muted); font-size:13px; }

.impact-calc { display:flex; flex-wrap:wrap; gap:10px; margin:22px 0 16px; }
.impact-pill { padding:12px 20px; border-radius:999px; border:1px solid rgba(255,255,255,.32); background:rgba(255,255,255,.08); color:#fff; font-weight:800; font-size:14px; cursor:pointer; transition:background .2s ease,border-color .2s ease,transform .2s ease; }
.impact-pill:hover { transform:translateY(-2px); }
.impact-pill.is-active { background:linear-gradient(135deg,var(--yellow),var(--orange)); border-color:transparent; color:#261600; }
.impact-result { min-height:26px; padding:14px 18px; border-radius:14px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.2); color:#fff; font-weight:650; margin-bottom:24px; transition:opacity .2s ease; }

.info-strip-section { padding:34px 0 10px; }
.info-strip { display:flex; flex-wrap:wrap; justify-content:space-between; gap:22px; padding:22px 0; border-top:1px solid var(--line); }
.info-strip-item { flex:1 1 220px; border-left:3px solid var(--orange); padding-left:14px; }
.info-strip-item strong { display:block; font-size:16px; color:var(--ink); margin-bottom:2px; }
.info-strip-item span { color:var(--muted); font-size:13px; }

.trust-box { max-width:760px; margin:0 auto; text-align:center; padding:48px 40px; border-radius:28px; background:var(--white); border:1px solid var(--line); box-shadow:var(--shadow); }
.trust-box h2 { margin-bottom:14px; }
.trust-box p { color:#3f4758; font-size:16px; margin-bottom:10px; }
.trust-note { font-size:13.5px; color:var(--muted); font-style:italic; }

.gallery-category { margin:44px 0 18px; font-size:20px; color:var(--ink); }
.gallery-category:first-of-type { margin-top:8px; }
.gallery-empty { margin:0 0 18px; padding:20px 22px; border-radius:16px; border:1px dashed var(--line); color:var(--muted); font-style:italic; font-size:14.5px; }

@media (max-width:560px) {
  .trust-box { padding:34px 24px; }
}

@media (max-width:768px) {
  .stats-grid-5 { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:560px) {
  .stats-grid-5 { grid-template-columns:1fr; }
  .project-card-photo { aspect-ratio:4/4.6; }
}

@media (max-width:768px) {
  .stats-float-section { margin-top:-40px; }
}

@media (max-width:560px) {
  .eyebrow-badge { font-size:12px; }
  .stats-float-section { margin-top:-28px; }
}
.section { position:relative; padding:104px 0; }
.section-dark { background:radial-gradient(circle at 85% 15%,rgba(246,202,69,.13),transparent 24%),linear-gradient(145deg,#102b24,#193a31); }
.stat-card,.info-card,.project-card,.testimonial-card,.donation-card,.contact-card,.gallery-card,.value-item,.contact-item { border-radius:24px; }
.stat-card,.info-card,.project-card,.testimonial-card,.contact-card,.value-item,.contact-item { transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.stat-card:hover,.info-card:hover,.project-card:hover,.testimonial-card:hover,.contact-card:hover,.value-item:hover,.contact-item:hover { transform:translateY(-6px); box-shadow:0 28px 70px rgba(18,35,31,.16); border-color:rgba(33,151,104,.28); }
.icon { border-radius:16px; box-shadow:0 10px 24px rgba(33,151,104,.2); }
.gallery-card { border-radius:28px; }
.gallery-card img { transition:transform .6s cubic-bezier(.2,.8,.2,1); }
.gallery-card:hover img { transform:scale(1.045); }
.footer { padding:54px 0; background:#0c241e; border-top:4px solid var(--yellow); }
.footer a { color:#fff; text-decoration:underline; text-decoration-color:rgba(246,202,69,.55); text-underline-offset:4px; }
.footer-brand img { width:92px; height:78px; flex-basis:92px; border-radius:0; background:transparent; filter:drop-shadow(0 9px 10px rgba(0,0,0,.25)); }
.reveal { transform:translateY(24px) scale(.985); transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1); transition-delay:var(--delay,0ms); }
.page-banner { padding:26px 0; color:#fff; background:linear-gradient(110deg,var(--green-dark),var(--green)); }
.page-banner .container { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.trust-strip { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.trust-strip span { padding:8px 13px; border:1px solid rgba(255,255,255,.25); border-radius:999px; color:rgba(255,255,255,.9); background:rgba(255,255,255,.08); font-size:13px; font-weight:800; }
.photo-mosaic { display:grid; grid-template-columns:1.2fr .8fr; gap:16px; }
.photo-mosaic img { width:100%; height:100%; min-height:240px; object-fit:cover; border-radius:24px; box-shadow:var(--shadow); }
.photo-mosaic img:first-child { grid-row:span 2; }

/* Chips de credencial/filosofia sobre fundo claro */
.chip-strip { display:flex; flex-wrap:wrap; gap:10px; margin:18px 0 0; }
.chip-strip span { padding:8px 14px; border:1px solid var(--line); border-radius:999px; color:var(--green-dark); background:rgba(53,184,107,.08); font-size:13px; font-weight:800; }
.section-dark .chip-strip span { color:#fff; border-color:rgba(255,255,255,.24); background:rgba(255,255,255,.08); }

/* Rotina do dia — fluxo vertical com conector */
.day-flow { display:grid; gap:0; counter-reset:dayflow; }
.day-flow-step { position:relative; display:flex; align-items:flex-start; gap:16px; padding:16px 0; }
.day-flow-step::before { counter-increment:dayflow; content:counter(dayflow); flex:0 0 40px; width:40px; height:40px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(135deg,var(--orange),var(--green)); color:#fff; font-weight:900; font-size:15px; }
.day-flow-step:not(:last-child)::after { content:""; position:absolute; left:19px; top:56px; width:2px; height:calc(100% - 40px); background:var(--line); }
.day-flow-step-body strong { display:block; font-size:16px; margin-bottom:2px; }
.day-flow-step-body span { color:var(--muted); font-size:13.5px; }
.section-dark .day-flow-step-body span { color:rgba(255,255,255,.68); }
.section-dark .day-flow-step:not(:last-child)::after { background:rgba(255,255,255,.16); }

/* Redes sociais no rodapé */
.social-links { display:flex; gap:10px; margin-top:14px; }
.social-links a { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; border:1px solid rgba(255,255,255,.24); background:rgba(255,255,255,.06); transition:background .2s ease,border-color .2s ease; }
.social-links a:hover { background:rgba(255,210,63,.18); border-color:rgba(255,210,63,.5); }
.social-links svg { width:17px; height:17px; fill:#fff; }

/* Mapa incorporado */
.map-embed { border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); border:1px solid var(--line); }
.map-embed iframe { width:100%; height:100%; min-height:280px; border:0; display:block; }

/* Aviso de pendência (Como Ajudar) */
.pending-note { margin-top:10px; padding:10px 14px; border-radius:14px; background:rgba(240,127,34,.08); border:1px dashed rgba(240,127,34,.4); color:var(--orange-dark); font-size:13px; font-weight:750; }

@media (max-width:880px) {
  .nav-links { inset:86px 16px auto; border-radius:24px; }
  .hero { min-height:auto; padding-top:68px; }
  .photo-mosaic { grid-template-columns:1fr 1fr; }
  .photo-mosaic img:first-child { grid-column:span 2; grid-row:auto; }
}

@media (max-width:560px) {
  .nav-wrap { min-height:76px; }
  .brand-logo { width:68px; height:62px; flex-basis:68px; }
  .nav-links { inset:76px 12px auto; }
  .hero { padding:54px 0 44px; }
  h1 { font-size:clamp(40px,13vw,54px); }
  .section { padding:72px 0; }
  .hero-panel,.portrait { transform:none; }
  .photo-mosaic { grid-template-columns:1fr; }
  .photo-mosaic img:first-child { grid-column:auto; }
  .hero-copa-panel .compare-info { min-height:200px; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .reveal { opacity:1; transform:none; }
}
