Building Inclusion Together

Fostering a Culture of Belonging at Microsoft

Our Diversity & Inclusion Council works across the organization to create an environment where every employee can bring their authentic self to work and thrive together.

12+
Employee Resource Groups
50K+
Active Members
200+
Events Yearly
100+
Countries Represented
Our Mission

Creating an Inclusive Future

At Microsoft, we believe diversity drives innovation. Our mission is to cultivate a workplace where employees from all backgrounds feel valued, respected, and empowered to contribute their unique perspectives.

Through strategic initiatives, community building, and leadership development, we work to ensure Microsoft reflects the diverse world we serve.

Inclusive Leadership

Training programs that develop inclusive leadership skills across all levels

Community Engagement

Building strong employee networks that foster connection and support

Systemic Change

Driving policies and practices that promote equity at scale

What We Offer

Programs & Initiatives

Explore our diverse range of programs designed to support employee growth, development, and community building.

Mentorship Programs

Connect with mentors who can guide your career journey and help you navigate opportunities.

Learn more

Leadership Development

Build the skills and confidence to lead with inclusive practices at any level.

Learn more

Speaker Series

Engage with thought leaders and industry experts sharing insights on diversity and innovation.

Learn more

Cultural Celebrations

Join celebrations honoring diverse cultures, traditions, and heritage months throughout the year.

Learn more

Global Networks

Connect with colleagues across locations and regions through our international chapters.

Learn more

Spaces">Career Advancement

Access resources and networking opportunities to accelerate your professional growth.

Learn more
Meet Our Team

Council Leadership

Passionate leaders driving our diversity and inclusion initiatives forward.

Priya Sharma

Executive Chair

Corporate VP, Engineering

Michael Chen

Program Director

Director, Cloud Operations

Sarah Johnson

Community Lead

Senior Manager, HR

David Kim

Events Coordinator

Product Program Manager

Upcoming Events

Join Our Next Event

Connect, learn, and grow with our upcoming programs and gatherings.

des="w-full h-40 bg-gradient-to-br from-indigo-400 to-indigo-600">
Leadership March 15, 2025

Leading with Inclusion Workshop

Interactive workshop on developing inclusive leadership skills for managers and individual contributors.

2 PM - 4 PM Virtual
Networking March 22, 2025

Cross-Cultural Networking Mixer

Connect with colleagues from different ERGs and backgrounds in a relaxed virtual setting.

5 PM - 6 PM Virtual
Speaker Series April 5, 2025

Innovation Through Diversity

Hear from industry leaders on how diverse teams drive groundbreaking innovation.

12 PM - 1 PM Redmond Campus
Testimonials

What Our Members Say

Hear from employees who have experienced the impact of our programs firsthand.

"The mentorship program connected me with an amazing mentor who helped me navigate my career growth. I've since been promoted twice!"

Amanda Rodriguez

Senior Software Engineer

"Being part of this community has given me a sense of belonging I never expected. The networking events are incredible!"

James Tanaka

Product Manager

"The leadership development program transformed how I approach my team. I'm now more confident in fostering inclusion every day."

Emily Williams

Engineering Manager

Ready to Make an Impact?

Join thousands of Microsoft employees who are building a more inclusive workplace. Whether you want to participate, lead, or simply connect, there's a place for you.

HTML Source Code

<!-- Hero Section -->
<header class="relative overflow-hidden bg-gradient-to-br from-slate-900 via-slate-800 to-indigo-950">
  <div class="absolute inset-0 opacity-20">
    <div class="absolute top-20 left-20 w-72 h-72 bg-indigo-500 rounded-full filter blur-3xl"></div>
    <div class="absolute bottom-20 right-20 w-96 h-96 bg-teal-500 rounded-full filter blur-3xl"></div>
  </div>
  
  <nav class="relative z-10 flex items-center justify-between px-6 lg:px-12 py-6">
    <div class="flex items-center gap-3">
      <div class="w-10 h-10 bg-gradient-to-br from-indigo-500 to-teal-400 rounded-lg flex items-center justify-center">
        <i data-lucide="users" class="w-6 h-6 text-white"></i>
      </div>
      <span class="text-white text-xl font-bold">Microsoft D&I Council</span>
    </div>
    <div class="hidden md:flex items-center gap-8">
      <a href="#mission" class="text-slate-300 hover:text-white transition">Our Mission</a>
      <a href="#programs" class="text-slate-300 hover:text-white transition">Programs</a>
      <a href="#leadership" class="text-slate-300 hover:text-white transition">Leadership</a>
      <a href="#events" class="text-slate-300 hover:text-white transition">Events</a>
      <a href="#join" class="bg-indigo-500 hover:bg-indigo-600 text-white px-5 py-2 rounded-lg transition">Join Us</a>
    </div>
    <button class="md:hidden text-white">
      <i data-lucide="menu" class="w-6 h-6"></i>
    </button>
  </nav>

  <div class="relative z-10 max-w-7xl mx-auto px-6 lg:px-12 py-20 lg:py-32">
    <div class="max-w-3xl">
      <span class="inline-flex items-center gap-2 bg-indigo-500/20 text-indigo-300 px-4 py-2 rounded-full text-sm font-medium mb-6">
        <i data-lucide="sparkles" class="w-4 h-4"></i>
        Building Inclusion Together
      </span>
      <h1 class="text-4xl lg:text-6xl font-bold text-white mb-6 leading-tight">
        Fostering a Culture of <span class="text-transparent bg-clip-text bg-gradient-to-r from-indigo-400 to-teal-400">Belonging</span> at Microsoft
      </h1>
      <p class="text-slate-300 text-lg lg:text-xl mb-8 leading-relaxed">
        Our Diversity & Inclusion Council works across the organization to create an environment where every employee can bring their authentic self to work and thrive together.
      </p>
      <div class="flex flex-wrap gap-4">
        <a href="#join" class="inline-flex items-center gap-2 bg-indigo-500 hover:bg-indigo-600 text-white px-6 py-3 rounded-lg font-medium transition">
          Get Involved
          <i data-lucide="arrow-right" class="w-5 h-5"></i>
        </a>
        <a href="#programs" class="inline-flex items-center gap-2 bg-white/10 hover:bg-white/20 text-white px-6 py-3 rounded-lg font-medium transition border border-white/20">
          Learn More
        </a>
      </div>
    </div>
  </div>
</header>

<!-- Stats Banner -->
<section class="bg-slate-50 border-y border-slate-200">
  <div class="max-w-7xl mx-auto px-6 lg:px-12 py-12">
    <div class="grid grid-cols-2 lg:grid-cols-4 gap-8">
      <div class="text-center">
        <div class="text-4xl lg:text-5xl font-bold text-slate-800 mb-2">12+</div>
        <div class="text-slate-500">Employee Resource Groups</div>
      </div>
      <div class="text-center">
        <div class="text-4xl lg:text-5xl font-bold text-slate-800 mb-2">50K+</div>
        <div class="text-slate-500">Active Members</div>
      </div>
      <div class="text-center">
        <div class="text-4xl lg:text-5xl font-bold text-slate-800 mb-2">200+</div>
        <div class="text-slate-500">Events Yearly</div>
      </div>
      <div class="text-center">
        <div class="text-4xl lg:text-5xl font-bold text-slate-800 mb-2">100+</div>
        <div class="text-slate-500">Countries Represented</div>
      </div>
    </div>
  </div>
</section>

<!-- Mission Section -->
<section id="mission" class。class="py-20 lg:py-28">
  <div class="max-w-7xl mx-auto px-6 lg:px-12">
    <div class="grid lg:grid-cols-2 gap-12 items-center">
      <div>
        <span class="inline-flex items-center gap-2 text-indigo-600 font-medium mb-4">
          <i data-lucide="target" class="w-5 h-5"></i>
          Our Mission
        </span>
        <h2 class="text-3xl lg:text-4xl font-bold text-slate-800 mb-6">Creating an Inclusive Future</h2>
        <p class="text-slate-600 mb-6 leading-relaxed">
          At Microsoft, we believe diversity drives innovation. Our mission is to cultivate a workplace where employees from all backgrounds feel valued, respected, and empowered to contribute their unique perspectives.
        </p>
        <p class="text-slate-600 mb-8 leading-relaxed">
          Through strategic initiatives, community building, and leadership development, we work to ensure Microsoft reflects the diverse world we serve.
        </p>
        <div class="space-y-4">
          <div class="flex items-start gap-4">
            <div class="w-10 h-10 bg-indigo-100 rounded-lg flex items-center justify-center flex-shrink-0">
              <i data-lucide="check" class="w-5 h-5 text-indigo-600"></i>
            </div>
            <div>
              <h4 class="font-semibold text-slate-800">Inclusive Leadership</h4>
              <p class="text-slate-500 text-sm">Training programs that develop inclusive leadership skills across all levels</p>
            </div>
          </div>
          <div class="flex items-start gap-4">
            <div class="w-10 h-10 bg-teal-100 rounded-lg flex items-center justify-center flex-shrink-0">
              <i data-lucide="check" class="w-5 h-5 text-teal-600"></i>
            </div>
            <div>
              <h4 class="font-semibold text-slate-800">Community Engagement</h4>
              <p class="text-slate-500 text-sm">Building strong employee networks that foster connection and support</p>
            </div>
          </div>
          <div class="flex items-start gap-4">
            <div class="w-10 h-10 bg-indigo-100 rounded-lg flex items-center justify-center flex-shrink-0">
              <i data-lucide="check" class="w-5 h-5 text-indigo-600"></i>
            </div>
            <div>
              <h4 class="font-semibold text-slate-800">Systemic Change</h4>
              <p class="text-slate-500 text-sm">Driving policies and practices that promote equity at scale</p>
            </div>
          </div>
        </div>
      </div>
      <div class="relative">
        <div class="grid grid-cols-2 gap-4">
          <div class="space-y-4">
            <div class="w-full h-48 bg-gradient-to-br from-indigo-400 to-indigo-600 rounded-xl"></div>
            <div class="w-full h-32 bg-gradient-to-br from-slate-200 to-slate-300 rounded-xl"></div>
          </div>
          <div class="space-y-4 mt-8">
            <div class="w-full h-32 bg-gradient-to-br from-teal-400 to-teal-600 rounded-xl"></div>
            <div class="w-full h-48 bg-gradient-to-br from-slate-300 to-slate-400 rounded-xl"></div>
          </div>
        </div>
        <div class="absolute -bottom-4 -left-4 w-24 h-24 bg-indigo-500 rounded-xl flex items-center justify-center">
          <i data-lucide="heart" class="w-10 h-10 text-white"></i>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- Programs Section -->
<section id="programs" class="py-20 lg:py-28 bg-slate-50">
  <div class="max-w-7xl mx-auto px-6 lg:px-12">
    <div class="text-center max-w-3xl mx-auto mb-16">
      <span class="inline-flex items-center gap-2 text-indigo-600 font-medium mb-4">
        <i data-lucide="layers" class="w-5 h-5"></i>
        What We Offer
      </span>
      <h2 class="text-3xl lg:text-4xl font-bold text-slate-800 mb-4">Programs & Initiatives</h2>
      <p class="text-slate-600">Explore our diverse range of programs designed to support employee growth, development, and community building.</p>
    </div>

    <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
      <!-- Program Card 1 -->
      <div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-lg transition border border-slate-100">
        <div class="w-12 h-12 bg-indigo-100 rounded-xl flex items-center justify-center mb-4">
          <i data-lucide="graduation-cap" class="w-6 h-6 text-indigo-600"></i>
        </div>
        <h3 class="font-semibold text-lg text-slate-800 mb-2">Mentorship Programs</h3>
        <p class="text-slate-500 text-sm mb-4">Connect with mentors who can guide your career journey and help you navigate opportunities.</p>
        <a href="#" class="inline-flex items-center gap-2 text-indigo-600 hover:text-indigo-700 font-medium text-sm">
          Learn more
          <i data-lucide="arrow-right" class="w-4 h-4"></i>
        </a>
      </div>

      <!-- Program Card 2 -->
      <div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-lg transition border border-slate-100">
        <div class="w-12 h-12 bg-teal-100 rounded-xl flex items-center justify-center mb-4">
          <i data-lucide="trophy" class="w-6 h-6 text-teal-600"></i>
        </div>
        <h3 class="font-semibold text-lg text-slate-800 mb-2">Leadership Development</h3>
        <p class="text-slate-500 text-sm mb-4">Build the skills and confidence to lead with inclusive practices at any level.</p>
        <a href="#" class="inline-flex items-center gap-2 text-teal-600 hover:text-teal-700 font-medium text-sm">
          Learn more
          <i data-lucide="arrow-right" class="w-4 h-4"></i>
        </a>
      </div>

      <!-- Program Card 3 -->
      <div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-lg transition border border-slate-100">
        <div class="w-12 h-12 bg-purple-100 rounded-xl flex items-center justify-center mb-">
          <i data-lucide="message-circle" class="w-6 h-6 text-purple-600"></i>
        </div>
        <h3 class="font-semibold text-lg text-slate-800 mb-2">Speaker Series</h3>
        <p class="text-slate-500 text-sm mb-4">Engage with thought leaders and industry experts sharing insights on diversity and innovation.</p>
        <a href="#" class="inline-flex items-center gap-2 text-purple-600 hover:text-purple-700 font-medium text-sm">
          Learn more
          <i data-lucide="arrow-right" class="w-4 h-4"></i>
        </a>
      </div>

      <!-- Program Card 4 -->
      <div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-lg transition border border-slate-100">
        <div class="w-12 h-12 bg-amber-100 rounded-xl flex items-center justify-center mb-4">
          <i data-lucide="calendar" class="w-6 h-6 text-amber-600"></i>
        </div>
        <h3 class="font-semibold text-lg text-slate-800 mb-2">Cultural Celebrations</h3>
        <p class="text-slate-500 text-sm mb-4">Join celebrations honoring diverse cultures, traditions, and heritage months throughout the year.</p>
        <a href="#" class="inline-flex items-center gap-2 text-amber-600 hover:text-amber-700 font-medium text-sm">
          Learn more
          <i data-lucide="arrow-right" class="w-4 h-4"></i>
        </a>
      </div>

      <!-- Program Card 5 -->
      <div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-lg transition border border-slate-100">
        <div class="w-12 h-12 bg-rose-100 rounded-xl flex items-center justify-center mb-4">
          <i data-lucide="globe" class="w-6 h-6 text-rose-600"></i>
        </div>
        <h3 class="font-semibold text-lg text-slate-800 mb-2">Global Networks</h3>
        <p class="text-slate-500 text-sm mb-4">Connect with colleagues across locations and regions through our international chapters.</p>
        <a href="#" class="inline-flex items-center gap-2 text-rose-600 hover:text-rose-700 font-medium text-sm">
          Learn more
          <i data-lucide="arrow-right" class="w-4 h-4"></i>
        </a>
      </div>

      <!-- Program Card 6 -->
      <div class="bg-white rounded-xl p-6 shadow-sm hover:shadow-lg transition border border-slate-100">
        <div class="w-12 h-12 bg-emerald-100 rounded-xl flex items-center justify-center mb-4">
          <i data-lucide="briefcase" class="w-6 h-6 text-emerald-600"></i>
        </div>
        <h3 class="font-semibold text-lg text-slate-800 mb-2"> Spaces">Career Advancement</h3>
        <p class="text-slate-500 text-sm mb-4">Access resources and networking opportunities to accelerate your professional growth.</p>
        <a href="#" class="inline-flex items-center gap-2 text-emerald-600 hover:text-emerald-700 font-medium text-sm">
          Learn more
          <i data-lucide="arrow-right" class="w-4 h-4"></i>
        </a>
      </div>
    </div>
  </div>
</section>

<!-- Leadership Section -->
<section id="leadership" class="py-20 lg:py-28">
  <div class="max-w-7xl mx-auto px-6 lg:px-12">
    <div class="text-center max-w-3xl mx-auto mb-16">
      <span class="inline-flex items-center gap-2 text-indigo-600 font-medium mb-4">
        <i data-lucide="users" class="w-5 h-5"></i>
        Meet Our Team
      </span>
      <h2 class="text-3xl lg:text-4xl font-bold text-slate-800 mb-4">Council Leadership</h2>
      <p class="text-slate-600">Passionate leaders driving our diversity and inclusion initiatives forward.</p>
    </div>

    <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
      <!-- Leader 1 -->
      <div class="text-center">
        <div class="w-full aspect-square bg-gradient-to-br from-indigo-100 to-indigo-200 rounded-2xl mb-4 flex items-center justify-center">
          <i data-lucide="user" class="w-20 h-20 text-indigo-400"></i>
        </div>
        <h4 class="font-semibold text-slate-800 mb-1">Priya Sharma</h4>
        <p class="text-indigo-600 text-sm font-medium mb-1">Executive Chair</p>
        <p class="text-slate-500 text-sm">Corporate VP, Engineering</p>
      </div>

      <!--
      <!-- Leader 2 -->
      <div class="text-center">
        <div class="w-full aspect-square bg-gradient-to-br from-teal-100 to-teal-200 rounded-2xl mb-4 flex items-center justify-center">
          <i data-lucide="user" class="w-20 h-20 text-teal-400"></i>
        </div>
        <h4 class="font-semibold text-slate-800 mb-1">Michael Chen</h4>
        <p class="text-teal-600 text-sm font-medium mb-1">Program Director</p>
        <p class="text-slate-500 text-sm">Director, Cloud Operations</p>
      </div>

      <!-- Leader 3 -->
      <div class="text-center">
        <div class="w-full aspect-square bg-gradient-to-br from-purple-100 to-purple-200 rounded-2xl mb-4 flex items-center justify-center">
          <i data-lucide="user" class="w-20 h-20 text-purple-400"></i>
        </div>
        <h4 class="font-semibold text-slate-800 mb-1">Sarah Johnson</h4>
        <p class="text-purple-600 text-sm font-medium mb-1">Community Lead</p>
        <p class="text-slate-500 text, text-sm">Senior Manager, HR</p>
      </div>

      <!-- Leader 4 -->
      <div class="text-center">
        <div class="w-full aspect-square bg-gradient-to-br from-amber-100 to-amber-200 rounded-2xl mb-4 flex items-center justify-center">
          <i data-lucide="user" class="w-20 h-20 text-amber-400"></i>
        </div>
        <h4 class="font-semibold text-slate-800 mb-1">David Kim</h4>
        <p class="text-amber-600 text-sm font-medium mb-1">Events Coordinator</p>
        <p class="text-slate-500 text-sm">Product Program Manager</p>
      </div>
    </div>
  </div>
</section>

<!-- Events Section -->
<section id="events" class="py-20 lg:py-28 bg-slate-50">
  <div class="max-w-7xl mx-auto px-6 lg:px-12">
    <div class="text-center max-w-3xl mx-auto mb-16">
      <span class="inline-flex items-center gap-2 text-indigo-600 font-medium mb-4">
        <i data-lucide="calendar" class="w-5 h-5"></i>
        Upcoming Events
      </span>
      <h2 class="text-3xl lg:text-4xl font-bold text-slate-800 mb-4">Join Our Next Event</h2>
      <p class="text-slate-600">Connect, learn, and grow with our upcoming programs and gatherings.</p>
    </div>

    <div class="grid lg:grid-cols-3 gap-8">
      <!-- Event 1 -->
      <div class="bg-white rounded-xl overflow-hidden shadow-sm hover:shadow-lg transition border border-slate-100">
        des="w-full h-40 bg-gradient-to-br from-indigo-400 to-indigo-600"></div>
        <div class="p-6">
          <div class="flex items-center gap-2 mb-3">
            <span class="bg-indigo-100 text-indigo-700 text-xs font-medium px-3 py-1 rounded-full">Leadership</span>
            <span class="text-slate-400 text-sm">March 15, 2025</span>
          </div>
          <h3 class="font-semibold text-lg text-slate-800 mb-2">Leading with Inclusion Workshop</h3>
          <p class="text-slate-500 text-sm mb-4">Interactive workshop on developing inclusive leadership skills for managers and individual contributors.</p>
          <div class="flex items-center gap-4 text-sm text-slate-500">
            <span class="flex items-center gap-1">
              <i data-lucide="clock" class="w-4 h-4"></i>
              2 PM - 4 PM
            </span>
            <span class="flex items-center gap-1">
              <i data-lucide="map-pin" class="w-4 h-4"></i>
              Virtual
            </span>
          </div>
        </div>
      </div>

      <!-- Event 2 -->
      <div class="bg-white rounded-xl overflow-hidden shadow-sm hover:shadow-lg transition border border-slate-100">
        <div class="w-full h-40 bg-gradient-to-br from-teal-400 to-teal-600"></div>
        <div class="p-6">
          <div class="flex items-center gap-2 mb-3">
            <span class="bg-teal-100 text-teal-700 text-xs font-medium px-3 py-1 rounded-full">Networking</span>
            <span class="text-slate-400 text-sm">March 22, 2025</span>
          </div>
          <h3 class="font-semibold text-lg text-slate-800 mb-2">Cross-Cultural Networking Mixer</h3>
          <p class="text-slate-500 text-sm mb-4">Connect with colleagues from different ERGs and backgrounds in a relaxed virtual setting.</p>
          <div class="flex items-center gap-4 text-sm text-slate-500">
            <span class="flex items-center gap-1">
              <i data-lucide="clock" class="w-4 h-4"></i>
              5 PM - 6 PM
            </span>
            <span class="flex items-center gap-1">
              <i data-lucide="map-pin" class="w-4 h-4"></i>
              Virtual
            </span>
          </div>
        </div>
      </div>

      <!-- Event 3 -->
      <div class="bg-white rounded-xl overflow-hidden shadow-sm hover:shadow-lg transition border border-slate-100">
        <div class="w-full h-40 bg-gradient-to-br from-purple-400 to-purple-600"></div>
        <div class="p-6">
          <div class="flex items-center gap-2 mb-3">
            <span class="bg-purple-100 text-purple-700 text-xs font-medium px-3 py-1 rounded-full">Speaker Series</span>
            <span class="text-slate-400 text-sm">April 5, 2025</span>
          </div>
          <h3 class="font-semibold text-lg text-slate-800 mb-2">Innovation Through Diversity</h3>
          <p class="text-slate-500 text-sm mb-4">Hear from industry leaders on how diverse teams drive groundbreaking innovation.</p>
          <div class="flex items-center gap-4 text-sm text-slate-500">
            <span class="flex items-center gap-1">
              <i data-lucide="clock" class="w-4 h-4"></i>
              12 PM - 1 PM
            </span>
            <span class="flex items-center gap-1">
              <i data-lucide="map-pin" class="w-4 h-4"></i>
              Redmond Campus
            </span>
          </div>
        </div>
      </div>
    </div>

    <div class="text-center mt-12">
      <a href="#" class="inline-flex items-center gap-2 text-indigo-600 hover:text-indigo-700 font-medium">
        View all events
        <i data-lucide="arrow-right" class="w-5 h-5"></i>
      </a>
    </div>
  </div>
</section>

<!-- Testimonials Section -->
<section class="py-20 lg:py-28">
  <div class="max-w-7xl mx-auto px-6 lg:px-12">
    <div class="text-center max-w-3xl mx-auto mb-16">
      <span class="inline-flex items-center gap-2 text-indigo-600 font-medium mb-4">
        <i data-lucide="message-square" class="w-5 h-5"></i>
        Testimonials
      </span>
      <h2 class="text-3xl lg:text-4xl font-bold text-slate-800 mb-4">What Our Members Say</h2>
      <p class="text-slate-600">Hear from employees who have experienced the impact of our programs firsthand.</p>
    </div>

    <div class="grid md:grid-cols-3 gap-8">
      <!-- Testimonial 1 -->
      <div class="bg-slate-50 rounded-xl p-6">
        <div class="flex items-center gap-1 mb-4">
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
        </div>
        <p class="text-slate-600 mb-6 leading-relaxed">"The mentorship program connected me with an amazing mentor who helped me navigate my career growth. I've since been promoted twice!"</p>
        <div class="flex items-center gap-3">
          <div class="w-10 h-10 bg-indigo-200 rounded-full flex items-center justify-center">
            <i data-lucide="user" class="w-5 h-5 text-indigo-600"></i>
          </div>
          <div>
            <h4 class="font-semibold text-slate-800 text-sm">Amanda Rodriguez</h4>
            <p class="text-slate-500 text-sm">Senior Software Engineer</p>
          </div>
        </div>
      </div>

      <!-- Testimonial 2 -->
      <div class="bg-slate-50 rounded-xl p-6">
        <div class="flex items-center gap-1 mb-4">
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
        </div>
        <p class="text-slate-600 mb-6 leading-relaxed">"Being part of this community has given me a sense of belonging I never expected. The networking events are incredible!"</p>
        <div class="flex items-center gap-3">
          <div class="w-10 h-10 bg-teal-200 rounded-full flex items-center justify-center">
            <i data-lucide="user" class="w-5 h-5 text-teal-600"></i>
          </div>
          <div>
            <h4 class="font-semibold text-slate-800 text-sm">James Tanaka</h4>
            <p class="text-slate-500 text-sm">Product Manager</p>
          </div>
        </div>
      </div>

      <!-- Testimonial 3 -->
      <div class="bg-slate-50 rounded-xl p-6">
        <div class="flex items-center gap-1 mb-4">
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
          <i data-lucide="star" class="w-4 h-4 text-amber-400 fill-amber-400"></i>
        </div>
        <p class="text-slate-600 mb-6 leading-relaxed">"The leadership development program transformed how I approach my team. I'm now more confident in fostering inclusion every day."</p>
        <div class="flex items-center gap-3">
          <div class="w-10 h-10 bg-purple-200 rounded-full flex items-center justify-center">
            <i data-lucide="user" class="w-5 h-5 text-purple-600"></i>
          </div>
          <div>
            <h4 class="font-semibold text-slate-800 text-sm">Emily Williams</h4>
            <p class="text-slate-500 text-sm">Engineering Manager</p>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- CTA Section -->
<section id="join" class="py-20 lg:py-28 bg-gradient-to-br from-indigo-600 to-indigo-800">
  <div class="max-w-4xl mx-auto px-6 lg:px-12 text-center">
    <div class="w-16 h-16 bg-white/10 rounded-2xl flex items-center justify-center mx-auto mb-6">
      <i data-lucide="users" class="w-8 h-8 text-white"></i>
    </div>
    <h2 class="text-3xl lg:text-4xl font-bold text-white mb-6">Ready to Make an Impact?</h2>
    <p class="text-indigo-200 text-lg mb-8 max-w-2xl mx-auto">Join thousands of Microsoft employees who are building a more inclusive workplace. Whether you want to participate, lead, or simply connect, there's a place for you.</p>
    <div class="flex flex-wrap justify-center gap-4">
      <a href="#" class="inline-flex items-center gap-2 bg-white text-indigo-700 hover:bg-indigo-50 px-8 py-3 rounded-lg font-medium transition">
        Join the Council
        <i data-lucide="arrow-right" class="w-5 h-5"></i>
      </a>
      <a href="#" class="inline-flex items-center gap-2 bg-indigo-500 hover:bg-indigo-400 text-white px-8 py-3 rounded-lg font-medium transition">
        <i data-lucide="mail" class="w-5 h-5"></i>
        Contact Us
      </a>
    </div>
  </div>
</section>

<!-- Footer -->
<footer class="bg-slate-900 py-16">
  <div class="max-w-7xl mx-auto px-6 lg:px-12">
    <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-12 mb-12">
      <div>
        <div class="flex items-center gap-3 mb-4">
          <div class="w-10 h-10 bg-gradient-to-br from-indigo-500 to-teal-400 rounded-lg flex items-center justify-center">
            <i data-lucide="users" class="w-6 h-6 text-white"></i>
          </div>
          <span class="text-white text-xl font-bold">Microsoft D&I</span>
        </div>
        <p class="text-slate-400 text-sm">Building a culture of belonging where every employee can thrive and contribute their unique perspectives.</p>
      </div>

      <div>
        <h4 class="text-white font-semibold mb-4">Quick Links</h4>
        <ul class="space-y-3">
          <li><a href="#" class="text-slate-400 hover:text-white text-sm transition">About Us</a></li>
          <li><a href="#" class="text-slate-400 hover:text-white text-sm transition">Our Programs</a></li>
          <li><a href="#" class="text-slate-400 hover:text-white text-sm transition">Leadership Team</a></li>
          <li><a href="#" class="text-slate-400 hover:text-white text-sm transition">Get Involved</a></li>
        </ul>
      </div>

      <div>
        <h4 class="text-white font-semibold mb-4">Resources</h4>
        <ul class="space-y-3">
          <li><a href="#" class="text-slate-400 hover:text-white text-sm transition">Event Calendar</a></li>
          <li><a href="#" class="text-slate-400 hover:text-white text-sm transition">Newsletter</a></li>
          <li><a href="#" class="text-slate-400 hover:text-white text-sm transition">Career Resources</a></li>
          <li><a href="#" class="text-slate-400 hover:text-white text-sm transition">Mentorship</a></li>
        </ul>
      </div>

      <div>
        <h4 class="text-white font-semibold mb-4">Contact</h4>
        <ul class="space-y-3">
          <li class="flex items-center gap-2 text-slate-400 text-sm">
            <i data-lucide="mail" class="w-4 h-4"></i>
            diversity@microsoft.com
          </li>
          <li class="flex items-center gap-2 text-slate-400 text-sm">
            <i data-lucide="map-pin" class="w-4 h-4"></i>
            Redmond, WA
          </li>
        </ul>
        <div class="flex gap-4 mt-4">
          <a href="#" class="w-10 h-10 bg-slate-800 hover:bg-slate-700 rounded-lg flex items-center justify-center transition">
            <i data-lucide="linkedin" class="w-5 h-5 text-slate-400"></i>
          </a>
          <a href="#" class="w-10 h-10 bg-slate-800 hover:bg-slate-700 rounded-lg flex items-center justify-center transition">
            <i data-lucide="twitter" class="w-5 h-5 text-slate-400"></i>
          </a>
          <a href="#" class="w-10 h-10 bg-slate-800 hover:bg-slate-700 rounded-lg flex items-center justify-center transition">
            <i data-lucide="youtube" class="w-5 h-5 text-slate-400"></i>
          </a>
        </div>
      </div>
    </div>

    <div class="border-t border-slate-800 pt-8 flex flex-col md:flex-row justify-between items-center gap-4">
      <p class="text-slate-500 text-sm">© 2025 Microsoft Diversity & Inclusion Council. All rights reserved.</p>
      <div class="flex gap-6">
        <a href="#" class="text-slate-500 hover:text-slate-400 text-sm transition">Privacy Policy</a>
        <a href="#" class="text-slate-500 hover:text-slate-400 text-sm transition">Terms of Service</a>
        <a href="#" class="text-slate-500 hover:text-slate-400 text-sm transition">Accessibility</a>
      </div>
    </div>
  </div>
</footer>

<script>
  // Initialize Lucide icons
  lucide.createIcons();

  // Smooth scrolling for anchor links
  document.querySelectorAll('a[href^="#"]').forEach(anchor => {
    anchor.addEventListener('click', function (e) {
      e.preventDefault();
      const target = document.querySelector(this.getAttribute('href'));
      if (target) {
        target.scrollIntoView({
          behavior: 'smooth',
          block: 'start'
        });
      }
    });
  });
</script>