:root {
  --primary-purple: #a855f7;
  --secondary-purple: #d946ef;
  --text-dark: #4b5563;
  --text-light: #6b7280;
  --bg-light: #f9fafb;
}


    * { margin:0; padding:0; box-sizing:border-box; font-family:"Poppins", sans-serif; }

    .btn-login {
      background:#c4b5fd; /* lilás pastel */
      padding:8px 20px;
      border-radius:20px;
      font-weight:bold;
    }

    section { padding:60px 10%; text-align:center; }

    .hero { 
      background:#fde2e4; /* rosa pastel */
      padding:80px 10%; 
    }

    .grid {
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
      gap:30px;
      margin-top:30px;
    }

    .box {
      background:#f8fafc;
      padding:25px;
      border-radius:16px;
      box-shadow:0 4px 10px rgba(0,0,0,0.05);
    }

    .impacto {
      display:flex;
      justify-content:center;
      gap:40px;
      flex-wrap:wrap;
      margin-top:30px;
      font-weight:bold;
      color:#2563eb;
    }

    .cta { 
      background:#ede9fe; /* roxo pastel claro */
      padding:80px 10%; 
    }

    .cta button {
      margin-top:20px;
      padding:14px 32px;
      border:none;
      border-radius:30px;
      background:#c4b5fd; /* lilás pastel */
      font-weight:bold;
      cursor:pointer;
    }

    #mensagem { display:none; margin-top:20px; color:#047857; font-weight:bold; }

    footer {
      background:#f9fafb;
      padding:50px 10%;
    }

    .footer-grid {
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
      gap:30px;
    }

    .social {
      display:flex;
      gap:18px;
      justify-content:center;
      margin-top:10px;
    }

    .social a { font-size:1.6rem; }
    .social a:nth-child(1){color:#f472b6;} /* rosa */
    .social a:nth-child(2){color:#34d399;} /* verde água */
    .social a:nth-child(3){color:#a78bfa;} /* roxo claro */

    .copy { text-align:center; margin-top:30px; font-size:0.9rem; color:#6b7280; }

    /* LOGIN */
    #loginModal {
      display:none;
      position:fixed;
      inset:0;
      background:rgba(0,0,0,0.5);
      justify-content:center;
      align-items:center;
      z-index:1000;
    }

    .login-box {
      background:#fff;
      padding:30px;
      border-radius:16px;
      width:320px;
      text-align:center;
    }

    .login-box input {
      width:100%;
      padding:10px;
      margin:10px 0;
      border-radius:8px;
      border:1px solid #ccc;
    }

    .login-box button {
      width:100%;
      padding:12px;
      border:none;
      border-radius:20px;
      background:#c4b5fd; /* lilás pastel */
      font-weight:bold;
      cursor:pointer;
    }

    .fechar { margin-top:15px; cursor:pointer; color:#6d28d9; }

    @media (max-width:768px){
      .impacto { flex-direction:column; }
    }

    /* Hero */
.hero-content { display: flex; align-items: center; gap: 50px; }
.hero-image img { width: 100%; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.hero-text h1 { font-size: 42px; line-height: 1.2; margin-bottom: 20px; color: #2d2d44; }
body.dark .hero-text h1 { color: #fff; }

/* Sobre */
.sobre-content { display: flex; align-items: center; gap: 40px; }
.sobre-card { 
    background: #fff; padding: 40px; border-radius: 24px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); flex: 1; 
}
body.dark .sobre-card { background: #2d2d44; color: #fff; }
.sobre-image { flex: 1; }
.sobre-image img { width: 100%; border-radius: 24px; }

.icon-circle-small { 
    width: 40px; height: 40px; background: #f0f7ff; 
    border-radius: 50%; display: flex; align-items: center; 
    justify-content: center; color: #0ea5e9; margin-bottom: 15px; 
}

/* Cartões de Propósito */
.section-title { text-align: center; margin-bottom: 40px; font-size: 32px; }
.grid-tres-colunas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-prop { 
    background: #fff; padding: 30px; border-radius: 20px; 
    text-align: center; border: 1px solid #f0f0f5; 
}
body.dark .card-prop { background: #2d2d44; border-color: #3f3f5a; }

.icon-circle { 
    width: 50px; height: 50px; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; 
    margin: 0 auto 15px; font-size: 20px; 
}
.blue { background: #e0f2fe; color: #0ea5e9; }
.green { background: #f0fdf4; color: #22c55e; }
.pink { background: #fdf2f8; color: #ec4899; }

/* Impacto Social */
.grid-impacto { display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   text-align: center;
 }
.card-impacto { background: #fff;
   padding: 30px;
   border-radius: 15px;
   box-shadow: 0 5px 15px rgba(0,0,0,0.02);
 }
body.dark .card-impacto { background: #2d2d44;
 }
.number { display: block;
   font-size: 36px;
   font-weight: 700;
   color: #7b61ff;
 }

/* CTA final */
.cta-box { 
    background: #fff;
    padding: 60px;
    border-radius: 24px;

    text-align: center;
     border: 1px solid #eee;

}
body.dark .cta-box { background: #25253a;
   border-color: #333;
 }
.btn-cta-pink { 
    background: #d946ef;
    color: white;
    border: none;

    padding: 15px 40px;
    border-radius: 12px;
    font-weight: 600;

    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;

}

.hero-content { display: flex;
  align-items: center;
  gap: 40px;
 }
.hero-image img { width: 100%;
  max-width: 450px;
  border-radius: 20px;
}
.hero-text h1 { font-size: 38px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #374151;
}
body.dark .hero-text h1 { color: #f3f4f6; }
.hero-text p { font-size: 18px;
  color: var(--text-light);
}

/* QUEM SOMOS */
.sobre-content { display: flex;
  align-items: center;
  gap: 40px;
}
.sobre-card { background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  flex: 1;
}
.sobre-image { 
  flex: 1;
}
.sobre-image img { width: 100%;
  border-radius: 20px;
}
.icon-circle-small { width: 40px;
  height: 40px;
  background: #e0f2fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0ea5e9;
  margin-bottom: 15px;
}

/* GRIDS */
.section-title { text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}
.grid-tres-colunas { display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.card-prop { padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  border: 1px solid #f3f4f6;
}
.icon-circle { width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
}
.blue { background: #e0f2fe;
  color: #0ea5e9;
}
.green { background: #f0fdf4;
  color: #22c55e;
}
.pink { background: #fdf2f8;
  color: #ec4899;
}

/* IMPACTO */
.subtitle { text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: var(--text-light);
}
.grid-impacto { display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card-impacto { background: #f9fafb;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}
.icon-simple { font-size: 24px;
  color: #6366f1;
  margin-bottom: 10px;
  opacity: 0.6;
}
.number { display: block;
  font-size: 32px;
  font-weight: 700;
  color: #6366f1;
}
.label { font-size: 14px;
  color: var(--text-light);
}

/* CTA */
.cta-box { background: #fff;
  border: 1px solid #eee;
  padding: 60px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}
.cta-box h2 { font-size: 28px;
  margin-bottom: 30px;
}
.btn-cta { background: #d946ef;
  color: white;
  border: none;
  padding: 15px 35px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.btn-cta:hover { background: #c026d3;
}

/* --- MOBILE / HAMBURGER (SEU CÓDIGO) --- */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}
.hamburger .bar { width: 25px; height: 3px; background-color: #4a4a63; border-radius: 2px; }
body.dark .bar { background-color: #e5e5f0; }

@media (max-width: 850px) {
    .hamburger { display: flex; }
    .desktop-only { display: none; }
    .hero-content, .sobre-content, .grid-tres-colunas, .grid-impacto { 
        flex-direction: column; grid-template-columns: 1fr; 
    }
    .sobre-content { flex-direction: column-reverse; }

    .nav {
        position: absolute;
        top: 72px;
        right: -100%;
        width: 100%;
        height: calc(100vh - 72px);
        background: #ffffff;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        transition: 0.4s;
        box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    }
    body.dark .nav { background: #25253a; }
    .nav.active { right: 0; }
    .mobile-only-link { 
        display: block !important; 
        background-color: #b6e0f5;
        width: 80%;
        text-align: center;
        padding: 15px;
        border-radius: 8px;
        color: #004a66 !important;
    }
}