html[data-angaris-route="billing"] #content .layout > .card:first-child li {
  font-size: 0;
}

html[data-angaris-route="billing"] #content .layout > .card:first-child li::after {
  display: block;
  font-size: 14px;
  line-height: 1.75;
}

html[data-angaris-route="billing"] #content .layout > .card:first-child li:nth-child(1)::after {
  content: "CORE: AI Receptionist, CRM, communications, appointments, knowledge, automations and integrations.";
}

html[data-angaris-route="billing"] #content .layout > .card:first-child li:nth-child(2)::after {
  content: "PRO: Everything in CORE plus AI Sales, team features, metered Meeting Assistant / Live Translation and bounded catalog + pickup commerce.";
}

html[data-angaris-route="billing"] #content .layout > .card:first-child li:nth-child(3)::after {
  content: "OS: Everything in PRO plus Global Commerce OS, multi-location operations, included Meeting Assistant / Live Translation, Autonomous Growth with Prospect Scout and permissioned AI sales, market and competitor intelligence, Call Intelligence, Proposal Studio, Reputation Watch, Branches & Workforce, stock exceptions, Morning Brief and Business Brain.";
}

html[data-angaris-route="billing"] #content .layout > .card:last-child .empty p {
  display: none;
}

html[data-angaris-route="billing"] #content .layout > .card:last-child .empty::before {
  content: "Invoices, receipts and saved payment methods are managed securely in the billing portal for paid subscriptions. Use Manage Plan above to open billing history and payment settings.";
  display: block;
  color: var(--muted);
  line-height: 1.65;
}

html[data-angaris-route="settings"] #content [data-hotfix-action="security-info"] {
  display: none !important;
}

html[data-angaris-route="settings"] #content .layout > .card:last-child p.muted {
  font-size: 0;
}

html[data-angaris-route="settings"] #content .layout > .card:last-child p.muted::after {
  content: "Workspace access, tenant isolation and connected-provider credentials are protected by ANGARIS platform controls. Security-sensitive policy changes are not exposed as unverified client-side switches.";
  display: block;
  font-size: 14px;
  line-height: 1.65;
}
