/* Moved from template-parts/pricing/table.php */
    .pricing-table-section{--max:1200px;--bg1:#f8fafc;--bg2:#eef2f7;--text:#0f172a;--muted:#475569;font-family:"Sora","Avenir Next",sans-serif;padding:30px 0;background:linear-gradient(135deg,var(--bg1) 0%,var(--bg2) 100%)}
    .pricing-table-wrap{max-width:var(--max);margin:0 auto;padding:0 16px}
    .pricing-table-title{font-size:30px;font-weight:900;color:var(--text);margin:6px 0 8px}
    .pricing-table-lede{color:var(--muted);font-weight:700;margin:0 0 16px;max-width:900px}
    .pricing-table-group{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 16px 40px rgba(15,23,42,.08);margin:20px 0;overflow:hidden}
    .pricing-table-head{padding:18px 20px 6px;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)}
    .pricing-table-head h3{margin:0 0 6px;font-size:20px;font-weight:900;color:#0f172a}
    .pricing-table-head p{margin:0 0 10px;color:#4b5563;font-weight:700}
    .pricing-table-scroll{overflow-x:auto;}
    .pricing-table{width:100%;border-collapse:separate;border-spacing:0;min-width:720px}
    .pricing-table th,.pricing-table td{padding:12px 14px;border-bottom:1px solid #e5e7eb;text-align:center;color:#111827;font-weight:700}
    .pricing-table thead th{background:#f8fafc;position:sticky;top:0;z-index:2}
    .pricing-table th.pt-feature{background:#f8fafc;text-align:left;min-width:220px}
    .pricing-table tbody tr:nth-child(even) td,.pricing-table tbody tr:nth-child(even) th.pt-feature{background:#fbfdff}
    .pricing-table tfoot th{background:#f8fafc;text-align:left}
    .pricing-table tfoot td{background:#f8fafc}
    .pt-plan{display:flex;flex-direction:column;gap:6px;align-items:center}
    .pt-name{font-weight:900;font-size:16px;color:#0f172a}
    .pt-sub{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#64748b}
    .pt-price{font-size:22px;font-weight:900;color:#0f172a}
    .pt-text{color:#0f172a;font-weight:800}
    .pt-rating{font-weight:900;letter-spacing:.12em;color:#0f172a}
    .pt-help{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#0f172a;color:#fff;font-size:12px;font-weight:900;margin-left:8px}
    .pt-feature[data-tooltip]{position:relative;cursor:help}
    .pt-feature[data-tooltip]:hover::after,
    .pt-feature[data-tooltip]:focus-within::after{
      content:attr(data-tooltip);
      position:absolute;
      left:0;
      top:100%;
      margin-top:8px;
      background:#0f172a;
      color:#fff;
      padding:12px 14px;
      border-radius:12px;
      font-size:13px;
      line-height:1.45;
      font-weight:700;
      box-shadow:0 18px 40px rgba(15,23,42,.25);
      z-index:10;
      width:min(380px, 90vw);
      text-align:left;
    }
    .pt-feature[data-tooltip]:hover::before,
    .pt-feature[data-tooltip]:focus-within::before{
      content:"";
      position:absolute;
      left:20px;
      top:100%;
      margin-top:2px;
      border:8px solid transparent;
      border-bottom-color:#0f172a;
    }
    @media (hover:none){
      .pt-feature[data-tooltip]::after,
      .pt-feature[data-tooltip]::before{display:none !important}
    }
    .pt-check{display:inline-flex;width:26px;height:26px;border-radius:999px;background:#e9fbea;align-items:center;justify-content:center}
    .pt-check svg{width:14px;height:14px;fill:#16a34a}
    .pt-dash{color:#94a3b8}
    .pt-cta-wrap{display:flex;flex-direction:column;gap:8px}
    .pt-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:10px 12px;font-weight:900;text-decoration:none;background:#0f172a;color:#fff}
    .pt-cta-secondary{background:#e2e8f0;color:#0f172a}
    .pricing-offer{border:1px dashed #94a3b8;border-radius:20px;padding:16px 18px;background:#f8fafc;margin:22px 0}
    .pricing-offer h4{margin:0 0 6px;font-size:18px;color:#0f172a}
    .pricing-offer p{margin:0 0 12px;color:#475569;font-weight:700}
    .pricing-offer a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;background:#0f172a;color:#fff;text-decoration:none;font-weight:900}
    @media (max-width:820px){
      .pricing-table-title{font-size:24px}
      .pricing-table{min-width:640px}
      .pricing-table th.pt-feature{min-width:200px}
      .pricing-table-head{padding:16px 16px 6px}
    }
