/**
 * Muhurat — "Want Expert Guidance?" (Pandit Ji call upsell).
 */

.muhurat-expert-section {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.muhurat-expert-limited-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.muhurat-expert-wrap {
  background: #fff9f1;
  border: 1px solid #feead1;
  border-radius: 1rem;
  padding: 1.75rem 1.25rem 1.5rem;
  box-shadow: 0 4px 24px rgba(255, 92, 0, 0.06);
}

@media (min-width: 768px) {
  .muhurat-expert-wrap {
    padding: 2rem 2rem 1.75rem;
  }
}

.muhurat-expert-title {
  font-weight: 700;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.muhurat-expert-title__phone {
  font-style: normal;
  margin-right: 0.15em;
}

.muhurat-expert-lead {
  font-size: 0.98rem;
  color: #4b5563;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.muhurat-expert-card {
  background: #fff;
  border: 1px solid #f3e8dc;
  border-radius: 0.75rem;
  padding: 1.25rem 1.15rem;
  height: 100%;
}

.muhurat-expert-card__title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #ff5c00;
  margin-bottom: 1rem;
}

.muhurat-expert-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.muhurat-expert-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.45;
  margin-bottom: 0.65rem;
}

.muhurat-expert-list li:last-child {
  margin-bottom: 0;
}

.muhurat-expert-list .bi-check-circle-fill {
  color: #00a63f;
  font-size: 1.05rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.muhurat-expert-pricing {
  text-align: center;
}

.muhurat-expert-pricing__title {
  font-weight: 800;
  font-size: 1.05rem;
  color: #ff5c00;
  margin-bottom: 0.35rem;
}

.muhurat-expert-pricing__crystal {
  font-size: 2.35rem;
  line-height: 1;
  margin-bottom: 0.35rem;
  filter: drop-shadow(0 1px 2px rgba(168, 85, 247, 0.35));
}

.muhurat-expert-pricing__slots {
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

.muhurat-expert-pricing__price {
  font-size: 1.85rem;
  font-weight: 800;
  color: #ff5c00;
  line-height: 1.1;
}

.muhurat-expert-pricing__compare {
  font-size: 0.95rem;
  color: #9ca3af;
  text-decoration: line-through;
  margin-top: 0.15rem;
}

.muhurat-expert-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.5rem;
  background: #00a63f;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.muhurat-expert-cta:hover {
  background: #008f36;
  color: #fff !important;
}

.muhurat-expert-cta:active {
  transform: scale(0.99);
}

.muhurat-expert-cta .bi-chat-dots-fill {
  font-size: 1.1rem;
}

