.hero {
    background: radial-gradient(circle at 60% 40%, #a78bfa 0%, #f472b6 40%, #38bdf8 100%);
    color: #18181b;
    text-align: center;
    padding: 3.5rem 1rem 3.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    margin: 0 auto 3rem auto;
    max-width: 900px;
    max-height: 600px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08);
  }
  
  .hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0,0,0,0.10);
  }
  
  .hero p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    color: #f3f4f6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero .btn {
    background: #18181b;
    color: #fff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: box-shadow 0.2s, transform 0.2s;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  }
  
  .hero .btn:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    transform: translateY(-2px) scale(1.03);
  }
  
  .hero-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }
  
  .hero-image {
    width: 70%;
    max-width: 900px;
    border-radius: 18px;



  }
  
  /* Features Section */
  .features {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 4rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .trusted-block {
  
    padding: 3rem 1rem 2.5rem 1rem;
    text-align: center;
    margin: 0 auto 2rem auto;
  }
  
  .trusted-title {
    color: #b0b0b0;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-bottom: 2.5rem;
  }
  
  .trusted-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem 4rem;
    
    max-width: 900px;
    margin: 0 auto;
  }
  .trusted-logo-img {
    height: 36px;
    max-width: 50px;
    margin-right: 1rem;
    vertical-align: middle;
    display: inline-block;
  }
  
  .trusted-logo {
    font-size: 0.85rem;
    color: #222;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    opacity: 0.85;
    min-width: 140px;
    justify-content: center;
  }
  
  /* Support Section */
  .support {
    padding: 3rem 1rem 2.5rem 1rem;
    text-align: center;
    margin: 0 auto 2rem auto;
    max-width: 900px;
  }
  
  .support > span {
    color: #b0b0b0;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-bottom: 2.5rem;
    display: block;
  }
  
  .support-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem 4rem;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .funding-org,
  .sponsor-org {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .funding-org img,
  .sponsor-org img {
    max-width: 160px;
    height: auto;
    margin-bottom: 0.5rem;
  }
  
  .funding-org p,
  .sponsor-org p {
    font-size: 0.9rem;
    color: #52525b;
    margin: 0.5rem 0 0 0;
    line-height: 1.5;
    max-width: 300px;
  }
  
  .feature {
    background: #fff;
    padding: 1rem 1rem;
    border-radius: 24px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.06);
    min-width: 20px;
    max-width: 195px;
    max-height: 270px;
    flex: 1 1 320px;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  
  .feature:hover {
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
    transform: translateY(-5px) scale(1.03);
  }
  
  .feature h3 {
    color: #18181b;
    margin-bottom: 0.5rem;
    font-size: 0.90rem;
    font-weight: 700;
    text-align: left;
    align-self: flex-start;
    width: 100%;
  }
  
  .feature p {
    color: #52525b;
    text-align: left;
    font-size: 0.75rem;
  }
  
  .feature-block {
    margin: 0 auto 4rem auto;
    max-width: 900px;
    text-align: center;
  }
  
  .feature-block h2 {
    font-size: 1.rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    margin-top: 0;
    color: #18181b;
  }
  
  .feature-block-subtitle {
    color: #52525b;
    font-size: 0.75rem;
    margin-bottom: 2.5rem;
  }
  
  .feature-block-image-container-1 {
    background: linear-gradient(135deg, #f00060, #f27121, #fcdc4d);
    border-radius: 24px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08);
    padding: 2rem;
    display: flex;
    justify-content: center;   /* Center horizontally */
    align-items: center;       /* Center vertically */
    max-height: 400px;        /* Increased from 400px for more space */
    max-width: 650px;         /* Increased from 500px to match other containers */
    margin: 0 auto;           /* Center the container itself */
  }
  
  
  .feature-block-image-container-2 {
    background: linear-gradient(135deg, 
    #00e5ff,  /* Cyan */
    #00ff94,  /* Green */
    #ffe600,  /* Yellow */
    #ff9900,  /* Orange */
    #ff0066,  /* Magenta */
    #9b00ff   /* Purple */
  );
    border-radius: 24px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08);
    padding: 2rem;
    display: flex;
    justify-content: center;   /* Center horizontally */
    align-items: center;       /* Center vertically */
    max-height: 400px;        /* Increased from 400px for more space */
    max-width: 650px;         /* Increased from 500px to match other containers */
    margin: 0 auto;           /* Center the container itself */
  }
  
  
  .feature-block-image-container-3 {
    background: linear-gradient(135deg, #00c6ff, #7f51ff, #ff59c7);
    border-radius: 24px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08);
    padding: 2rem;
    display: flex;
    justify-content: center;   /* Center horizontally */
    align-items: center;       /* Center vertically */
    max-height: 400px;        /* Increased from 400px for more space */
    max-width: 650px;         /* Increased from 500px to match other containers */
    margin: 0 auto;           /* Center the container itself */
  }
  
  
  .feature-block-image-container-4 {
    background: linear-gradient(135deg, #00c6ff, #00ff9d, #ffee32);
    border-radius: 24px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08);
    padding: 2rem;
    display: flex;
    justify-content: center;   /* Center horizontally */
    align-items: center;       /* Center vertically */
    max-height: 400px;        /* Increased from 400px for more space */
    max-width: 650px;         /* Increased from 500px to match other containers */
    margin: 0 auto;           /* Center the container itself */
  }
  
  
  .feature-block-image-container-5 {
    background: linear-gradient(135deg, #e0aaff, #c77dff, #ff5ecb, #ff4d97);
  
    border-radius: 24px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08);
    padding: 2rem;
    display: flex;
    justify-content: center;   /* Center horizontally */
    align-items: center;       /* Center vertically */
    max-height: 400px;        /* Increased from 400px for more space */
    max-width: 650px;         /* Increased from 500px to match other containers */
    margin: 0 auto;           /* Center the container itself */
  }
  
  
  
  .feature-block-image {
    width: 100%;
    max-width: 600px;
    max-height: 300px;
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.12);
    border: 1px solid #ececec;
    background: #fff;
    display: block;
    margin: 0 auto;            /* Center the image if it's smaller than container */
  }
  
  .feature-illustration1, .feature-illustration2, .feature-illustration3 {
    width: 100%;
    height: 200px;
    margin-top: 2rem;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .feature-illustration1::before, .feature-illustration2::before, .feature-illustration3::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,0.2));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  
  .feature-illustration1 img, .feature-illustration2 img, .feature-illustration3 img {
    width: 50%;
    height: 50%;
    object-fit: contain;
  }
  

  

  
  .feature-illustration1feature-illustration2 .feature-illustration3 {
    width: 100%;
    height: 200px;
    margin-top: 2rem;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .feature-illustration1 .feature-illustration2 .feature-illustration3::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,0.2));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  

  

  
  .feature-illustration1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} 

  
.feature-illustration2 img {
  width: 55%;
  height: 55%;
  object-fit: contain;
} 

  
.feature-illustration3 img {
  width: 50%;
  height: 50%;
  object-fit: contain;
} 