/* --- Moved from pricing.ejs <style> block --- */
.btn-outline {
  color: var(--Gray-500, #717680);
  background: #fff !important;
  border: 2px solid var(--Gray-300, #D5D7DA);
  padding: 16px 32px !important;
  font-weight: 600;


}

.btn-outline:hover {
  background: #f8f9fa !important;
  border-color: var(--Gray-400, #B1B5C0);
  color: var(--Gray-700, #444B5A);
}

.data-btn-primary {
  background: #8259e8 !important;
  color: #fff !important;
  border: 2px solid #8259e8 !important;
  font-weight: 600;
  padding: 16px 32px !important;
}

.service-pill {
  background: #ede6fd;
  color: #6c3fd2;
  font-weight: 600;
  border-radius: 20px;
  padding: 0.25em 1em;
  margin-right: 0;
  font-size: 11px;
  display: inline-block;
}

.save-pill {
  display: inline-block;
  background: #181d27;
  color: #fff;
  border-radius: 20px;
  padding: 0.4em 1em;
  margin: 0.25em 0;
  font-size: 1em;
  font-weight: 500;
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .cost-estimator-panel {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 2rem 1rem 2.5rem 1rem !important;
  }

  .cost-estimator-panel-item {
    width: calc(50% - 0.5rem) !important;
    max-width: calc(50% - 0.5rem) !important;
    padding: 2rem 1rem 2.5rem 1rem !important;
  }

  .text-block {
    display: block !important;
  }



  .flex-gap-2rem-align-start {
    padding: 0 2rem;
  }
}

.text-bold.title {
  margin-bottom: 0.75rem !important;
}

.flex-gap-2rem-align-start {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.pricing-table-row {
  display: flex;
  border-top: 1px solid #f0f0f0;
}

.pricing-table-header {
  display: flex;
  background: #f8f9fa;
}

.pricing-table-cell {
  overflow: hidden;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid var(--Gray-200, #E9EAEB);
  background: var(--White, #FFF);
  flex: 1.4;
}

.pricing-table-cell-annual {
  overflow: hidden;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid var(--Gray-200, #E9EAEB);
  background: var(--Orange-25, #FFFAF5);
  flex: 1.6;
  position: relative;
}

.pricing-table-cell-bg-gray {
  background: var(--Gray-50, #FAFAFA) !important;
}

.pricing-table-cell-bg-orange {
  background: #fff4ed !important;
}

.pricing-table-best-value {
  background: #8259e8;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  border-radius: 8px;
  padding: 2px 10px;
  margin-left: 10px;
  vertical-align: middle;
}

.pricing-table-price {
  font-weight: 700;
  font-size: 20px;
}

.pricing-table-price-desc {
  color: #555;
}

.panel-white-shadow {
  margin: 2rem auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(10, 13, 18, 0.06);
  overflow: hidden;
  background: #fff;
}

.pricing-lead-mb3 {
  color: #555;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 3rem;
  line-height: 26px;
}

.offering-card-95 {
  height: 95% !important;
}

.flex-center-vertical {
  display: flex;
  align-items: center;
}

.flex-center-both {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pricing page extracted styles for readability and reuse */

.pricing-lead {
  color: #555;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.inline-flex-rounded {
  display: inline-flex;
  border-radius: 8px;
  overflow: hidden;
}

.btn-left-rounded {
  border-radius: 8px 0 0 8px;
}

.btn-right-rounded {
  border-radius: 0 8px 8px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.offering-card {
  height: 90%;
}

.tagline {
  border-radius: 32px;
  font-size: 14.5px;
  text-transform: uppercase;
}

.icon-circle {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4.6px 0 5.6px 0;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #7B61FF;
  margin-right: 8px;
}

.card-title {
  font-size: 24px;
}

.card-hr {
  border: none;
  border-top: 1.5px solid var(--Gray-300, #9c9c9c);
  margin: 1rem 0;
  margin-block-start: 0em;
  margin-block-end: 1.5em;
}

.price-pill {
  margin-top: 15px;
  height: 52px;
  padding: 34px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: var(--White, #FFF);
  box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.10), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
  position: relative;
}

.price-pill-arrow {
  background: var(--White, #FFF);
  position: absolute;
  left: 50%;
  top: -7px;
  width: 13.441px;
  height: 13.441px;
  transform: translateX(-50%) rotate(-45deg);
  border-top: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef;
}

.price-pill-value {
  color: var(--Gray-900, #181D27);
  font-family: Inter, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.price-pill {
  margin-top: 15px;
  height: 52px;
  padding: 34px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: var(--White, #FFF);
  box-shadow: 0 4px 8px -2px rgba(10, 13, 18, 0.10), 0 2px 4px -2px rgba(10, 13, 18, 0.06);
  position: relative;
}

.flex-center-both {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}