.pricing-card{
  border-radius:12px;
  transition:0.3s;
}

.pricing-card:hover{
  transform:translateY(-6px);
}

.popular-plan{
  border: 2px solid #1678A8;
}

.billing-switch button{
  margin:5px;
}

table td, table th{
  vertical-align:middle;
}

.pricing-table{
  border-collapse:separate;
  border-spacing:0;
  width:100%;
  font-size:15px;
}

.pricing-table thead th{
  background:#f8f9fa;
  font-weight:600;
  padding:20px;
  border-bottom:2px solid #eee;
}

.feature-col{
  text-align:left;
  min-width:200px;
}

.feature-name{
  font-weight:500;
  background:#fafafa;
}

.pricing-table td{
  padding:18px;
  border-bottom:1px solid #eee;
  vertical-align:middle;
}

.plan-header h5{
  margin:0;
  font-weight:600;
}

.plan-users{
  font-size:13px;
  color:#888;
}

.recommended{
  background: #f0f9ff;
}

.pricing-table tbody tr:hover{
  background:#fafafa;
}

.pricing-table td i{
  color:#28a745;
  font-size:18px;
}

.freelancer-box {
  background: linear-gradient(135deg, #ffffff, #e6f4fb);
  border: 1px solid #dbeafe;
  max-width: 700px;
  margin: 0 auto;
  transition: 0.3s;
}

.freelancer-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(22,120,168,0.15);
}

.freelancer-start-btn {
  font-weight: 600;
}

.enterprise-box {
  background: #fff;
  border: 1px solid #eee;
  transition: 0.2s ease;
}

.enterprise-box:hover {
  transform: translateY(-3px);
}

/* TEXT */
.enterprise-desc p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #6c757d;
}

/* LIST */
.enterprise-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.enterprise-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #495057;
}

/* ICON */
.enterprise-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1678A8;
  font-weight: bold;
}