.elementor-50 .elementor-element.elementor-element-076adb6{--display:flex;}.elementor-50 .elementor-element.elementor-element-dd168c5{--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;}.elementor-50 .elementor-element.elementor-element-60fe936{--display:flex;}.elementor-50 .elementor-element.elementor-element-f42794e{--display:flex;}.elementor-50 .elementor-element.elementor-element-3477e16{--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;}/* Start custom CSS */.studies-page {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #020617;
}

/* Section headings */
.studies-section-heading {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px auto;
  padding: 0 16px;
}

.studies-section-heading h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.studies-section-heading p {
  color: #4b5563;
  font-size: 15px;
}

/* HERO */

.studies-hero {
  padding: 110px 16px 90px;
  background: radial-gradient(circle at top left, #0ea5e9 0, #1d4ed8 35%, #020617 100%);
  color: #e5f4ff;
  text-align: center;
}

.studies-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.studies-hero-kicker {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #bae6fd;
  margin-bottom: 10px;
}

.studies-hero-title {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.studies-hero-subtitle {
  font-size: 17px;
  line-height: 1.8;
  color: #dbeafe;
  margin-bottom: 28px;
}

.studies-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.studies-hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  color: #bfdbfe;
}

.studies-hero-badges span {
  padding: 6px 12px;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(191, 219, 254, 0.35);
}

/* Buttons */

.studies-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.18s ease-in-out;
}

.studies-btn-primary {
  background-color: #f97316;
  color: #0f172a;
}

.studies-btn-primary:hover {
  background-color: #fb923c;
}

.studies-btn-ghost {
  border: 1px solid #bfdbfe;
  color: #e5f4ff;
  background: transparent;
}

.studies-btn-ghost:hover {
  background-color: rgba(15, 23, 42, 0.7);
}

.studies-btn-light {
  background-color: #ffffff;
  color: #0f172a;
}

.studies-btn-light:hover {
  background-color: #e5e7eb;
}

/* Quick filters */

.studies-quick {
  padding: 70px 16px 60px;
  background-color: #f9fafb;
}

.studies-quick-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.studies-quick-card {
  display: block;
  padding: 18px 16px 16px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  text-decoration: none;
  color: #020617;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
}

.studies-quick-card:hover {
  border-color: #2563eb;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.09);
  transform: translateY(-3px);
}

.studies-quick-emoji {
  font-size: 20px;
  margin-bottom: 6px;
}

.studies-quick-label {
  font-weight: 600;
  margin-bottom: 4px;
}

.studies-quick-card p {
  font-size: 14px;
  color: #4b5563;
}

/* Quiz section */

.studies-quiz {
  padding: 70px 16px 50px;
  background-color: #ffffff;
}

.studies-quiz-grid {
  max-width: 960px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.studies-quiz-card {
  border-radius: 18px;
  background-color: #f9fafb;
  border: 1px dashed #cbd5f5;
  padding: 20px 18px;
}

.studies-quiz-card h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.studies-quiz-card p {
  font-size: 14px;
  color: #4b5563;
}

.studies-quiz-note {
  max-width: 700px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  color: #6b7280;
}

/* How it works */

.studies-steps {
  padding: 70px 16px 60px;
  background-color: #0f172a;
  color: #e5e7eb;
}

.studies-steps .studies-section-heading p {
  color: #9ca3af;
}

.studies-steps-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.studies-step-card {
  background-color: #020617;
  border-radius: 18px;
  padding: 24px 20px 22px;
  border: 1px solid #1e293b;
}

.studies-step-number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: #f97316;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.studies-step-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.studies-step-card p {
  font-size: 14px;
  color: #d1d5db;
}

/* Featured exhibitors */

.studies-featured {
  padding: 70px 16px 60px;
  background-color: #ffffff;
}

.studies-featured-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.studies-featured-card {
  display: block;
  text-decoration: none;
  color: #020617;
  background-color: #f9fafb;
  border-radius: 18px;
  padding: 20px 18px 18px;
  border: 1px solid #e5e7eb;
  transition: all 0.15s ease-in-out;
}

.studies-featured-card:hover {
  border-color: #2563eb;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.09);
  transform: translateY(-3px);
}

.studies-featured-logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background-color: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.studies-featured-card h3 {
  font-size: 17px;
  margin-bottom: 6px;
}

.studies-featured-card p {
  font-size: 14px;
  color: #4b5563;
}

.studies-featured-cta {
  text-align: center;
  margin-top: 28px;
}

/* Exhibitors CTA */

.studies-exhibitors-cta {
  padding: 70px 16px 70px;
  background: linear-gradient(135deg, #6366f1, #22d3ee);
  color: #ffffff;
  text-align: center;
}

.studies-exhibitors-inner {
  max-width: 700px;
  margin: 0 auto;
}

.studies-exhibitors-inner h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.studies-exhibitors-inner p {
  font-size: 15px;
  margin-bottom: 22px;
}

/* Footer strip */

.studies-footer-strip {
  padding: 18px 16px;
  background-color: #020617;
  color: #9ca3af;
  text-align: center;
  font-size: 13px;
}

.studies-footer-strip a {
  color: #e5e7eb;
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 991px) {
  .studies-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .studies-steps-grid,
  .studies-featured-grid,
  .studies-quiz-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .studies-hero {
    padding: 80px 16px 60px;
  }
  .studies-hero-title {
    font-size: 30px;
  }
  .studies-quick-grid,
  .studies-steps-grid,
  .studies-featured-grid,
  .studies-quiz-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */