.ptero-plans-grid, .ptero-blog-grid { display: grid; grid-template-columns: repeat(var(--ptero-cols, 3), 1fr); gap: 20px; margin: 20px 0; }
@media (max-width: 782px) { .ptero-plans-grid, .ptero-blog-grid { grid-template-columns: 1fr; } }

.ptero-plan-card { border: 1px solid #e2e2e2; border-radius: 10px; padding: 20px; background: #fff; position: relative; display: flex; flex-direction: column; gap: 10px; }
.ptero-plan-card.ptero-featured { border: 2px solid #6c5ce7; box-shadow: 0 4px 20px rgba(108,92,231,0.15); }
.ptero-badge { position: absolute; top: -10px; right: 16px; background: #6c5ce7; color: #fff; font-size: 12px; padding: 3px 10px; border-radius: 20px; }
.ptero-plan-img { width: 100%; height: 140px; object-fit: cover; border-radius: 8px; }
.ptero-plan-desc { color: #666; font-size: 14px; margin: 0; }
.ptero-plan-specs { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; }
.ptero-plan-specs li { background: #f4f4f5; padding: 3px 10px; border-radius: 20px; }
.ptero-plan-price { margin-top: auto; }
.ptero-plan-price select, .ptero-server-name { width: 100%; padding: 8px; border-radius: 6px; border: 1px solid #ddd; }

.ptero-btn { background: #6c5ce7; color: #fff; border: none; padding: 10px 18px; border-radius: 8px; cursor: pointer; font-weight: 600; text-decoration: none; display: inline-block; text-align: center; }
.ptero-btn:hover { opacity: .9; color: #fff; }

.ptero-pricing-table { display: flex; gap: 16px; flex-wrap: wrap; }
.ptero-price-col { flex: 1 1 200px; border: 1px solid #e2e2e2; border-radius: 10px; padding: 20px; text-align: center; }
.ptero-price-col.ptero-featured { border: 2px solid #6c5ce7; }
.ptero-plan-thumb { width: 60px; height: 60px; object-fit: cover; border-radius: 50%; margin: 0 auto 10px; }
.ptero-price-amount { font-size: 26px; font-weight: 700; margin: 10px 0; }
.ptero-price-amount span { font-size: 13px; font-weight: 400; color: #888; }
.ptero-price-col ul { list-style: none; padding: 0; margin: 10px 0; color: #666; font-size: 13px; }

.ptero-auth-box { max-width: 420px; margin: 0 auto; background: #fff; border: 1px solid #e2e2e2; border-radius: 10px; padding: 24px; }
.ptero-auth-box label { display: block; font-weight: 600; margin-bottom: 4px; }
.ptero-auth-box input { width: 100%; padding: 10px; border-radius: 6px; border: 1px solid #ddd; margin-bottom: 4px; }

.ptero-form-msg { padding: 10px 14px; border-radius: 6px; background: #f4f4f5; margin: 10px 0; font-size: 14px; }

.ptero-ticket-msg { border-radius: 8px; padding: 12px 14px; margin-bottom: 10px; }
.ptero-msg-client { background: #f4f4f5; }
.ptero-msg-admin { background: #e7f3ff; }

.ptero-blog-card { display: block; border: 1px solid #e2e2e2; border-radius: 10px; overflow: hidden; text-decoration: none; color: inherit; background: #fff; }
.ptero-blog-thumb img { width: 100%; height: 160px; object-fit: cover; }
.ptero-blog-card h4, .ptero-blog-card p { padding: 0 14px; }
.ptero-blog-card h4 { margin-top: 12px; }
.ptero-blog-card p { color: #666; font-size: 14px; margin-bottom: 14px; }
