.elementor-28729 .elementor-element.elementor-element-59d5a72{--display:flex;overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bc4dfef *//* ===========================
   Licensed Practitioner Page
   Scoped styles (sm-*)
   =========================== */

.sm-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px;
}

.sm-section {
  padding: 64px 0;
}

.sm-alt {
  background: #f7f9fc;
  border-top: 1px solid #e5eaf3;
  border-bottom: 1px solid #e5eaf3;
}

/* Hero */
.sm-lp-hero {
  padding: 72px 0 48px;
}

.sm-lp-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: center;
}

.sm-kicker {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8efff;
  color: #1347c5;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}

.sm-h1 {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}

.sm-hero-intro {
  font-size: 18px;
  color: #475569;
  max-width: 60ch;
}

.sm-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.sm-cred-line {
  margin-top: 14px;
  font-size: 14px;
  color: #64748b;
}

.sm-lp-hero-image {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e5eaf3;
  box-shadow: 0 14px 30px rgba(15,23,42,.08);
}

.sm-lp-hero-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* Buttons */
.sm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid transparent;
  transition: all .2s ease;
}

.sm-btn-primary {
  background: #1b5cff;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(27,92,255,.25);
}

.sm-btn-secondary {
  background: #ffffff;
  border-color: #d6dbea;
  color: #0f172a;
}

/* Metrics */
.sm-metrics {
  padding-bottom: 16px;
}

.sm-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.sm-metric {
  border: 1px solid #e5eaf3;
  border-radius: 16px;
  padding: 20px;
  background: #ffffff;
}

.sm-metric strong {
  font-size: 28px;
  display: block;
}

.sm-metric span {
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
}

/* Typography */
.sm-h2 {
  font-size: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.sm-lead {
  font-size: 18px;
  color: #475569;
  max-width: 75ch;
  margin-bottom: 32px;
}

/* Cards & grids */
.sm-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sm-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.sm-card {
  border: 1px solid #e5eaf3;
  border-radius: 18px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15,23,42,.05);
}

.sm-card ul {
  padding-left: 18px;
  color: #475569;
}

/* Why now steps */
.sm-lp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.sm-steps {
  display: grid;
  gap: 14px;
}

.sm-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.sm-step span {
  background: #1b5cff;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 700;
  padding: 6px 10px;
  font-size: 13px;
}

.sm-lp-image-panel {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e5eaf3;
  box-shadow: 0 14px 30px rgba(15,23,42,.08);
}

.sm-lp-image-panel img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* CTA */
.sm-cta {
  margin-top: 48px;
  background: linear-gradient(135deg,#0b1b3a,#173a78);
  color: #ffffff;
  border-radius: 24px;
  padding: 36px;
}

.sm-cta h3,
.sm-cta p {
  color: #ffffff;
}

.sm-cta-actions {
  margin-top: 18px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.sm-note {
  font-size: 13px;
  color: #64748b;
  margin-top: 24px;
}

/* Responsive */
@media (max-width: 980px) {
  .sm-lp-hero-grid,
  .sm-grid-3,
  .sm-grid-2,
  .sm-metrics-grid,
  .sm-lp-split {
    grid-template-columns: 1fr;
  }

  .sm-h1 {
    font-size: 36px;
  }
}/* End custom CSS */