/* ================================================================
   SOLARIA — PRICING PAGE STYLES
   ================================================================ */
.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0; }

.billing-toggle {
  display: inline-flex;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--border-md);
  border-radius: 100px;
  padding: 4px;
  margin-top: 32px;
  gap: 0;
}
.tgl-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
  cursor: pointer;
  transition: all var(--t-mid);
  font-family: 'DM Sans', sans-serif;
  border: none;
  background: none;
}
.tgl-btn.active { background: var(--gold); color: #130e00; font-weight: 600; }
.save-badge {
  background: rgba(110,231,183,0.15);
  border: 1px solid rgba(110,231,183,0.3);
  color: var(--mint);
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 100px;
  letter-spacing: 0.05em;
}
.tgl-btn.active .save-badge { background: rgba(0,0,0,0.15); border-color: rgba(0,0,0,0.2); color: rgba(0,0,0,0.6); }

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 0;
}
.pcard {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 40px 32px;
  transition: border-color var(--t-mid), transform var(--t-mid);
  position: relative;
}
.pcard:hover { border-color: var(--border-md); }
.pcard-featured {
  background: linear-gradient(160deg, rgba(240,165,0,0.08), rgba(196,181,253,0.05));
  border-color: rgba(240,165,0,0.28);
  transform: scale(1.02);
}
.pcard-featured:hover { transform: scale(1.02) translateY(-4px); }
.pcard-popular {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #130e00;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 100px;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
.pcard-tier {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 12px;
}
.pcard-price {
  font-size: 52px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 8px;
}
.pcard-per { font-size: 16px; color: var(--muted); letter-spacing: 0; font-family: 'DM Sans', sans-serif; font-weight: 300; }
.pcard-desc { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 24px; }
.pcard-hr { height: 1px; background: var(--border); margin-bottom: 22px; }
.pcard-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.pcard-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.4;
}
.chk { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.chk-mint  { color: var(--mint);  }
.chk-gold  { color: var(--gold);  }
.chk-dim   { color: var(--dim); font-size: 14px; }
.dim { color: var(--dim); }

.pricing-note {
  background: var(--card);
  border: 1px solid var(--border-md);
  border-radius: var(--r-lg);
  padding: 24px 28px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 32px;
  text-align: center;
}

/* Feature comparison table */
.price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}
.price-table th {
  text-align: left;
  padding: 14px 20px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  border-bottom: 1px solid var(--border);
}
.price-table th:not(:first-child) { text-align: center; }
.price-table td {
  padding: 14px 20px;
  font-size: 14px;
  color: var(--muted);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.price-table td:not(:first-child) { text-align: center; }
.price-table tr:hover td { background: rgba(255,255,255,0.02); }
.price-section td {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  font-weight: 600;
  padding: 20px 20px 10px;
  background: rgba(240,165,0,0.03);
}
.gold-cell { color: var(--amber) !important; font-weight: 500; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  font-family: 'DM Sans', sans-serif;
  transition: color var(--t-fast);
  gap: 16px;
}
.faq-q:hover { color: var(--amber); }
.faq-icon {
  width: 30px; height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--faint);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--muted);
  transition: all var(--t-mid);
}
.faq-item.open .faq-icon {
  background: var(--gold-10);
  border-color: var(--gold-25);
  color: var(--amber);
  transform: rotate(45deg);
}
.faq-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s var(--ease);
}
.faq-a-inner {
  padding: 0 0 22px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.78;
}

@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .pcard-featured { transform: none; }
  .pcard-featured:hover { transform: translateY(-4px); }
}
