/* Hide header for public pricing page */
.pricing-page-wrapper .header,
.pricing-page-wrapper .navbar,
.pricing-page-wrapper .admin-header,
.pricing-page-wrapper .studio-header {
  display: none !important;
}

.pricing-page-wrapper {
  min-height: 100vh;
  background: #f9fafb;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.pricing-header {
  text-align: center;
  margin-bottom: 48px;
}

.pricing-header h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #111827;
}

.pricing-header p {
  color: #6b7280;
  margin: 0 0 24px;
  font-size: 18px;
}

.cycle-toggle {
  display: inline-flex;
  background: #e5e7eb;
  border-radius: 12px;
  padding: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cycle-btn {
  border: 0;
  background: transparent;
  padding: 12px 20px;
  border-radius: 8px;
  color: #6b7280;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  font-size: 14px;
}

.cycle-btn.active {
  background: #111827;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.subscription-cards-container {display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:0 auto}

.subscription-card:before{content:"";position:absolute;inset:0;opacity:.25;z-index:0}
.subscription-card>*{position:relative;z-index:1}

.subscription-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.popular-badge {
  position: absolute;
  top: -8px;
  right: 20px;
  background: #f59e0b;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.plan-header{padding:32px 24px 24px;text-align:center;background:#f6f4ef;border-bottom:1px solid rgba(0,0,0,.06)}

.plan-name {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

.plan-desc {
  margin: 0 0 20px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.5;
}


.price .amount {
  font-weight: 700;
  font-size: 36px;
  color: #111827;
}

.price .period {
  color: #6b7280;
  font-size: 16px;
}

.plan-features{padding:10px;background:#ffffff;flex-grow:1}

.feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.feature-list li{display:flex;align-items:center;gap:10px;color:#111827;font-weight:500;text-align:left}
.feature-list li:before{content:"\2714";display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:2px solid #111827;color:#111827;font-size:10px;font-weight:bold;flex-shrink:0}

.plan-cta{padding:24px;background:#f6f4ef;border-top:1px solid rgba(0,0,0,.06);text-align:center}

.empty {
  text-align: center;
  color: #6b7280;
  font-size: 18px;
  padding: 60px 20px;
}

@media (max-width: 1024px){.subscription-cards-container{grid-template-columns:repeat(2,1fr);gap:24px}}
/* Responsive Design */
@media (max-width: 768px) {
  .pricing-container {
    padding: 40px 16px;
  }
  
  .pricing-header h1 {
    font-size: 28px;
  }
  
  .pricing-header p {
    font-size: 16px;
  }
  
  .subscription-cards-container{grid-template-columns:1fr;gap:20px}
  
  .plan-header {
    padding: 24px 20px 12px;
  }
  
  .plan-name {
    font-size: 20px;
  }
  
  .price .amount {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .pricing-container {
    padding: 32px 12px;
  }
  
  .pricing-header h1 {
    font-size: 24px;
  }
  
  .cycle-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  
  .plan-header {
    padding: 20px 16px 12px;
  }
  
  .plan-features {
    padding: 0 16px 20px;
  }
  
  .plan-cta {
    padding: 20px 16px;
  }
}

/* Set-Up Assist Option Styles */
.setup-assist-option {
  padding: 0;
  background: #f6f4ef;
  border-top: 1px solid rgba(0,0,0,.06);
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
}

.setup-assist-option:hover {
  background-color: #efeee9;
}

.setup-assist-checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border-right: 1px solid rgba(0,0,0,.15);
  flex-shrink: 0;
}

.setup-assist-checkbox {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #111827;
}

.setup-assist-checkbox:focus {
  outline: 2px solid #111827;
  outline-offset: 2px;
}

.setup-assist-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 16px 24px;
  gap: 6px 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}

.setup-assist-header {
  color: #6b7280;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.setup-assist-title {
  color: #111827;
  font-weight: 500;
  font-size: 14px;
}

.setup-assist-price-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  flex-basis: 100%;
}

.setup-assist-price {
  color: #111827;
  font-weight: 600;
  font-size: 14px;
}

.setup-assist-onetime {
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
}

