/* ==========================================================================
   MadeVisible monetization styles (builds on styles.css + pro.css tokens)
   ========================================================================== */

.ow-renew { font-size: 13px; color: var(--text-2); text-align: center; margin: 12px 0 4px; }

/* Pricing category tabs */
.price-tabs { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
.price-tabs::-webkit-scrollbar { display: none; }
.price-tab { flex: 0 0 auto; height: 38px; padding: 0 16px; border-radius: var(--r-pill); background: #fff; border: 1px solid var(--border); font-size: 14px; font-weight: 600; color: var(--text-2); white-space: nowrap; }
.price-tab.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* Plan cards */
.plan-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 720px) { .plan-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .plan-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } }
.plan-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--r-xl); padding: 24px; box-shadow: var(--shadow-sm); }
.plan-card.featured { border-color: #BBD1FF; box-shadow: var(--shadow-blue-glow); position: relative; }
.plan-card .plan-tag { position: absolute; top: -11px; left: 24px; }
.plan-name { font-size: 17px; font-weight: 700; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin: 10px 0 2px; }
.plan-price .amt { font-size: 38px; font-weight: 800; letter-spacing: -0.03em; color: var(--navy); line-height: 1; }
.plan-price .per { font-size: 14px; color: var(--text-2); font-weight: 600; }
.plan-sub { font-size: 13px; color: var(--text-2); }
.plan-features { margin: 16px 0; display: grid; gap: 10px; }
.plan-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; }
.plan-features .ck { width: 18px; height: 18px; flex: 0 0 18px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.plan-features .ck svg { width: 12px; height: 12px; }
.plan-card .btn { margin-top: auto; }
.bill-toggle { display: inline-flex; background: #eef1f6; border-radius: var(--r-pill); padding: 4px; }
.bill-toggle button { height: 32px; padding: 0 14px; border-radius: var(--r-pill); font-size: 13px; font-weight: 600; color: var(--text-2); }
.bill-toggle button.on { background: #fff; color: var(--navy); box-shadow: var(--shadow-xs); }

/* Price line list (jobs / boosts) */
.price-list { display: grid; gap: 0; }
.price-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 0; border-top: 1px solid var(--border-2); }
.price-line:first-child { border-top: 0; }
.price-line .pl-info { min-width: 0; }
.price-line .pl-title { font-size: 15px; font-weight: 650; }
.price-line .pl-sub { font-size: 13px; color: var(--text-2); }
.price-line .pl-price { font-size: 17px; font-weight: 800; color: var(--navy); white-space: nowrap; }
.price-line .pl-price small { font-size: 12px; font-weight: 600; color: var(--text-2); }

/* Boost / product cards */
.boost-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (min-width: 720px) { .boost-grid { grid-template-columns: repeat(3, 1fr); } }
.boost-card { border: 1px solid var(--border); border-radius: var(--r-lg); padding: 16px; background: #fff; display: flex; flex-direction: column; gap: 8px; }
.boost-card .bc-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.boost-card .bc-icon svg { width: 20px; height: 20px; }
.boost-card .bc-title { font-size: 14.5px; font-weight: 680; }
.boost-card .bc-desc { font-size: 12.5px; color: var(--text-2); line-height: 1.45; flex: 1 1 auto; }
.boost-card .bc-price { font-size: 16px; font-weight: 800; color: var(--navy); }

/* Wallet */
.wallet-hero { background: linear-gradient(135deg, #0B1026, #1A2352); color: #fff; border-radius: var(--r-xl); padding: 22px; }
.wallet-hero .wh-bal { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; }
.wallet-hero .wh-promo { font-size: 13px; color: rgba(255,255,255,.8); }
.wallet-chip { display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 10px; border-radius: var(--r-pill); background: rgba(255,255,255,.14); font-size: 12px; font-weight: 650; }

/* Campaign builder steps */
.wizard-steps { display: flex; align-items: center; gap: 6px; margin-bottom: 18px; }
.wizard-steps .ws { flex: 1 1 0; height: 5px; border-radius: 3px; background: var(--border); }
.wizard-steps .ws.done { background: var(--blue); }
.option-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.option-tile { border: 1.5px solid var(--border); border-radius: var(--r-md); padding: 14px; cursor: pointer; font-size: 14px; font-weight: 600; transition: border-color .15s, background .15s; }
.option-tile:hover { border-color: #C7D9FF; }
.option-tile.sel { border-color: var(--blue); background: var(--blue-soft); color: var(--navy); }
.budget-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.budget-chip { height: 40px; min-width: 66px; padding: 0 14px; border-radius: var(--r-md); border: 1.5px solid var(--border); font-weight: 700; color: var(--navy); }
.budget-chip.sel { border-color: var(--blue); background: var(--blue-soft); }
.estimate-box { background: var(--blue-soft); border: 1px solid #DCE7FF; border-radius: var(--r-md); padding: 16px; }
.estimate-box .est-row { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; }
.est-num { font-weight: 800; color: var(--navy); }

/* Sponsored label + disclaimers */
.sponsored-label { display: inline-flex; align-items: center; height: 20px; padding: 0 8px; border-radius: 5px; background: #EEF1F6; color: var(--text-2); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.disclaimer { font-size: 12px; color: var(--text-3); line-height: 1.55; }
.compare-note { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px; }

/* Admin */
.admin-metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (min-width: 720px) { .admin-metric-grid { grid-template-columns: repeat(4, 1fr); } }
.cfg-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--border-2); }
.cfg-row:first-child { border-top: 0; }
.cfg-row label { font-size: 13.5px; color: var(--text); }
.cfg-row input { width: 100px; height: 36px; border: 1px solid var(--border); border-radius: 10px; padding: 0 10px; font: inherit; text-align: right; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.admin-table th { text-align: left; color: var(--text-2); font-weight: 650; padding: 8px; border-bottom: 1px solid var(--border); }
.admin-table td { padding: 8px; border-bottom: 1px solid var(--border-2); }
.status-pill { display: inline-flex; height: 22px; align-items: center; padding: 0 9px; border-radius: var(--r-pill); font-size: 11px; font-weight: 700; }
.status-pill.pending { background: var(--amber-soft); color: #B26a12; }
.status-pill.approved, .status-pill.active { background: var(--green-soft); color: var(--green); }
.status-pill.rejected { background: var(--red-soft); color: var(--red); }
