.elementor-1963 .elementor-element.elementor-element-dd54993{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-8b9f3a3 */* {
  box-sizing: border-box;
}

.qh-pro-section {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at 15% 20%, rgba(59, 91, 255, 0.08), transparent 24%),
    radial-gradient(circle at 85% 80%, rgba(124, 58, 237, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.qh-pro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(15, 23, 42, 0.04) 1px,
    transparent 1px
  );
  background-size: 22px 22px;
  opacity: 0.28;
  pointer-events: none;
}

.qh-pro-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.qh-pro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 46px;
}

/* VISUAL */
.qh-pro-visual {
  position: relative;
}

.qh-pro-visual-card {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(79, 124, 255, 0.10), rgba(124, 58, 237, 0.08)),
    #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 24px 55px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
  overflow: hidden;
}

.qh-pro-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  top: -60px;
  right: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79,124,255,0.16), transparent 70%);
}

.qh-pro-image-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 360px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.qh-pro-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* FLOATING CARD */
.qh-pro-floating-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  border-radius: 24px;
  padding: 22px 22px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

.qh-mini-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #3b5bff;
}

.qh-pro-floating-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
  color: #0f172a;
}

.qh-pro-floating-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
}

/* CONTENT */
.qh-pro-badge {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3b5bff;
}

.qh-pro-content h2 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -1px;
  color: #0f172a;
}

.qh-pro-lead {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.8;
  color: #64748b;
}

/* LIST */
.qh-pro-list {
  display: grid;
  gap: 18px;
}

.qh-pro-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255,255,255,0.9);
  transition: all 0.3s ease;
}

.qh-pro-item:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 34px rgba(15, 23, 42, 0.08),
    0 8px 18px rgba(59, 91, 255, 0.06);
}

.qh-pro-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 24px;
  background: linear-gradient(135deg, rgba(79,124,255,0.14), rgba(124,58,237,0.14));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.qh-pro-item h4 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.2;
  color: #0f172a;
}

.qh-pro-item p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: #64748b;
}

/* BOTTOM */
.qh-pro-bottom-card {
  border-radius: 26px;
  padding: 30px 32px;
  background:
    linear-gradient(180deg, rgba(79,124,255,0.06), rgba(124,58,237,0.05)),
    rgba(255,255,255,0.94);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

.qh-bottom-tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #3b5bff;
}

.qh-pro-bottom-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.85;
  color: #475569;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .qh-pro-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .qh-pro-content h2 {
    font-size: 40px;
  }

  .qh-pro-visual-card {
    min-height: auto;
    padding-bottom: 210px;
  }
}

@media (max-width: 700px) {
  .qh-pro-section {
    padding: 75px 16px;
  }

  .qh-pro-content h2 {
    font-size: 32px;
  }

  .qh-pro-lead,
  .qh-pro-bottom-card p {
    font-size: 16px;
  }

  .qh-pro-item {
    grid-template-columns: 1fr;
  }

  .qh-pro-visual-card {
    padding: 18px 18px 200px;
    border-radius: 24px;
  }

  .qh-pro-image-wrap {
    height: 260px;
    border-radius: 20px;
  }

  .qh-pro-floating-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    border-radius: 18px;
  }

  .qh-pro-floating-card h3 {
    font-size: 20px;
  }

  .qh-pro-bottom-card {
    padding: 24px 22px;
    border-radius: 20px;
  }
}/* End custom CSS */