.ts-pricing * { box-sizing: border-box; margin: 0; padding: 0; }
.ts-pricing { font-family: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif; max-width: 960px; margin: 0 auto; padding: 1rem; color: #111; }
.ts-save-banner { text-align: center; margin-bottom: 1.25rem; }
.ts-save-banner span { background: #EAF3DE; color: #27500A; font-size: 13px; font-weight: 700; padding: 6px 16px; border-radius: 20px; display: inline-block; }
.ts-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 2rem; }
@media (max-width: 680px) { .ts-plans { grid-template-columns: 1fr; } }
.ts-plan-card { border: 1px solid #ddd; border-radius: 12px; overflow: hidden; background: #fff; }
.ts-plan-card.featured { border: 2px solid #378ADD; }
.ts-plan-header { background: #1B2B5E; color: #fff; text-align: center; padding: 16px 12px 14px; }
.ts-plan-name { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.ts-popular-badge { background: #378ADD; color: #fff; font-size: 11px; font-weight: 700; padding: 3px 12px; border-radius: 20px; display: inline-block; margin-bottom: 8px; }
.ts-plan-price { font-size: 32px; font-weight: 900; line-height: 1; }
.ts-plan-price span { font-size: 14px; font-weight: 400; opacity: 0.75; }
.ts-plan-billing { font-size: 11px; opacity: 0.65; margin-top: 4px; }
.ts-plan-saving { font-size: 11px; background: rgba(255,255,255,0.15); border-radius: 10px; padding: 3px 10px; margin-top: 6px; display: inline-block; font-weight: 700; }
.ts-plan-cta { display: inline-block; margin-top: 12px; background: #378ADD; color: #fff; font-size: 13px; font-weight: 700; padding: 8px 20px; border-radius: 20px; text-decoration: none; }
.ts-plan-cta:hover { background: #2a72c0; color: #fff; }
.ts-feature-list { padding: 12px 14px; }
.ts-section-divider { font-size: 10px; font-weight: 700; color: #444; text-transform: uppercase; letter-spacing: 0.07em; padding: 3px 6px; background: #f0f0f0; border-radius: 4px; margin: 8px -2px 4px; display: block; }
.ts-section-divider.ts-apps { background: #EAF3DE; color: #27500A; }
.ts-section-divider.ts-extras { background: #E6F1FB; color: #0C447C; }
.ts-section-divider.ts-rollover { background: #FAEEDA; color: #633806; }
.ts-rollover-note { font-size: 11px; color: #633806; background: #FAEEDA; border-radius: 0 0 6px 6px; padding: 4px 8px 6px; margin: -4px -2px 4px; line-height: 1.4; }
.ts-feature-row { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid #eee; font-size: 12px; gap: 6px; }
.ts-feature-row:last-child { border-bottom: none; }
.ts-feature-name { color: #222; flex: 1; font-family: 'Lato', sans-serif; }
.ts-feature-row img { width: 18px; height: 18px; flex-shrink: 0; }
.ts-credit-val { font-size: 11px; font-weight: 700; color: #111; white-space: nowrap; }
.ts-includes-all { background: #f0f7ff; border: 1px solid #cce0f5; border-radius: 8px; padding: 10px 12px; margin: 10px 0; font-size: 12px; color: #0C447C; font-weight: 700; text-align: center; }
.ts-addons-title { font-size: 11px; font-weight: 700; color: #444; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid #ddd; }
.ts-addon-block { background: #f8f8f8; border: 1px solid #e8e8e8; border-radius: 12px; padding: 14px 16px; margin-bottom: 12px; }
.ts-addon-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px; gap: 10px; }
.ts-addon-name { font-size: 14px; font-weight: 700; color: #111; }
.ts-addon-desc { font-size: 12px; color: #333; margin-top: 3px; line-height: 1.4; }
.ts-addon-req { font-size: 11px; color: #854F0B; background: #FAEEDA; border-radius: 4px; padding: 3px 8px; margin-top: 5px; display: inline-block; font-weight: 700; }
.ts-addon-delta { font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 20px; white-space: nowrap; flex-shrink: 0; background: #EAF3DE; color: #27500A; }
.ts-addon-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
@media (max-width: 680px) {
.ts-addon-prices { grid-template-columns: 1fr; gap: 6px; }
.ts-addon-price-col { display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; }
.ts-addon-plan-label { font-size: 12px; margin-bottom: 0; font-weight: 700; }
.ts-addon-total { font-size: 16px; }
.ts-addon-breakdown { font-size: 11px; margin-top: 0; }
}
.ts-addon-price-col { text-align: center; background: #fff; border-radius: 8px; padding: 10px 4px; border: 1px solid #eee; }
.ts-addon-plan-label { font-size: 10px; color: #555; margin-bottom: 4px; font-weight: 700; }
.ts-addon-total { font-size: 15px; font-weight: 900; color: #111; }
.ts-addon-breakdown { font-size: 10px; color: #555; margin-top: 2px; }
.ts-multisite { margin-top: 1.25rem; background: #E6F1FB; border: 1px solid #B5D4F4; border-radius: 12px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.ts-multisite-text { font-size: 14px; color: #0C447C; font-weight: 700; }
.ts-multisite-sub { font-size: 12px; color: #185FA5; margin-top: 2px; }
✓ Save 20% — billed annually
✓ Everything in Silver, plus:
Rollover Text Credits
Unused credits roll over — up to double your monthly plan.
Message credits8,000/mo
Additional credits$15/1,000
Rollover texts
Optional add-ons — available on any plan
Bronze
$183/mo
$159 + $24
Silver
$223/mo
$199 + $24
Bronze
$333/mo
$183 + $150
Silver
$373/mo
$223 + $150
🏢 Multi-site practices
Special pricing available — contact us for a custom quote