/* ============================================================
   BORSA - Pricing Sayfasi Stilleri
   ============================================================ */

.pricing-page-wrap {
  min-height: 100vh;
}

.pricing-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 24px;
}
.pricing-content.logged-in {
  max-width: 100%;
  padding: 0;
}

.pricing-hero {
  text-align: center;
  margin-bottom: 40px;
}
.pricing-hero h1 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}
.pricing-hero p {
  font-size: 16px;
  color: #64748b;
}

/* Karsilastirma tablosu */
.pricing-table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  margin-bottom: 30px;
}

.pricing-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.pricing-table th,
.pricing-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
}

.pricing-table th.feature-col {
  width: 30%;
  background: #fff;
}

.pricing-table th.plan-col {
  width: auto;
  vertical-align: top;
  text-align: center;
  background: #fff;
  position: relative;
  padding: 24px 16px 16px;
  border-left: 1px solid #f1f5f9;
}

.pricing-table th.plan-col.featured {
  background: linear-gradient(180deg, #faf5ff, #fff 50%);
}
.pricing-table th.plan-col.current {
  background: linear-gradient(180deg, #ecfdf5, #fff 50%);
}

.plan-badge-mini {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #10b981;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.plan-badge-mini.featured {
  background: #8b5cf6;
}

.plan-name-large {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}
.plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin-bottom: 4px;
}
.plan-price-num {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}
.plan-price-currency {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}
.plan-price-period {
  font-size: 12px;
  color: #94a3b8;
  margin-left: 2px;
}
.plan-price-free {
  font-size: 22px;
  font-weight: 800;
  color: #10b981;
}
.plan-yearly-hint {
  font-size: 11px;
  color: #64748b;
  margin-bottom: 8px;
}
.plan-desc-mini {
  font-size: 12px;
  color: #94a3b8;
  margin: 8px 0 12px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  min-height: 16px;
}

.plan-cta-cell {
  margin-top: 12px;
}
.plan-cta-btn {
  width: 100%;
  text-align: center;
  display: block;
  padding: 9px 0;
  font-size: 13px;
}

/* Kategori basliklari */
.pricing-table tr.cat-row td {
  background: #f8fafc;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #475569;
  padding: 10px 16px;
  border-top: 2px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.pricing-table tbody tr:hover td:not(.col-center) {
  background: #fafbfc;
}

.col-center {
  text-align: center !important;
}

.check-yes {
  color: #10b981;
  font-weight: 700;
  font-size: 16px;
}
.check-no {
  color: #cbd5e1;
  font-size: 18px;
  font-weight: 300;
}

/* Pricing extra (FAQ) */
.pricing-extra {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
}
.pricing-extra h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #0f172a;
}
.pricing-extra .faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  background: #fff;
}
.pricing-extra .faq-item summary {
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 500;
  color: #1e293b;
  font-size: 14px;
  list-style: none;
  position: relative;
  padding-right: 40px;
  user-select: none;
}
.pricing-extra .faq-item summary::-webkit-details-marker { display: none; }
.pricing-extra .faq-item summary::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #94a3b8;
  font-weight: 300;
}
.pricing-extra .faq-item[open] summary::after { content: '−'; }
.pricing-extra .faq-item p {
  padding: 0 18px 14px;
  font-size: 13.5px;
  color: #475569;
  line-height: 1.6;
}

@media (max-width: 700px) {
  .pricing-content { padding: 30px 16px; }
  .pricing-hero h1 { font-size: 28px; }
  .plan-name-large { font-size: 15px; }
  .plan-price-num { font-size: 24px; }
}
