/* Phase 1 quick wins — typography, spacing, CTA consistency */

body.homepage6-body {
  font-family: "Figtree", sans-serif;
}

/* Unify primary demo CTAs with .all-btn system */
.review-btn,
.ms-cta-btn,
.drawer-demo-btn,
.apcal-section .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 40px;
  border-radius: 999px;
  background: #4782a2;
  color: #fff !important;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.22s, box-shadow 0.22s;
  box-shadow: 0 4px 22px rgba(71, 130, 162, 0.35);
  line-height: 1.2;
}

.review-btn:hover,
.ms-cta-btn:hover,
.drawer-demo-btn:hover,
.apcal-section .cta-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 36px rgba(71, 130, 162, 0.45);
  color: #fff !important;
}

.drawer-demo-btn {
  width: 100%;
  padding: 14px 24px;
}

.ms-cta-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .review-btn,
  .ms-cta-btn,
  .footer2-section-area .all-btn {
    padding: 13px 28px;
    font-size: 14px;
  }
}

/* Reduce redundant heading line-break spacing */
.heading2 h2 + br,
.heading5 h2 + br,
.service1-header h2 + br,
.works-header h2 + br,
.more-features-header h2 + br {
  display: none;
}

.heading2 h2,
.works-header h2,
.service1-header h2 {
  margin-bottom: 12px;
}

/* Tighter section spacers (Phase 1 only on key blocks) */
.service1-section-area .space60,
.more-features-scetion-area .space60,
.works1-section-area .space40 {
  height: 40px !important;
}

.counter1-section-area.sp1 {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* Counter: readable before JS animates */
.counter1-section-area .counter[data-count="1000000"]:not([data-counterup-done]) {
  font-variant-numeric: tabular-nums;
}
