/* 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-page-wrapper > .flex.flex-row {
  padding: 14px 10px !important;
}

.pricing-page-wrapper > .flex.flex-row img {
  height: 36px !important;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 36px;
}

.pricing-header {
  text-align: center;
  margin-bottom: 26px;
}

.pricing-header h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #111827;
}

.pricing-header p {
  color: #6b7280;
  margin: 0 0 18px;
  font-size: 16px;
}

.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: 10px 18px;
  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:24px;max-width:1600px;margin:0 auto}

.subscription-card {
  min-height: 0;
}

.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:24px 20px 18px;text-align:center;background:#f6f4ef;border-bottom:1px solid rgba(0,0,0,.06)}

.plan-name {
  margin: 0 0 8px;
  font-size: 18px;
  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: 31px;
  color: #111827;
}

.price .period {
  color: #6b7280;
  font-size: 14px;
}

.plan-features{padding:8px 18px 0;background:#ffffff;flex-grow:1}

.feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.feature-list li{display:flex;align-items:flex-start;gap:10px;color:#111827;font-weight:500;text-align:left;line-height:1.35}
.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-note{
  margin:12px 18px 18px 18px;
  padding:12px 14px;
  border:1px solid #dbe4dc;
  border-radius:14px;
  background:linear-gradient(180deg,#f8fbf8 0%,#f1f7f2 100%);
  text-align:left;
}

.plan-note-label{
  display:inline-block;
  margin-bottom:6px;
  color:#166534;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.plan-note-title{
  margin:0 0 8px;
  color:#111827;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}

.plan-note-list{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.plan-note-list li{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#4b5563;
  font-size:10px;
  line-height:1.4;
}

.plan-note-list li::before{
  content:"";
  flex-shrink:0;
  width:6px;
  height:6px;
  margin-top:0.45em;
  border-radius:50%;
  background:#16a34a;
}

.plan-note-additional{
  margin:8px 0 4px;
  color:#166534;
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.plan-cta{padding:18px;background:#f6f4ef;border-top:1px solid rgba(0,0,0,.06);text-align:center}

.plan-cta .button {
  padding: 10px 18px;
}

.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}}

@media (max-height: 900px) and (min-width: 1025px) {
  .pricing-page-wrapper > .flex.flex-row {
    padding: 10px !important;
  }

  .pricing-page-wrapper > .flex.flex-row img {
    height: 32px !important;
  }

  .pricing-container {
    padding-top: 20px;
    padding-bottom: 26px;
  }

  .pricing-header {
    margin-bottom: 20px;
  }

  .pricing-header h1 {
    font-size: 28px;
  }

  .pricing-header p {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .subscription-cards-container {
    gap: 18px;
  }

  .plan-header {
    padding: 20px 18px 14px;
  }

  .price .amount {
    font-size: 28px;
  }

  .feature-list {
    gap: 8px;
  }

  .feature-list li {
     font-size: 12.5px;
  }

  .plan-note-list li {
    font-size: 10px;
  }

  .plan-note {
    margin: 10px 16px 16px 16px;
    padding: 10px 12px;
  }

  .plan-cta {
    padding: 14px 16px 16px;
  }
}
/* 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-note {
    margin: 10px 20px 20px 20px;
    padding: 14px 16px;
  }
  
  .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-note {
    margin: 10px 16px 16px 16px;
  }
  
  .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;
}

