.elementor-206 .elementor-element.elementor-element-87373db{--display:flex;}.elementor-206 .elementor-element.elementor-element-dde552d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4f48a72 */.cz-hero {
  padding: 80px 20px 100px;
  background: #f8f9fb;
}

.cz-hero-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
}

.cz-hero-left {
  max-width: 560px;
}

.cz-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #1a73e8;
  background: #eaf2ff;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.cz-hero-title {
  font-size: 58px;
  line-height: 1.08;
  font-weight: 700;
  color: #111827;
  margin: 0 0 22px;
  letter-spacing: -1.5px;
}

.cz-hero-text {
  font-size: 20px;
  line-height: 1.7;
  color: #5f6368;
  margin: 0 0 30px;
}

.cz-hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.cz-btn-primary {
  background: #1a73e8;
  color: #fff !important;
}

.cz-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(26, 115, 232, 0.22);
}

.cz-btn-secondary {
  background: #fff;
  color: #1a73e8 !important;
  border: 1px solid #d6dbe3;
}

.cz-btn-secondary:hover {
  background: #f5f8ff;
}

.cz-hero-right {
  display: flex;
  justify-content: center;
}

.cz-app-card {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  padding: 24px;
  border: 1px solid #edf0f5;
}

.cz-app-top {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}

.cz-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d7dce3;
}

.cz-chat-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cz-chat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: #f8f9fb;
  border-radius: 18px;
}

.cz-avatar,
.cz-message-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e8, #6aa8ff);
}

.cz-lines {
  flex: 1;
}

.cz-lines span {
  display: block;
  height: 10px;
  background: #dfe4ea;
  border-radius: 999px;
  margin-bottom: 8px;
}

.cz-lines span:first-child {
  width: 72%;
}

.cz-lines span:last-child {
  width: 46%;
  margin-bottom: 0;
}

.cz-message-card {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #eef4ff;
  border: 1px solid #d7e5ff;
  border-radius: 20px;
  padding: 16px;
}

.cz-message-content strong {
  display: block;
  font-size: 16px;
  color: #111827;
  margin-bottom: 4px;
}

.cz-message-content p {
  margin: 0;
  font-size: 14px;
  color: #5f6368;
}

@media (max-width: 1024px) {
  .cz-hero-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cz-hero-title {
    font-size: 46px;
  }

  .cz-hero-left {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .cz-hero {
    padding: 60px 18px 70px;
  }

  .cz-hero-title {
    font-size: 36px;
    line-height: 1.15;
  }

  .cz-hero-text {
    font-size: 17px;
    line-height: 1.6;
  }

  .cz-btn {
    width: 100%;
  }

  .cz-app-card {
    padding: 18px;
    border-radius: 22px;
  }
}

.cz-hero{
  background: #f8f9fb !important;
}/* End custom CSS */