/* PT Services + Licenses */
.pt-se-wrap{ --accent:#2563eb; --accent-weak:#eef2ff; --text:#0f172a; --muted:#6b7280; --bd:#e5e7eb; --card:#fff; color:var(--text); direction:rtl }
.pt-se-wrap *{ box-sizing:border-box }

/* Grid */
.pt-se-grid{ display:grid; gap:16px; grid-template-columns:repeat(3,minmax(0,1fr)) }
@media (max-width:1024px){ .pt-se-grid{ grid-template-columns:repeat(2,1fr) } }
@media (max-width:640px){ .pt-se-grid{ grid-template-columns:1fr } }

/* Card */
.pt-se-card{ display:block; text-decoration:none; color:inherit; background:var(--card); border:1px solid var(--bd);
  border-radius:16px; padding:16px; transition:transform .15s ease, box-shadow .15s ease, border-color .2s ease }
.pt-se-card:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(0,0,0,.08); border-color:#d1d5db }
.pt-se-top{ display:flex; align-items:center; gap:12px; margin-bottom:8px }
.pt-se-icon{ width:44px; height:44px; border-radius:12px; display:grid; place-items:center; background:var(--accent-weak); border:1px solid var(--bd) }
.pt-se-title{ font-weight:700; font-size:17px; margin:0 }
.pt-se-desc{ color:var(--muted); font-size:13px; line-height:1.9; margin-top:6px }
.pt-se-meta{ display:flex; gap:8px; flex-wrap:wrap; margin-top:10px }
.pt-se-chip{ font-size:12px; padding:4px 8px; border-radius:999px; border:1px solid var(--bd); background:#fafafa; color:#111827 }

/* Link-style CTA (blue text, small) */
.pt-se-cta{ margin-top:12px; display:inline-block; font-weight:600; font-size:13px; color:var(--accent); background:none; border:none; padding:0; text-decoration:none }
.pt-se-cta:hover{ text-decoration:underline }

/* SEO blocks (optional) */
.pt-se-seo{ margin-top:20px; padding:14px; background:#fff; border:1px solid var(--bd); border-radius:16px }
.pt-se-seo h2{ margin:0 0 8px; font-size:22px }
.pt-se-seo h3{ margin:12px 0 6px; font-size:16px }
.pt-se-seo p{ margin:0 0 6px; color:#111827; line-height:2 }
