.elementor-10665 .elementor-element.elementor-element-f537244{--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 for html, class: .elementor-element-b78f0ef *//* ─── Wrapper ─────────────────────────────────────── */
.zt-wrap {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #1a1a1a;
  background: #ffffff;

  margin: 0 auto;
  padding: 0 20px 48px;
}

/* ─── Top Label ───────────────────────────────────── */
.zt-top-label {
  text-align: center;
  font-size: 0.85rem;
  color: #555555;
  font-weight: 400;
  padding: 20px 0 10px;
  letter-spacing: 0.2px;
}

/* ─── Feature Strip ───────────────────────────────── */
.zt-feature-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 4px;
  font-size: 0.80rem;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  padding: 8px 0 20px;
  line-height: 1.6;
}

.zt-sep {
  color: #2eb89a;
  font-weight: 700;
  padding: 0 6px;
}

/* ─── Divider Line ────────────────────────────────── */
.zt-divider-line {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 24px 0;
}

/* ─── Meta Row ─────────────────────────────────────── */
.zt-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 0.78rem;
  color: #777777;
  padding: 0 0 18px;
}

.zt-category {
  font-size: 0.70rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #2eb89a;
  background: #f0faf7;
  border: 1px solid #b2e0d5;
  padding: 3px 10px;
  border-radius: 4px;
}

.zt-meta-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cccccc;
  flex-shrink: 0;
}

.zt-meta-text {
  color: #777777;
  font-size: 0.78rem;
}

/* ─── Main Title ──────────────────────────────────── */
.zt-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.25;
  color: #111111;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}

/* ─── Subtitle ────────────────────────────────────── */
.zt-subtitle {
  font-size: 1.05rem;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 24px;
  font-weight: 400;
}

/* ─── Body Paragraphs ─────────────────────────────── */
.zt-p {
  font-size: 1.00rem;
  line-height: 1.82;
  color: #333333;
  font-weight: 400;
  margin-bottom: 18px;
}

.zt-p strong {
  color: #111111;
  font-weight: 600;
}

/* ─── Section Headings ────────────────────────────── */
.zt-section-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 1.45rem;
  color: #111111;
  margin: 40px 0 14px;
  line-height: 1.3;
  letter-spacing: -0.2px;
}

/* ─── Inline Link ─────────────────────────────────── */
.zt-link {
  color: #2eb89a;
  text-decoration: none;
  border-bottom: 1px solid rgba(46,184,154,0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.zt-link:hover {
  color: #1d9679;
  border-color: #1d9679;
}

/* ─── Feature Cards ───────────────────────────────── */
.zt-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
  margin: 28px 0 36px;
}

.zt-card {
  background: #f9fafb;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 22px 20px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.zt-card:hover {
  border-color: #2eb89a;
  box-shadow: 0 4px 16px rgba(46,184,154,0.10);
}

.zt-card-icon {
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: block;
}

.zt-card-name {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: #111111;
  margin-bottom: 6px;
}

.zt-card p {
  font-size: 0.82rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* ─── Pull Quote ──────────────────────────────────── */
.zt-quote {
  border-left: 3px solid #2eb89a;
  margin: 36px 0;
  padding: 18px 28px;
  background: #f7fdfc;
}

.zt-quote p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.08rem;
  font-style: italic;
  color: #222222;
  line-height: 1.75;
  margin: 0 0 10px;
}

.zt-quote cite {
  font-size: 0.80rem;
  color: #777777;
  font-style: normal;
  font-weight: 500;
}

/* ─── Pricing Grid ────────────────────────────────── */
.zt-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 14px;
  margin: 24px 0 36px;
}

.zt-price-card {
  background: #f9fafb;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 22px 16px;
  text-align: center;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.zt-price-card:hover {
  border-color: #2eb89a;
  box-shadow: 0 4px 14px rgba(46,184,154,0.10);
}

.zt-price-featured {
  border-color: #2eb89a;
  background: #f2fbf8;
}

.zt-price-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #2eb89a;
  color: #ffffff;
  font-size: 0.60rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

.zt-price-tier {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888888;
  margin-bottom: 8px;
}

.zt-price-amt {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 2.0rem;
  color: #111111;
  line-height: 1;
  margin-bottom: 4px;
}

.zt-price-custom {
  font-size: 1.4rem;
  line-height: 1.3;
}

.zt-price-per {
  font-size: 0.70rem;
  color: #999999;
}

/* ─── About Label ─────────────────────────────────── */
.zt-about-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #2eb89a;
  margin-bottom: 6px;
}

/* ─── Tags ────────────────────────────────────────── */
.zt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 28px;
}

.zt-tag {
  font-size: 0.70rem;
  font-weight: 500;
  color: #555555;
  border: 1px solid #ddd;
  padding: 4px 12px;
  border-radius: 4px;
  background: #f5f5f5;
  letter-spacing: 0.3px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  cursor: default;
}

.zt-tag:hover {
  background: #f0faf7;
  border-color: #2eb89a;
  color: #1d9679;
}

/* ─── CTA Section ─────────────────────────────────── */
.zt-cta {
  text-align: center;
  padding: 36px 20px 12px;
}

.zt-cta-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 1.45rem;
  color: #111111;
  margin-bottom: 8px;
}

.zt-cta-sub {
  color: #666666;
  font-size: 0.90rem;
  margin-bottom: 24px;
}

/* ─── Buttons ─────────────────────────────────────── */
.zt-btn-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.zt-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.90rem;
  padding: 13px 28px;
  border-radius: 6px;
  background: #2eb89a;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #2eb89a;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  letter-spacing: 0.2px;
}

.zt-btn-primary:hover {
  background: #1d9679;
  border-color: #1d9679;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.zt-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.90rem;
  padding: 13px 28px;
  border-radius: 6px;
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  border: 2px solid #ddd;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  letter-spacing: 0.2px;
}

.zt-btn-outline:hover {
  border-color: #2eb89a;
  color: #2eb89a;
  text-decoration: none;
  transform: translateY(-1px);
}

/* ─── Responsive ──────────────────────────────────── */
@media (max-width: 768px) {
  .zt-title {
    font-size: 1.55rem;
  }
  .zt-section-title {
    font-size: 1.2rem;
  }
  .zt-cards {
    grid-template-columns: 1fr 1fr;
  }
  .zt-pricing {
    grid-template-columns: 1fr 1fr;
  }
  .zt-feature-strip {
    font-size: 0.75rem;
  }
  .zt-btn-row {
    flex-direction: column;
    align-items: center;
  }
  .zt-btn-primary,
  .zt-btn-outline {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .zt-cards {
    grid-template-columns: 1fr;
  }
  .zt-pricing {
    grid-template-columns: 1fr 1fr;
  }
  .zt-title {
    font-size: 1.35rem;
  }
}/* End custom CSS */