* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Inter', sans-serif;
    }
    html{
        scroll-behavior: smooth;
    }
    body {
      background: #0B0F1A;
      color: #FFFFFF;
      overflow-x: hidden;
    }
    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 60px;
      position: relative;
    }
    nav {
      display: flex;
      gap: 15px;
    }
    nav a {
      color: #FFFFFF;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s;
    }
    nav a:hover {
      color: #3F46FF;
    }
    .try-btn {
      background: #3F46FF;
      padding: 10px 20px;
      border-radius: 20px;
      color: #FFFFFF;
      font-weight: bold;
      border: none;
      cursor: pointer;
      transition: background 0.3s;
    }
    .try-btn:hover {
      background: #5D63FF;
    }
    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }
    .menu-toggle div {
      width: 25px;
      height: 3px;
      background-color: white;
      margin: 4px 0;
    }
    .smart-indicators {
    padding: 100px 20px;
    background: linear-gradient(180deg, #100B1F 0%, #0B0F1A 100%);
    text-align: center;
  }
  .smart-indicators .sub-heading {
    text-transform: uppercase;
    color: #AAAAAA;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .smart-indicators .main-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.4;
  }
  .smart-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .smart-card {
    background: url(https://i.pinimg.com/736x/ce/21/51/ce21515c440408f88bfd6899480384f5.jpg) center center / cover no-repeat;
    border-radius: 16px;
    padding: 30px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 20px rgba(63, 70, 255, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
  }
  .smart-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 60%); 
  border-radius: 20px;
  z-index: 0;
}

.smart-card > * {
  position: relative;
  z-index: 1;
}
  .smart-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(63, 70, 255, 0.25);
  }
  .smart-card img {
    width: 100px;
    /*height: 60px;*/
    margin-bottom: 20px;
  }
  .smart-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .smart-card p {
    font-size: 14px;
    color: #BBBBBB;
    line-height: 1.6;
  }
  .ai-innovation {
    background: radialradial-gradient(circle at top, #0c0f1b, #020208);
    padding: 100px 30px;
    color: white;
  }
  .ai-innovation-wrapper {
    max-width: 1200px;
    margin: auto;
    background: linear-gradient(145deg, #1c1b2a, #101018);
    border-radius: 20px;
    padding: 50px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
  }
  .ai-left {
    flex: 1;
    text-align: center;
  }
  .ai-left .ai-bot-img {
    max-width: 100%;
    border-radius: 20px;
  }
  .ai-right {
    flex: 1;
  }
  .ai-tag {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .ai-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .ai-title span {
    color: #C0C0FF;
    font-weight: 700;
  }
  .ai-feature-list {
    display: grid;
    gap: 25px;
    margin-bottom: 50px;
  }
  .ai-feature strong {
    font-size: 17px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
  }
  .ai-feature p {
    color: #bbb;
    font-size: 14px;
    line-height: 1.6;
  }
  .ai-highlight-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 35px;
    border-radius: 20px;
    gap: 25px;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  }
  .ai-icon img {
    width: 200px;
    /*height: 45px;*/
  }
  .ai-highlight-text {
    flex: 1;
  }
  .ai-highlight-text h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .ai-highlight-text p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
  }
  .ai-highlight-num {
    text-align: right;
  }
  .ai-highlight-num span {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
  }
  .ai-highlight-num p {
    font-size: 13px;
    color: #ccc;
    margin-top: 4px;
  }
    
    .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    padding: 100px 20px 80px;
    text-align: center;
    background: url(https://cemeagent.com/webapp/assets/bg4.svg) center center / cover no-repeat;
    position: relative;
  }
    .hero h1 {
        font-size: 49px;
        margin-bottom: 40px;
        font-weight: 100;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .chat-box {
  position: relative;
  background: url(https://i.pinimg.com/736x/ce/21/51/ce21515c440408f88bfd6899480384f5.jpg) center center / cover no-repeat;
  border: 1px solid rgb(104 240 255 / 52%);
  padding: 30px;
  border-radius: 20px;
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0 0 30px rgb(63 244 255 / 30%);
  backdrop-filter: blur(14px);
  color: white;
  overflow: hidden;
}

.chat-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 60%); 
  border-radius: 20px;
  z-index: 0;
}

.chat-box > * {
  position: relative;
  z-index: 1;
}

    .chat-box p {
      margin-bottom: 10px;
    }
    .chat-box ul {
      padding-left: 20px;
    }
    .chat-image {
      display: flex;
      justify-content: center;
      margin-top: 30px;
    }
    .chat-image img {
      max-width: 100%;
      height: auto;
    }
    .section {
      padding: 80px 20px;
      text-align: center;
      position: relative;
    }
    .section h2 {
      font-size: 28px;
      margin-bottom: 10px;
    }
    .section p {
      color: #AAAAAA;
    }
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 24px;
      margin-top: 40px;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }
    .card {
      background: linear-gradient(145deg, #10141F, #1B1F2C);
      padding: 25px;
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 20px rgba(63, 70, 255, 0.3);
    }
    .card h3 {
      font-size: 18px;
      color: #FFFFFF;
    }
    .btn {
      margin-top: 40px;
      padding: 12px 30px;
      background: #3F46FF;
      color: #FFFFFF;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-weight: 600;
      transition: background 0.3s;
    }
    .btn:hover {
      background: #5D63FF;
    }
    .ai-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }
    .ai-block {
      background: #15192A;
      padding: 14px 24px;
      border-radius: 12px;
      color: #FFFFFF;
      font-weight: 500;
      border: 1px solid rgba(255, 255, 255, 0.08);
      transition: all 0.3s;
    }
    .ai-block:hover {
      background: #1F2337;
    }
    footer {
      text-align: center;
      padding: 60px 20px;
      color: #888888;
      font-size: 14px;
    }
    @media (max-width: 768px) {
      nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background-color: #15192A;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        z-index: 999;
      }
      nav.active {
        display: flex;
      }
      .menu-toggle {
        display: flex;
      }
      .hero h1 {
          font-size: 30px;
      }
      .ai-innovation-wrapper {
      flex-direction: column;
      text-align: center;
      padding: 30px;
    }
    .ai-highlight-box {
      flex-direction: column;
      text-align: center;
    }
    }