/* ---------------------------------------------------------------------------
   LoreFlow — per-site overrides
   The shared Avanatro Tools palette lives at /assets/style.css and is loaded
   first via index.html. This file holds LoreFlow-specific tweaks only.
   --------------------------------------------------------------------------- */

/* Pricing card — shared shape used by every plugin site. */
.pricing-box {
  border: 1px solid var(--rule-strong);
  border-radius: 10px;
  padding: 1.5rem 1.75rem;
  background: var(--paper-elev);
  margin-top: 1rem;
}
.pricing-headline {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  color: var(--ink);
}
.pricing-box .cta {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent-soft);
}
.pricing-box .cta:hover { color: var(--accent-hi); border-bottom-color: var(--accent); }
.cta-note { color: var(--muted); font-size: 0.875rem; margin-left: 0.5rem; }

/* Feature-card accent stripe — keeps the v1.1-features grid readable */
.feature-card.security    { border-left: 3px solid var(--accent); }
.feature-card.performance { border-left: 3px solid var(--warm); }
.feature-card.ux          { border-left: 3px solid var(--success); }
.feature-card.quality     { border-left: 3px solid var(--accent-hi); }
